]> granicus.if.org Git - php/commitdiff
- automake is not needed
authorfoobar <sniper@php.net>
Tue, 29 Nov 2005 22:41:15 +0000 (22:41 +0000)
committerfoobar <sniper@php.net>
Tue, 29 Nov 2005 22:41:15 +0000 (22:41 +0000)
build/buildcheck.sh

index 1aa4a7f089864cfa296e1bece85b0958d1f7d1ca..c80efc42952cbd4970c9e4d7db56fdeb551c4476 100755 (executable)
@@ -16,7 +16,7 @@
 #  |          Sascha Schumann <sascha@schumann.cx>                        |
 #  +----------------------------------------------------------------------+
 #
-# $Id: buildcheck.sh,v 1.37 2005-08-03 14:06:38 sniper Exp $ 
+# $Id: buildcheck.sh,v 1.37.2.1 2005-11-29 22:41:15 sniper Exp $ 
 #
 
 echo "buildconf: checking installation..."
@@ -49,7 +49,7 @@ fi
 if test "$1" = "2" && test "$2" -ge "50"; then
   echo "buildconf: Your version of autoconf likely contains buggy cache code."
   echo "           Running cvsclean for you."
-  echo "           To avoid this, install autoconf-2.13 and automake-1.5."
+  echo "           To avoid this, install autoconf-2.13."
   ./cvsclean
   stamp=
 fi