summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-14 10:16:31 +0000
committermartin <martin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-14 10:16:31 +0000
commitd0f64627f4b8921a31754d6c2382f359ef7b91f1 (patch)
tree89ae3a5559de6150cae102c7755f4b8b75112b93
parentdb2b588e501c9d8c1a3747f835f7dfac8903472d (diff)
downloadlibapr-d0f64627f4b8921a31754d6c2382f359ef7b91f1.tar.gz
Print the version number that is really required for apr,
(and not the version number for the 'libtool --version' detection method) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@125161 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xbuild/buildcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 9694ef7de..f24fa74c0 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -42,7 +42,7 @@ libtool=`build/PrintPath 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."
-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