From: markus schnalke Date: Thu, 22 Mar 2012 14:25:41 +0000 (+0100) Subject: Added a note that I autoconf-2.59 should be enough. X-Git-Tag: mmh-thesis-end~240 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=e87cd7100d4ae8d636895aebe30ec9dbf740c79b Added a note that I autoconf-2.59 should be enough. --- diff --git a/configure.ac b/configure.ac index 806214c..20bcbd1 100644 --- a/configure.ac +++ b/configure.ac @@ -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)