266e9f5e5d02cc82266decd77bb3971c60cc0616
[ghc-hetmet.git] / ghc / configure.ac
1 # Initialise and check sanity.
2 AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.3], [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 # Check whether this GHC has readline installed
11 FP_GHC_HAS_READLINE
12
13 # Write the results...
14 AC_CONFIG_FILES([ghc.spec VERSION docs/users_guide/ug-book.xml mk/config.mk mk/version.mk])
15 AC_OUTPUT