From 1d2ce8beeb7c2521515ffedd438b54a378049f55 Mon Sep 17 00:00:00 2001 From: wbhart Date: Fri, 8 Aug 2008 23:10:52 +0000 Subject: [PATCH] Ran automake and autoheader. --- config.in | 18 ++++++++++-------- doc/Makefile.in | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/config.in b/config.in index 5191756f..93eb0db2 100644 --- a/config.in +++ b/config.in @@ -5,20 +5,22 @@ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -This file is part of the GNU MP Library. +Copyright 2008 William Hart. -The GNU MP Library is free software; you can redistribute it and/or modify +This file is part of the MPIR Library. + +The MPIR Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. -The GNU MP Library is distributed in the hope that it will be useful, but +The MPIR Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to +along with the MPIR Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ @@ -445,16 +447,16 @@ MA 02110-1301, USA. /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE -/* The size of a `mp_limb_t', as computed by sizeof. */ +/* The size of `mp_limb_t', as computed by sizeof. */ #undef SIZEOF_MP_LIMB_T -/* The size of a `unsigned', as computed by sizeof. */ +/* The size of `unsigned', as computed by sizeof. */ #undef SIZEOF_UNSIGNED -/* The size of a `unsigned long', as computed by sizeof. */ +/* The size of `unsigned long', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG -/* The size of a `unsigned short', as computed by sizeof. */ +/* The size of `unsigned short', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_SHORT /* Define to 1 if sscanf requires writable inputs */ diff --git a/doc/Makefile.in b/doc/Makefile.in index a3d62c35..3a0a81b2 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -232,7 +232,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -EXTRA_DIST = configuration isa_abi_headache projects.html tasks.html +EXTRA_DIST = isa_abi_headache info_TEXINFOS = gmp.texi gmp_TEXINFOS = fdl.texi all: all-am