From 71cf8cfc1219e6c65434ef4a244aca51e0da90e6 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 24 Jan 2002 00:07:49 +0100 Subject: 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. --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.1