commit ab5a66ad3e612ae1d0b0b386a65ab13c24a97d2a
parent ea5ce6dbed2f425da750f7a1991e5bae05f70c3e
Author: tjg <tjg>
Date: Fri, 8 Feb 2002 14:06:52 +0000
snapshot
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -6,9 +6,9 @@ AC_DEFINE_UNQUOTED(RELDATE, "$RELDATE")
dnl Automake stuff.
dnl Use this one for snapshots...
-dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
+AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-AM_INIT_AUTOMAKE(rc, 1.6c5)
+dnl AM_INIT_AUTOMAKE(rc, 1.6c5)
AM_CONFIG_HEADER(config.h)