[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Wed Jun 17 09:39:04 UTC 2009


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e19fedcd21137b8553b1a2f149201b7aa71110c8
Author: Jim Meyering <meyering at redhat.com>
Date:   Wed Jun 17 11:31:35 2009 +0200

    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.

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



More information about the Parted-commits mailing list