X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/898a4e2555438ff8adb08b4d82690d08715e1048..b817bfc642225b8c3c0b6a7e42d1fb949b61a606:/configure.in diff --git a/configure.in b/configure.in index 7e2245d..f7761b7 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-m4-*- dnl -dnl $Id: configure.in,v 1.27 2004/03/21 22:52:06 mdw Exp $ +dnl $Id: configure.in,v 1.28 2004/04/08 01:36:15 mdw Exp $ dnl dnl Autoconfiguration for Catacomb dnl @@ -26,67 +26,6 @@ dnl License along with Catacomb; if not, write to the Free dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, dnl MA 02111-1307, USA. -dnl ----- Revision history -------------------------------------------------- -dnl -dnl $Log: configure.in,v $ -dnl Revision 1.27 2004/03/21 22:52:06 mdw -dnl Merge and close elliptic curve branch. -dnl -dnl Revision 1.24.2.1 2003/06/10 13:43:53 mdw -dnl Simple (non-projective) curves over prime fields now seem to work. -dnl -dnl Revision 1.26 2003/11/29 23:39:36 mdw -dnl Debianization. -dnl -dnl Revision 1.25 2003/10/11 21:02:33 mdw -dnl Import buf stuff from tripe. -dnl -dnl Revision 1.24 2003/05/16 00:30:28 mdw -dnl Version bump. -dnl -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.20 2000/08/15 21:45:25 mdw -dnl New library configuration stuff from `common'. -dnl -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. -dnl -dnl Revision 1.11 2000/06/17 10:51:23 mdw -dnl Version number changes. Find maths library for Maurer's test. -dnl -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 -dnl gets complained about. -dnl -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. -dnl -dnl Revision 1.4 1999/11/11 00:58:19 mdw -dnl Use canned check for `ssize_t'. -dnl -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 Revision 1.1 1999/09/03 08:41:11 mdw -dnl Initial import. -dnl - dnl --- Boring boilerplate --- AC_INIT(blkc.h)