jorton 2003/06/17 13:51:47
Modified: xml/expat buildconf.sh
Log:
Use the location of libtool.m4 given in the LIBTOOL_M4 environment
variable, if set.
Revision Changes Path
1.11 +1 -1 apr-util/xml/expat/buildconf.sh
Index: buildconf.sh
===================================================================
RCS file: /home/cvs/apr-util/xml/expat/buildconf.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- buildconf.sh 15 May 2002 16:51:52 -0000 1.10
+++ buildconf.sh 17 Jun 2003 20:51:47 -0000 1.11
@@ -9,7 +9,7 @@
exit 1
fi
ltpath=`dirname $libtoolize`
-ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
+ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
echo "Incorporating $ltfile into aclocal.m4 ..."
echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4
echo "dnl edits here will be lost" >> aclocal.m4