From: panne Date: Tue, 19 Aug 2003 12:42:39 +0000 (+0000) Subject: [project @ 2003-08-19 12:42:39 by panne] X-Git-Tag: Approx_11550_changesets_converted~550 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=da8f39a9a4cc4d97e2336517a32c923a00917af9 [project @ 2003-08-19 12:42:39 by panne] Well, we really need autoconf 2.52... --- diff --git a/configure.ac b/configure.ac index 41de88b..84e83a5 100644 --- a/configure.ac +++ b/configure.ac @@ -16,8 +16,10 @@ dnl # First off, a distrib sanity check.. AC_INIT(mk/config.mk.in) -dnl * We require autoconf version 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE -AC_PREREQ(2.50) +dnl * We require autoconf version 2.52 +dnl We need 2.50 due to the use of AC_SYS_LARGEFILE and AC_MSG_NOTICE. +dnl We need 2.52 due to the use of AS_TR_CPP and AS_TR_SH. +AC_PREREQ(2.52) dnl * Declare subdirectories that have a private configure script dnl