Updates for new configuration system, and `mptypes' generator.
[u/mdw/catacomb] / configure.in
index 8f035c3..d2fdd02 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.4 1999/11/11 00:58:19 mdw Exp $
+dnl $Id: configure.in,v 1.5 1999/11/11 17:47:34 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.4  1999/11/11 00:58:19  mdw
-dnl Use canned check for `ssize_t'.
+dnl Revision 1.5  1999/11/11 17:47:34  mdw
+dnl Updates for new configuration system, and `mptypes' generator.
+dnl
+dnl Revision 1.5  1999/11/11 17:47:34  mdw
+dnl Updates for new configuration system, and `mptypes' generator.
 dnl
 dnl Revision 1.4  1999/11/11 00:58:19  mdw
 dnl Use canned check for `ssize_t'.
@@ -55,7 +58,7 @@ AM_CONFIG_HEADER(config.h)
 dnl --- Make sure I can compile and build libraries ---
 
 AC_PROG_CC
-AC_CHECK_LIB(mLib, ego)
+mdw_GCC_FLAGS
 AC_CHECK_PROG(AR, ar, ar)
 AC_PROG_RANLIB
 mdw_MLIB
@@ -80,7 +83,7 @@ dnl
 dnl This is used in noise-gathering.
 
 AC_CHECK_FUNCS(setgroups)
-AC_OUTPUT(Makefile)
+
 dnl --- Done ---
 
 AC_OUTPUT(Makefile catacomb-config)