[project @ 2004-02-12 02:04:59 by mthomas]
[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])