Use `libtool' to generate a shared library.
[u/mdw/catacomb] / configure.in
index d2fdd02..9738d4f 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.5 1999/11/11 17:47:34 mdw Exp $
+dnl $Id: configure.in,v 1.6 1999/11/11 18:56:14 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,8 +29,8 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
-dnl Revision 1.5  1999/11/11 17:47:34  mdw
-dnl Updates for new configuration system, and `mptypes' generator.
+dnl Revision 1.6  1999/11/11 18:56:14  mdw
+dnl Use `libtool' to generate a shared library.
 dnl
 dnl Revision 1.5  1999/11/11 17:47:34  mdw
 dnl Updates for new configuration system, and `mptypes' generator.
@@ -52,16 +52,16 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-AM_INIT_AUTOMAKE(catacomb, 1.0.0pre2)
+AM_INIT_AUTOMAKE(catacomb, 1.0.0pre3)
 AM_CONFIG_HEADER(config.h)
 
 dnl --- Make sure I can compile and build libraries ---
 
 AC_PROG_CC
-mdw_GCC_FLAGS
 AC_CHECK_PROG(AR, ar, ar)
-AC_PROG_RANLIB
-mdw_MLIB
+AM_PROG_LIBTOOL
+mdw_GCC_FLAGS
+mdw_MLIB(1.6.0)
 
 AC_PROG_YACC