From: panne Date: Mon, 18 Aug 2003 10:55:31 +0000 (+0000) Subject: [project @ 2003-08-18 10:55:31 by panne] X-Git-Tag: Approx_11550_changesets_converted~568 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1319e4ec7a94cafca9c820d90658de7ffedde762 [project @ 2003-08-18 10:55:31 by panne] We require at least autoconf 2.50 (not 2.52 and/or 2.53?!) --- diff --git a/configure.ac b/configure.ac index a919e2a..b323c80 100644 --- a/configure.ac +++ b/configure.ac @@ -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