[project @ 2004-08-25 16:40:48 by sof]
[ghc-hetmet.git] / ghc / configure.ac
index 31d06a6..2d9e602 100644 (file)
@@ -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])