trawick 01/02/07 14:58:56
Modified: . buildconf
Log:
fix a typo??
Revision Changes Path
1.8 +1 -1 apr/buildconf
Index: buildconf
===================================================================
RCS file: /home/cvs/apr/buildconf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- buildconf 2001/02/07 20:42:16 1.7
+++ buildconf 2001/02/07 22:58:54 1.8
@@ -4,7 +4,7 @@
# Build aclocal.m4 from libtool's libtool.m4 and our own M4 files.
#
libtoolize=`helpers/PrintPath glibtoolize libtoolize`
-ltpath=`dirname $libtool`
+ltpath=`dirname $libtoolize`
ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
echo "Incorporating $ltfile into aclocal.m4 ..."
echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf" > aclocal.m4
|