From 6a3ce3fb50cfbc16b97a214a865c3ff01beea518 Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 29 Nov 2005 22:42:53 +0000 Subject: [PATCH] MFB: automake dependancy was removed long time ago --- build/buildcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 1aa4a7f089..1cfd805f25 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.37 2005-08-03 14:06:38 sniper Exp $ +# $Id: buildcheck.sh,v 1.38 2005-11-29 22:42:53 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 -- 2.50.1