diff options
author | Sascha Schumann <sas@php.net> | 2001-05-23 19:13:24 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-23 19:13:24 +0000 |
commit | 75e0154b6cb65df872d81c2860eb5c7f39c5a762 (patch) | |
tree | d119edb9dd508055180bd2ca2ba7afaef91ae379 /build | |
parent | 19a285419a1404d058654501a0f906cea06e8571 (diff) | |
download | php-git-75e0154b6cb65df872d81c2860eb5c7f39c5a762.tar.gz |
automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused
an error message on FreeBSD.
Diffstat (limited to 'build')
-rwxr-xr-x | build/buildcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 9833eb3c9e..57b99cfaa2 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann <sascha@schumann.cx> | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.9 2001-05-23 19:10:06 sas Exp $ +# $Id: buildcheck.sh,v 1.10 2001-05-23 19:13:24 sas Exp $ # echo "buildconf: checking installation..." @@ -40,7 +40,7 @@ echo "buildconf: autoconf version $ac_version (ok)" fi # automake 1.4 or newer -am_version=`automake --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'` +am_version=`automake --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//' -e 's/-p[0-9]*$//'` if test "$am_version" = ""; then echo "buildconf: automake not found." echo " You need automake version 1.4 or newer installed" |