]> granicus.if.org Git - php/commitdiff
automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused
authorSascha Schumann <sas@php.net>
Wed, 23 May 2001 19:13:24 +0000 (19:13 +0000)
committerSascha Schumann <sas@php.net>
Wed, 23 May 2001 19:13:24 +0000 (19:13 +0000)
an error message on FreeBSD.

build/buildcheck.sh

index 9833eb3c9ee2365f320f7adcf8f846cdb021581b..57b99cfaa2588396f8ba61db250df753e416486b 100755 (executable)
@@ -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"