24 lines
874 B
Diff
24 lines
874 B
Diff
diff -up afflib-3.1.3/lib/Makefile.am.ldconfig afflib-3.1.3/lib/Makefile.am
|
|
--- afflib-3.1.3/lib/Makefile.am.ldconfig 2008-03-18 02:37:29.000000000 +0100
|
|
+++ afflib-3.1.3/lib/Makefile.am 2008-03-18 02:37:56.000000000 +0100
|
|
@@ -10,20 +10,6 @@ s3_LDADD = libafflib.la
|
|
|
|
TESTS = aftest
|
|
|
|
-install-exec-hook:
|
|
- @if [ -r /etc/ld.so.conf ] ; then \
|
|
- echo "*************************************************" ;\
|
|
- echo "*** Checking shared library config for $(libdir) " ;\
|
|
- if grep ^$(libdir) /etc/ld.so.conf >/dev/null ; \
|
|
- then echo $(libdir) already installed ; \
|
|
- else echo installing $(libdir) in /etc/ld.so.conf ; \
|
|
- echo $(libdir) >> /etc/ld.so.conf ; \
|
|
- PATH=$(PATH):/sbin; \
|
|
- ldconfig; \
|
|
- fi ; \
|
|
- echo "*************************************************" ;\
|
|
- fi
|
|
-
|
|
EXTRA_DIST =
|
|
|
|
INCLUDES = \
|