From fee39b927a16f6a80129586f900a3bd7c3fcd019 Mon Sep 17 00:00:00 2001 From: enge Date: Tue, 28 Aug 2012 10:03:37 +0000 Subject: committed patch in 1.0 branch and trunk for https://gforge.inria.fr/tracker/index.php?func=detail&aid=14669&group_id=131&atid=607 http://trac.sagemath.org/sage_trac/ticket/13290 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1253 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- NEWS | 3 +++ configure.ac | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index cbffbed..d82f039 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ Recent changes in the trunk: - Minimally required library version: mpfr 3.0.0 +Recent changes in branch 1.0 (bug fixes only): + - #14669: Fixed extraction of CC from gmp.h + Changes in version 1.0: - First release as a GNU package - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections) diff --git a/configure.ac b/configure.ac index 4d4603a..39f8891 100644 --- a/configure.ac +++ b/configure.ac @@ -30,9 +30,6 @@ AM_MAINTAINER_MODE USER_CC=$CC USER_CFLAGS=$CFLAGS -# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it -m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) - AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([m4]) @@ -111,6 +108,9 @@ fi AC_PROG_CC AC_LANG(C) +# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) + # Set up LibTool LT_INIT -- cgit v1.2.1