[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Fri Jan 4 15:44:46 CET 2013
details: /var/hg/gmp/rev/d838eda43456
changeset: 15232:d838eda43456
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Jan 04 15:44:31 2013 +0100
description:
configure.ac: Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER.
details: /var/hg/gmp/rev/1ba013aa3156
changeset: 15233:1ba013aa3156
user: Torbjorn Granlund <tege at gmplib.org>
date: Fri Jan 04 15:44:43 2013 +0100
description:
ChangeLog
diffstat:
ChangeLog | 6 ++++++
configure.ac | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 988de2f65487 -r 1ba013aa3156 ChangeLog
--- a/ChangeLog Wed Jan 02 04:10:50 2013 +0100
+++ b/ChangeLog Fri Jan 04 15:44:43 2013 +0100
@@ -1,3 +1,9 @@
+2013-01-04 Torbjorn Granlund <tege at gmplib.org>
+
+ From Marko Lindqvist:
+ * configure.ac: Use AC_CONFIG_HEADERS instead of the obsolete
+ AM_CONFIG_HEADER.
+
2013-01-02 Marco Bodrato <bodrato at mail.dm.unipi.it>
* tests/mpz/bit.c: Wider testing for mpz_combit.
diff -r 988de2f65487 -r 1ba013aa3156 configure.ac
--- a/configure.ac Wed Jan 02 04:10:50 2013 +0100
+++ b/configure.ac Fri Jan 04 15:44:43 2013 +0100
@@ -4,7 +4,7 @@
define(GMP_COPYRIGHT,[[
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -67,7 +67,7 @@
dnl so update there too if changing anything.
dnl
AM_INIT_AUTOMAKE([1.8 gnu no-dependencies])
-AM_CONFIG_HEADER(config.h:config.in)
+AC_CONFIG_HEADERS(config.h:config.in)
AM_MAINTAINER_MODE
More information about the gmp-commit
mailing list