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/12 16:43:49 UTC

svn commit: r743784 - /apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh

Author: jim
Date: Thu Feb 12 15:43:48 2009
New Revision: 743784

URL: http://svn.apache.org/viewvc?rev=743784&view=rev
Log:
Look for 1.5.x versions 1st

Modified:
    apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh

Modified: apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh?rev=743784&r1=743783&r2=743784&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh (original)
+++ apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh Thu Feb 12 15:43:48 2009
@@ -1,9 +1,9 @@
 #! /bin/sh
 
 #
-# Find libtoolize
+# Find libtoolize. Prefer 1.x versions.
 #
-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