[project @ 2003-08-22 10:21:46 by panne]
[ghc-hetmet.git] / ghc / configure.ac
1 # Initialise and check sanity.
2 AC_INIT([ghc.spec.in])
3
4 # Compute the version number.
5 version=`sed -e 's/.*\([[0-9]]\)\.\([[0-9]]*\).*/\1.\2/' VERSION`
6 patchlevel=1
7
8 # These are needed by the .spec file.
9 AC_SUBST(version)
10 AC_SUBST(patchlevel)
11
12 # Write the results...
13 AC_OUTPUT([ghc.spec])