Add an internal-representation no-op function.
[u/mdw/catacomb] / configure.in
index d28ae70..c4ee560 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.22 2000/10/08 16:00:54 mdw Exp $
+dnl $Id: configure.in,v 1.23 2001/03/04 13:09:40 mdw Exp $
 dnl
 dnl Autoconfiguration for Catacomb
 dnl
 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 history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
-dnl Revision 1.22  2000/10/08 16:00:54  mdw
-dnl Version bump.
+dnl Revision 1.23  2001/03/04 13:09:40  mdw
+dnl Mark dependency on mLib 2.0.0pre4 now.
 dnl
 dnl Revision 1.21  2000/10/08 12:01:28  mdw
 dnl Reinstate the `-pedantic' option.
 dnl
 dnl Revision 1.21  2000/10/08 12:01:28  mdw
 dnl Reinstate the `-pedantic' option.
@@ -68,9 +68,6 @@ dnl Revision 1.3  1999/10/24 10:20:36  mdw
 dnl Modify for standalone distribution.  The library's getting far too large
 dnl to be sensibly embedded in other programs.
 dnl
 dnl Modify for standalone distribution.  The library's getting far too large
 dnl to be sensibly embedded in other programs.
 dnl
-dnl Revision 1.2  1999/10/23 12:56:25  mdw
-dnl Version number change.
-dnl
 dnl Revision 1.1  1999/09/03 08:41:11  mdw
 dnl Initial import.
 dnl
 dnl Revision 1.1  1999/09/03 08:41:11  mdw
 dnl Initial import.
 dnl
@@ -134,7 +131,7 @@ AC_CHECK_FUNCS(mlock)
 
 dnl --- Done ---
 
 
 dnl --- Done ---
 
-mdw_MLIB(2.0.0pre3)
+mdw_MLIB(2.0.0pre4)
 AC_OUTPUT(Makefile tests/Makefile catacomb-config:lib-config.in qcc,
   chmod 755 qcc)
 
 AC_OUTPUT(Makefile tests/Makefile catacomb-config:lib-config.in qcc,
   chmod 755 qcc)