You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2009/02/09 22:48:01 UTC

svn commit: r742753 - /apr/apr-util/trunk/xml/expat/buildconf.sh

Author: jim
Date: Mon Feb  9 21:48:00 2009
New Revision: 742753

URL: http://svn.apache.org/viewvc?rev=742753&view=rev
Log:
Many ports managers install libtool 1.x as libtool1 now since
the release of libtool 2.x

Modified:
    apr/apr-util/trunk/xml/expat/buildconf.sh

Modified: apr/apr-util/trunk/xml/expat/buildconf.sh
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/xml/expat/buildconf.sh?rev=742753&r1=742752&r2=742753&view=diff
==============================================================================
--- apr/apr-util/trunk/xml/expat/buildconf.sh (original)
+++ apr/apr-util/trunk/xml/expat/buildconf.sh Mon Feb  9 21:48:00 2009
@@ -3,7 +3,7 @@
 #
 # Find libtoolize
 #
-libtoolize=`conftools/PrintPath glibtoolize libtoolize libtoolize15 libtoolize14`
+libtoolize=`conftools/PrintPath glibtoolize1 glibtoolize libtoolize libtoolize15 libtoolize14`
 if [ "x$libtoolize" = "x" ]; then
     echo "libtoolize not found in path"
     exit 1