summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-06-17 11:31:35 +0200
committerJim Meyering <meyering@redhat.com>2009-06-17 11:33:15 +0200
commite19fedcd21137b8553b1a2f149201b7aa71110c8 (patch)
tree0ecd42af6c10782c1ed87d6c781ad15b91c188c3 /configure.ac
parente28012ecdbbc509320a287566f998eca4121b243 (diff)
downloadparted-e19fedcd21137b8553b1a2f149201b7aa71110c8.tar.gz
build: require autoconf-2.63 and automake-1.11
* configure.ac (AC_PREREQ): Require 2.63, not 2.61. (AM_INIT_AUTOMAKE): Require 1.11, not 1.10c.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f0f75cd..d59798c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (C) 1998-2002, 2005-2009 Free Software Foundation, Inc.
dnl
dnl This file may be modified and/or distributed without restriction.
-AC_PREREQ([2.61])
+AC_PREREQ([2.63])
AC_INIT([GNU parted], m4_esyscmd([build-aux/git-version-gen .version]),
[bug-parted@gnu.org])
@@ -52,7 +52,7 @@ AC_SUBST([LT_CURRENT])
AC_SUBST([LT_REVISION])
AC_SUBST([LT_AGE])
-AM_INIT_AUTOMAKE([1.10c dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 dist-xz color-tests parallel-tests])
AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
AC_CANONICAL_HOST