From: mdw Date: Sat, 17 Jun 2000 13:51:03 +0000 (+0000) Subject: Whoops. Too eager with the mLib version. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/d28a0d165c4551a4e823c4847ad4ae2b69ed35ab Whoops. Too eager with the mLib version. --- diff --git a/configure.in b/configure.in index bef9b1b..c2c7fa4 100644 --- a/configure.in +++ b/configure.in @@ -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 -------------------------------------------------