You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ma...@apache.org on 2005/01/14 11:16:33 UTC

svn commit: r125161 - /apr/apr/trunk/build/buildcheck.sh

Author: martin
Date: Fri Jan 14 02:16:31 2005
New Revision: 125161

URL: http://svn.apache.org/viewcvs?view=rev&rev=125161
Log:
Print the version number that is really required for apr,
(and not the version number for the 'libtool --version' detection method)

Modified:
   apr/apr/trunk/build/buildcheck.sh

Modified: apr/apr/trunk/build/buildcheck.sh
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/build/buildcheck.sh?view=diff&rev=125161&p1=apr/apr/trunk/build/buildcheck.sh&r1=125160&p2=apr/apr/trunk/build/buildcheck.sh&r2=125161
==============================================================================
--- apr/apr/trunk/build/buildcheck.sh	(original)
+++ apr/apr/trunk/build/buildcheck.sh	Fri Jan 14 02:16:31 2005
@@ -42,7 +42,7 @@
 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."
-echo "           You need libtool version 1.3.3 or newer installed"
+echo "           You need libtool version 1.4 or newer installed"
 echo "           to build APR from CVS."
 exit 1
 fi