Blob Blame History Raw
--- commoncpp2-1.3.23/Makefile.in.ldconfig	2006-02-03 00:16:30.000000000 +0100
+++ commoncpp2-1.3.23/Makefile.in	2006-02-05 13:27:06.334488968 +0100
@@ -676,23 +676,7 @@
 	(cd src ; make macosx)
 
 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: