[project @ 2004-11-08 12:26:52 by simonmar]
[ghc-hetmet.git] / ghc / configure.ac
1 # Initialise and check sanity.
2 AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.3.20041107], [glasgow-haskell-bugs@haskell.org], [ghc])
3 AC_CONFIG_SRCDIR([ghc.spec.in])
4
5 FP_SETUP_PROJECT_INFO
6
7 # Hmmm, we fix the RPM release number to 1 here... Is this convenient?
8 AC_SUBST([release], [1])
9
10 # Write the results...
11 AC_CONFIG_FILES([ghc.spec VERSION docs/users_guide/ug-book.xml mk/version.mk])
12 AC_OUTPUT