[project @ 2004-06-06 11:22:28 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
7 # ToDo: CVS snapshots should probably use the date here
8 release=1
9
10 # These are needed by the .spec file.
11 AC_SUBST([version])
12 AC_SUBST([release])
13
14 # Write the results...
15 AC_OUTPUT([ghc.spec])