summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-11-29 22:41:15 +0000
committerfoobar <sniper@php.net>2005-11-29 22:41:15 +0000
commit49f673979bcf62e76c4c8445bca90a86c88dc138 (patch)
tree4e040636372a5d2c51fbfeed77c5b56fa4f3c414 /build
parent128119b9abf3446b3867ed6d6bf1503a54bf45ea (diff)
downloadphp-git-49f673979bcf62e76c4c8445bca90a86c88dc138.tar.gz
- automake is not needed
Diffstat (limited to 'build')
-rwxr-xr-xbuild/buildcheck.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh
index 1aa4a7f089..c80efc4295 100755
--- a/build/buildcheck.sh
+++ b/build/buildcheck.sh
@@ -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