From: panne Date: Sat, 18 Sep 2004 12:49:59 +0000 (+0000) Subject: [project @ 2004-09-18 12:49:59 by panne] X-Git-Tag: nhc98-1-18-release~248 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7aaade59f10b1c79686c7a36a7bb8af883d01644;p=ghc-base.git [project @ 2004-09-18 12:49:59 by panne] Make autoupdate 2.52 happy, mainly by using the new formats of AC_INIT and AC_OUTPUT. This has the nice side effect that all "packages" have now a name, a version, a bug-report address, and a tar name, yielding better output with "configure --help=recursive". Nuked an unused AC_STRUCT_ST_BLKSIZE test on the way. --- diff --git a/configure.ac b/configure.ac index 0c248e1..a275e20 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([base], [], [libraries@haskell.org], [base]) +AC_INIT([Haskell base package], [1.0], [libraries@haskell.org], [base]) # Safety check: Ensure that we are in the correct source directory. AC_CONFIG_SRCDIR([include/HsBase.h])