summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-02-03 09:02:05 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2011-02-03 09:02:05 +0000
commit40defbed96e8a0280cdc2f0bf92239b4d1c08180 (patch)
treef9c9328f223f47538d99c1ebd915bd80922aa412 /configure.ac
parentb94f3a050a76800f160e279523755cdc9cb6f5ca (diff)
downloadmpfr-40defbed96e8a0280cdc2f0bf92239b4d1c08180.tar.gz
[configure.ac,Makefile.am] Clean-up and depend on GNU Automake 1.11.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7448 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 086b3f8f5..4f8ad923f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,13 +25,8 @@ 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.1.0-dev])
-dnl Once GNU Automake 1.11 is available on more platforms, remove
-dnl the following line, uncomment the next two lines, and remove the
-dnl dist rule from the Makefile.am file. If the dist-* options are
-dnl modified, DIST_ARCHIVES from Makefile.am needs to be updated.
-AM_INIT_AUTOMAKE([1.10 no-define dist-bzip2 dist-zip])
-dnl AM_INIT_AUTOMAKE([1.11 no-define dist-bzip2 dist-xz dist-zip])
-dnl AM_MAINTAINER_MODE(enable)
+AM_INIT_AUTOMAKE([1.11 no-define dist-bzip2 dist-xz dist-zip])
+AM_MAINTAINER_MODE(enable)
AC_CONFIG_MACRO_DIR([m4])