summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac6
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