Track mLib change: symbols no longer need to include a terminating
[u/mdw/catacomb] / configure.in
index 9c9c82a..d28ae70 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.20 2000/08/15 21:45:25 mdw Exp $
+dnl $Id: configure.in,v 1.22 2000/10/08 16:00:54 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,6 +29,12 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.22  2000/10/08 16:00:54  mdw
+dnl Version bump.
+dnl
+dnl Revision 1.21  2000/10/08 12:01:28  mdw
+dnl Reinstate the `-pedantic' option.
+dnl
 dnl Revision 1.20  2000/08/15 21:45:25  mdw
 dnl New library configuration stuff from `common'.
 dnl
@@ -72,14 +78,14 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-mdw_INIT_LIB(catacomb, Catacomb, 2.0.0pre7)
+mdw_INIT_LIB(catacomb, Catacomb, 2.0.0pre8)
 AM_CONFIG_HEADER(config.h)
 
 dnl --- Make sure I can compile and build libraries ---
 
 AC_PROG_CC
 AM_PROG_LIBTOOL
-mdw_GCC_FLAGS(-Wall)
+mdw_GCC_FLAGS
 
 AC_PROG_YACC