summaryrefslogtreecommitdiff
path: root/build/buildcheck.sh
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2002-05-15 16:47:09 +0000
committerSascha Schumann <sascha@apache.org>2002-05-15 16:47:09 +0000
commit606719f819f2f0dbc09385137c3fc2769f432ceb (patch)
tree7db04d73447e78347011ee854087ebab0218b9d0 /build/buildcheck.sh
parenta6a360dde1cdbcec943225a89a4d85b7e1e96aec (diff)
downloadapr-606719f819f2f0dbc09385137c3fc2769f432ceb.tar.gz
Enable autoconf/autoheader to be redefined by users.
Submitted by: Joe Orton <joe@manyfish.co.uk> git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/buildcheck.sh')
-rwxr-xr-xbuild/buildcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 86cf95f34..0bc0be4fd 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -3,7 +3,7 @@
echo "buildconf: checking installation..."
# autoconf 2.13 or newer
-ac_version=`autoconf --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
+ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
if test -z "$ac_version"; then
echo "buildconf: autoconf not found."
echo " You need autoconf version 2.13 or newer installed"