Whoops. Too eager with the mLib version.
authormdw <mdw>
Sat, 17 Jun 2000 13:51:03 +0000 (13:51 +0000)
committermdw <mdw>
Sat, 17 Jun 2000 13:51:03 +0000 (13:51 +0000)
configure.in

index bef9b1b..c2c7fa4 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.12 2000/06/17 12:57:47 mdw Exp $
+dnl $Id: configure.in,v 1.13 2000/06/17 13:51:03 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
@@ -29,6 +29,9 @@ dnl MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.13  2000/06/17 13:51:03  mdw
+dnl Whoops.  Too eager with the mLib version.
+dnl
 dnl Revision 1.12  2000/06/17 12:57:47  mdw
 dnl New free counter noise generator, for use if /dev/random is
 dnl unavailable.
@@ -122,7 +125,7 @@ AC_CHECK_FUNCS(mlock)
 
 dnl --- Done ---
 
-mdw_MLIB(2.0.0)
+mdw_MLIB(2.0.0pre1)
 AC_OUTPUT(Makefile tests/Makefile catacomb-config qcc, chmod 755 qcc)
 
 dnl ----- That's all, folks -------------------------------------------------