[PATCH] build: require autoconf-2.63 and automake-1.11
Jim Meyering
meyering at redhat.com
Wed Jun 17 09:31:35 UTC 2009
* configure.ac (AC_PREREQ): Require 2.63, not 2.61.
(AM_INIT_AUTOMAKE): Require 1.11, not 1.10c.
---
configure.ac | 4 ++--
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 at 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
--
1.6.3.2.406.gd6a466
More information about the parted-devel
mailing list