diff options
author | foobar <sniper@php.net> | 2005-01-19 22:27:39 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-01-19 22:27:39 +0000 |
commit | ed25ab62f536a4142f09fbe17bc0a1a9c6fd4877 (patch) | |
tree | e4e1af7e822bc89ad447bf5b41565603d9f656d3 /build/buildcheck.sh | |
parent | e8300c82a00c3d9784e61012d016434dfe76633f (diff) | |
download | php-git-ed25ab62f536a4142f09fbe17bc0a1a9c6fd4877.tar.gz |
Revert the multiple autoconf versions patch
Diffstat (limited to 'build/buildcheck.sh')
-rwxr-xr-x | build/buildcheck.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 5ecbf432e9..7ce21a157a 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann <sascha@schumann.cx> | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.32 2004-12-30 15:53:57 rasmus Exp $ +# $Id: buildcheck.sh,v 1.33 2005-01-19 22:27:39 sniper Exp $ # echo "buildconf: checking installation..." @@ -24,8 +24,7 @@ echo "buildconf: checking installation..." stamp=$1 # autoconf 2.13 or newer -autoconf=`./build/shtool path autoconf-2.13 autoconf 2> /dev/null` -ac_version=`$autoconf --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'` +ac_version=`autoconf --version 2>/dev/null|head -n 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" |