CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 07/04/12 12:30:21
Index: configure.ac
===================================================================
RCS file: /sources/m4/m4/configure.ac,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- configure.ac 28 Mar 2007 14:37:33 -0000 1.64
+++ configure.ac 12 Apr 2007 12:30:21 -0000 1.65
@@ -33,7 +33,6 @@
AC_CONFIG_FILES([tests/m4], [chmod +x tests/m4])
-
## ---------------------------------------- ##
## Display a configure time version banner. ##
## ---------------------------------------- ##
@@ -48,7 +47,7 @@
esac
AC_DEFINE_UNQUOTED([TIMESTAMP], ["$TIMESTAMP"],
[Defined to a CVS timestamp for alpha releases of M4])
-
+AB_INIT()
## -------------------------- ##