Added a note that I autoconf-2.59 should be enough.
authormarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 14:25:41 +0000 (15:25 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 14:25:41 +0000 (15:25 +0100)
configure.ac

index 806214c..20bcbd1 100644 (file)
@@ -4,6 +4,7 @@ dnl
 
 dnl Move this up a bit
 AC_PREREQ(2.61)
+dnl (I was able to configure with autoconf-2.59 --meillo 2012-03-22)
 
 AC_INIT(mmh, m4_normalize(m4_include([VERSION])))
 AC_CONFIG_SRCDIR(h/nmh.h)