[project @ 2004-09-18 12:49:59 by panne]
authorpanne <unknown>
Sat, 18 Sep 2004 12:49:59 +0000 (12:49 +0000)
committerpanne <unknown>
Sat, 18 Sep 2004 12:49:59 +0000 (12:49 +0000)
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.

configure.ac

index 0c248e1..a275e20 100644 (file)
@@ -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])