X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fconfigure.ac;h=2d9e6029a504a92d860c3fc3d021ab4c6df7148b;hb=1c82b947f92da21c57dcec6c65b570871e938f4c;hp=31d06a6128cf9c52c86bab7d03a503e3e005f567;hpb=13ec31c00cdb714370077c8b0a3805452609315d;p=ghc-hetmet.git diff --git a/ghc/configure.ac b/ghc/configure.ac index 31d06a6..2d9e602 100644 --- a/ghc/configure.ac +++ b/ghc/configure.ac @@ -3,11 +3,13 @@ AC_INIT([ghc.spec.in]) # Compute the version number. version=`sed -e 's/.*\([[0-9]]\)\.\([[0-9]]*\).*/\1.\2/' VERSION` -patchlevel=1 + +# ToDo: CVS snapshots should probably use the date here +release=1 # These are needed by the .spec file. -AC_SUBST(version) -AC_SUBST(patchlevel) +AC_SUBST([version]) +AC_SUBST([release]) # Write the results... AC_OUTPUT([ghc.spec])