summaryrefslogtreecommitdiff
path: root/build/buildcheck.sh
diff options
context:
space:
mode:
authorsascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2002-05-15 16:47:09 +0000
committersascha <sascha@13f79535-47bb-0310-9956-ffa450edef68>2002-05-15 16:47:09 +0000
commit9f8e0f4b7bb1aa46ba4774c1cb46f310c64bf84e (patch)
tree7db04d73447e78347011ee854087ebab0218b9d0 /build/buildcheck.sh
parente22bf725cf5a062a8a6735238acdcb70ab5735c1 (diff)
downloadlibapr-9f8e0f4b7bb1aa46ba4774c1cb46f310c64bf84e.tar.gz
Enable autoconf/autoheader to be redefined by users.
Submitted by: Joe Orton <joe@manyfish.co.uk> git-svn-id: http://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"