Table for driving key data extraction.
[u/mdw/catacomb] / configure.in
index 5a02d2c..8e7ead1 100644 (file)
@@ -1,6 +1,6 @@
 dnl -*-fundamental-*-
 dnl
-dnl $Id: configure.in,v 1.8 1999/11/21 13:06:38 mdw Exp $
+dnl $Id: configure.in,v 1.10 1999/12/22 16:03:31 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.8  1999/11/21 13:06:38  mdw
-dnl Version bump.
+dnl Revision 1.10  1999/12/22 16:03:31  mdw
+dnl New mLib version.  Find socket functions for pixie.
 dnl
 dnl Revision 1.7  1999/11/13 01:55:48  mdw
 dnl Don't be pedantic, because using `long long' as a multiprecision type
@@ -59,7 +59,7 @@ dnl
 dnl --- Boring boilerplate ---
 
 AC_INIT(blkc.h)
-AM_INIT_AUTOMAKE(catacomb, 1.0.0pre4)
+AM_INIT_AUTOMAKE(catacomb, 1.0.0)
 AM_CONFIG_HEADER(config.h)
 
 dnl --- Make sure I can compile and build libraries ---
@@ -67,7 +67,7 @@ dnl --- Make sure I can compile and build libraries ---
 AC_PROG_CC
 AM_PROG_LIBTOOL
 mdw_GCC_FLAGS(-Wall)
-mdw_MLIB(1.6.1)
+mdw_MLIB(1.6.2)
 
 AC_PROG_YACC
 
@@ -90,6 +90,11 @@ dnl This is used in noise-gathering.
 
 AC_CHECK_FUNCS(setgroups)
 
+dnl --- Support for the passphrase pixie ---
+
+mdw_CHECK_MANYLIBS(socket, socket)
+AC_CHECK_FUNCS(mlock)
+
 dnl --- Done ---
 
 AC_OUTPUT(Makefile catacomb-config)