Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 67256 invoked from network); 12 Feb 2009 15:43:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2009 15:43:50 -0000 Received: (qmail 5243 invoked by uid 500); 12 Feb 2009 15:43:49 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 5145 invoked by uid 500); 12 Feb 2009 15:43:49 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 5136 invoked by uid 99); 12 Feb 2009 15:43:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 07:43:49 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 15:43:40 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7BC8B23889C1; Thu, 12 Feb 2009 15:43:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r743783 - in /apr/apr/branches/1.4.x: build/buildcheck.sh buildconf Date: Thu, 12 Feb 2009 15:43:18 -0000 To: commits@apr.apache.org From: jim@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090212154319.7BC8B23889C1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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