[project @ 2003-08-18 10:55:31 by panne]
authorpanne <unknown>
Mon, 18 Aug 2003 10:55:31 +0000 (10:55 +0000)
committerpanne <unknown>
Mon, 18 Aug 2003 10:55:31 +0000 (10:55 +0000)
We require at least autoconf 2.50 (not 2.52 and/or 2.53?!)

configure.ac

index a919e2a..b323c80 100644 (file)
@@ -16,8 +16,8 @@ dnl
 # First off, a distrib sanity check..
 AC_INIT(mk/config.mk.in)
 
-dnl * We require autoconf version 2.53 due to the use of AC_SYS_LARGEFILE
-AC_PREREQ(2.52)
+dnl * We require autoconf version 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE
+AC_PREREQ(2.50)
 
 dnl * Declare subdirectories that have a private configure script
 dnl