projects
/
ghc-hetmet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[project @ 2003-12-06 18:27:37 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])