From 54418a154beb212ad7636e481b0fa79e8907c9f8 Mon Sep 17 00:00:00 2001 From: oetiker Date: Mon, 7 Oct 2002 06:22:35 +0000 Subject: [PATCH] keep up with the jhonses git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@164 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/MakeMakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/program/MakeMakefile b/program/MakeMakefile index d8032d0a..2d2e21fe 100755 --- a/program/MakeMakefile +++ b/program/MakeMakefile @@ -19,15 +19,15 @@ then exit 1 fi -if vcheck 1.5 "automake --version" +if vcheck 1.7 "automake --version" then - echo "get a copy of GNU automake >= 1.5" + echo "get a copy of GNU automake >= 1.7" exit 1 fi -if vcheck 2.52 "autoconf --version" +if vcheck 2.54 "autoconf --version" then - echo "get a copy of GNU autoconf >= 2.52" + echo "get a copy of GNU autoconf >= 2.54" exit 1 fi -- 2.30.2