keep up with the jhonses
[rrdtool.git] / MakeMakefile
index 2047f1d..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
 
@@ -43,6 +43,9 @@ libtoolize --copy --force
 cp ltmain.sh config
 
 # wget ftp://sources.redhat.com/pub/automake/automake-1.5.tar.gz
+# If autoconf generates undefined MACRO errors, it may be unable
+# to find libtool.m4. Add the -I flag to aclocal to specify the
+# directory location of this file.
 aclocal
 autoheader --warnings=all
 automake --foreign --add-missing --force-missing --copy