--- commoncpp2-1.0.13/Makefile.am.virgin	2003-09-23 14:21:44 +0300
+++ commoncpp2-1.0.13/Makefile.am	2003-09-23 14:22:12 +0300
@@ -80,23 +80,5 @@
 	(cd freebsd ; shar Makefile distinfo pkg-descr pkg-plist pkg-comment > $(distdir).ports )
 	(cd freebsd ; make package )
 
-install-data-local:
-	@if test -f /etc/ld.so.conf \
-	  -a `echo $(libdir) | grep ^/usr`XXX != "XXX" ; then \
-		if ! grep -q "$(libdir)" /etc/ld.so.conf; then \
-			echo "------------------------------------------------------------------------------" ;\
-			echo "Hmm, looks like you forgot to add $(libdir) to /etc/ld.so.conf." ;\
-			echo "I'll try to fix it for you (but pay attention to libtool's output" ;\
-			echo "next time, ok?)" ;\
-			echo "$(libdir)" >> /etc/ld.so.conf && \
-				echo "Ok, all fixed." \
-				|| \
-				(echo "" ;\
-				echo "Well, that didn't work.  Remember to add $(libdir) to" ;\
-				echo "/etc/ld.so.conf if you want to use this library.") ;\
-			echo "------------------------------------------------------------------------------" ;\
-			ldconfig ;\
-		fi ;\
-	fi
 
 
--- commoncpp2-1.0.13/Makefile.in.virgin	2003-09-23 14:21:51 +0300
+++ commoncpp2-1.0.13/Makefile.in	2003-09-23 14:22:00 +0300
@@ -667,24 +667,6 @@
 	(cd freebsd ; shar Makefile distinfo pkg-descr pkg-plist pkg-comment > $(distdir).ports )
 	(cd freebsd ; make package )
 
-install-data-local:
-	@if test -f /etc/ld.so.conf \
-	  -a `echo $(libdir) | grep ^/usr`XXX != "XXX" ; then \
-		if ! grep -q "$(libdir)" /etc/ld.so.conf; then \
-			echo "------------------------------------------------------------------------------" ;\
-			echo "Hmm, looks like you forgot to add $(libdir) to /etc/ld.so.conf." ;\
-			echo "I'll try to fix it for you (but pay attention to libtool's output" ;\
-			echo "next time, ok?)" ;\
-			echo "$(libdir)" >> /etc/ld.so.conf && \
-				echo "Ok, all fixed." \
-				|| \
-				(echo "" ;\
-				echo "Well, that didn't work.  Remember to add $(libdir) to" ;\
-				echo "/etc/ld.so.conf if you want to use this library.") ;\
-			echo "------------------------------------------------------------------------------" ;\
-			ldconfig ;\
-		fi ;\
-	fi
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
