keep up with the jhonses
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 7 Oct 2002 06:22:35 +0000 (06:22 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 7 Oct 2002 06:22:35 +0000 (06:22 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@164 a5681a0c-68f1-0310-ab6d-d61299d08faa

MakeMakefile

index d8032d0..2d2e21f 100755 (executable)
@@ -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