Use @MP_EQ@ instead of @MP_CMP@.
[u/mdw/catacomb] / configure.in
index e0deb20..19be741 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.14 2000/06/25 12:59:09 mdw Exp $
+dnl $Id: configure.in,v 1.21 2000/10/08 12:01:28 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,8 +29,11 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
-dnl Revision 1.14  2000/06/25 12:59:09  mdw
-dnl Version bump.
+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
 dnl Revision 1.13  2000/06/17 13:51:03  mdw
 dnl Whoops.  Too eager with the mLib version.
@@ -72,14 +75,14 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-AM_INIT_AUTOMAKE(catacomb, 2.0.0pre2)
+mdw_INIT_LIB(catacomb, Catacomb, 2.0.0pre7)
 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
 
@@ -128,7 +131,8 @@ AC_CHECK_FUNCS(mlock)
 
 dnl --- Done ---
 
-mdw_MLIB(2.0.0pre1)
-AC_OUTPUT(Makefile tests/Makefile catacomb-config qcc, chmod 755 qcc)
+mdw_MLIB(2.0.0pre3)
+AC_OUTPUT(Makefile tests/Makefile catacomb-config:lib-config.in qcc,
+  chmod 755 qcc)
 
 dnl ----- That's all, folks -------------------------------------------------