guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: build: Update automake version requirement to 1.14.


From: Eric Bavier
Subject: 02/02: build: Update automake version requirement to 1.14.
Date: Mon, 9 Oct 2017 19:57:01 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 05c4e379b7a9911b47bc4cff8dc1aa7b432e83b6
Author: Eric Bavier <address@hidden>
Date:   Fri Oct 6 12:27:20 2017 -0500

    build: Update automake version requirement to 1.14.
    
    For '%D%' support.
    
    * configure.ac (AM_INIT_AUTOMAKE): Update version requirement to 1.14.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5120df5..aa70f14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([GNU Guix],
   [https://www.gnu.org/software/guix/])
 AC_CONFIG_AUX_DIR([build-aux])
 
-AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
+AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \
  color-tests parallel-tests -Woverride -Wno-portability])
 
 # Enable silent rules by default.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]