summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8edccf525..79e04ab84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,10 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
dnl Add check-news when it checks for more than 15 lines
AC_INIT([MPFR],[3.2.0-dev])
-AM_INIT_AUTOMAKE([1.11 no-define dist-bzip2 dist-xz dist-zip])
+dnl Automake 1.11.2 is required for AM_PROG_AR, but let's even require
+dnl 1.11.6 for security reasons (similarly, if you have 1.12, make sure
+dnl that you have at least 1.12.2).
+AM_INIT_AUTOMAKE([1.11.6 no-define dist-bzip2 dist-xz dist-zip])
AM_MAINTAINER_MODE(enable)
AC_CONFIG_MACRO_DIR([m4])