efbf7d0c974f07d986e4998485ec26bdfe86eabf
[ghc-hetmet.git] / ghc / configure.ac
1 # Initialise and check sanity.
2 AC_INIT([ghc.spec.in])
3
4 # Compute the version number and the release, they are needed by the .spec file.
5 AC_SUBST([version], [[`sed 's/.* version \([0-9][0-9.]*\).*/\1/' VERSION`]])
6 AC_SUBST([release], [1])
7
8 # Write the results...
9 AC_OUTPUT([ghc.spec])