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:18 UTC

svn commit: r743783 - in /apr/apr/branches/1.4.x: build/buildcheck.sh buildconf

Author: jim
Date: Thu Feb 12 15:43:17 2009
New Revision: 743783

URL: http://svn.apache.org/viewvc?rev=743783&view=rev
Log:
with the intro of GNU libtool 2.x, many packages now install
the 1.5.x version as glibtool1. So look for that

Modified:
    apr/apr/branches/1.4.x/build/buildcheck.sh
    apr/apr/branches/1.4.x/buildconf

Modified: apr/apr/branches/1.4.x/build/buildcheck.sh
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/build/buildcheck.sh?rev=743783&r1=743782&r2=743783&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/build/buildcheck.sh (original)
+++ apr/apr/branches/1.4.x/build/buildcheck.sh Thu Feb 12 15:43:17 2009
@@ -38,7 +38,7 @@
 # output is multiline from 1.5 onwards
 
 # Require libtool 1.4 or newer
-libtool=`build/PrintPath glibtool libtool libtool15 libtool14`
+libtool=`build/PrintPath glibtool1 glibtool libtool libtool15 libtool14`
 lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
 if test -z "$lt_pversion"; then
 echo "buildconf: libtool not found."

Modified: apr/apr/branches/1.4.x/buildconf
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/buildconf?rev=743783&r1=743782&r2=743783&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/buildconf (original)
+++ apr/apr/branches/1.4.x/buildconf Thu Feb 12 15:43:17 2009
@@ -23,7 +23,7 @@
 #
 build/buildcheck.sh || exit 1
 
-libtoolize=`build/PrintPath glibtoolize libtoolize15 libtoolize14 libtoolize`
+libtoolize=`build/PrintPath glibtoolize1 glibtoolize libtoolize15 libtoolize14 libtoolize`
 if [ "x$libtoolize" = "x" ]; then
     echo "libtoolize not found in path"
     exit 1