libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool.m4 removal problem


From: Patrick Welche
Subject: libtool.m4 removal problem
Date: Sat, 11 Dec 2004 14:55:50 +0000
User-agent: Mutt/1.5.6i

When libtool is installed, we cunningly look in ${aclocaldir} to get rid
of old copies of libtool.m4, however, it seems we are looking in the wrong
directory..

Cheers,

Patrick


Index: configure.ac
===================================================================
RCS file: /cvsroot/libtool/libtool/configure.ac,v
retrieving revision 1.61
diff -u -r1.61 configure.ac
--- configure.ac        15 Nov 2004 01:03:14 -0000      1.61
+++ configure.ac        11 Dec 2004 14:51:20 -0000
@@ -134,7 +134,7 @@
 #   aren't the same.
 APIVERSION=`echo "$VERSION" | sed -e 
's/^\([[0-9]]*\.[[0-9]]*[[a-z]]*\).*$/\1/'`
 AC_SUBST([APIVERSION])
-AC_SUBST([aclocaldir],   ["\${prefix}/aclocal"])
+AC_SUBST([aclocaldir],   ["\${datadir}/aclocal"])
 AC_SUBST([pkgvdatadir],  ["\${datadir}/$PACKAGE-$APIVERSION"])
 AC_SUBST([pkgvmacrodir], ["\${datadir}/$PACKAGE-$APIVERSION/m4"])
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]