[project @ 2004-09-18 12:49:55 by panne]
[ghc-hetmet.git] / ghc / configure.ac
1 # Initialise and check sanity.
2 AC_INIT([Glasgow Haskell Compiler], [6.3], [glasgow-haskell-bugs@haskell.org], [ghc])
3 AC_CONFIG_SRCDIR([ghc.spec.in])
4
5 # Compute the version number and the release, they are needed by the .spec file.
6 AC_SUBST([version], [[`sed 's/.* version \([0-9][0-9.]*\).*/\1/' VERSION`]])
7 AC_SUBST([release], [1])
8
9 # Write the results...
10 AC_CONFIG_FILES([ghc.spec])
11 AC_OUTPUT