summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-01-24 00:07:49 +0100
committerKevin Ryde <user42@zip.com.au>2002-01-24 00:07:49 +0100
commit71cf8cfc1219e6c65434ef4a244aca51e0da90e6 (patch)
tree24ad63386fde1592253667b57e39cbaf081f2d9d /configure.in
parentf54a48ebdf706fc6ae954061c6c4286981298e54 (diff)
downloadgmp-71cf8cfc1219e6c65434ef4a244aca51e0da90e6.tar.gz
More of:
* configure.in (--enable-nails): New option. (GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h and config.m4.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6df8c3b1a..1902c5852 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
-# Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free Software
+# Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
@@ -26,6 +27,9 @@ AC_PREREQ(2.52)
AC_INIT(gmp-impl.h)
m4_pattern_forbid([^[ \t]*GMP_])
m4_pattern_allow(GMP_LDFLAGS)
+m4_pattern_allow(GMP_NAIL_BITS)
+m4_pattern_allow(GMP_LIMB_BITS)
+m4_pattern_allow(GMP_NUMB_BITS)
# If --target is not used then $target_alias is empty, but if say
# "./configure athlon-pc-freebsd3.5" is used, then all three of