summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-07-16 02:52:18 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2006-07-16 02:52:18 +0000
commitf77b517b8c34312fabab8ee854d811503f4f58f8 (patch)
treec8cb3c4ee527d9dd3bdee8550216bd20f29e4d4a /configure.in
parent4d16ac27f22380d3c468deb4590fd4c3faf305d0 (diff)
downloadmpfr-f77b517b8c34312fabab8ee854d811503f4f58f8.tar.gz
One needs automake 1.6; autoreconf fails with automake 1.4. Adding
the 1.6 automake option will make the error message less obfuscated, but unfortunately, one won't have the necessary automake version automatically called, even if it is installed. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4101 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 00c253e1a..22102146a 100644
--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@ MA 02110-1301, USA.
dnl If MPFR becomes GNU MPFR, change to GNU MPFR in update-version
dnl Add check-news when it checks for more than 15 lines
AC_INIT([MPFR],[2.3.0])
-AM_INIT_AUTOMAKE([no-define dist-zip dist-bzip2])
+AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
dnl AM_MAINTAINER_MODE
AC_CANONICAL_HOST