all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28764] [PATCH] build: Update automake version requirement to 1.14.
@ 2017-10-09 19:06 Eric Bavier
  2017-10-09 20:13 ` ng0
  2017-10-09 21:07 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Bavier @ 2017-10-09 19:06 UTC (permalink / raw)
  To: 28764

[-- Attachment #1: Type: text/plain, Size: 50 bytes --]



Eric Bavier, Scientific Libraries, Cray Inc.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-build_Update-automake-version-requirement-to-1.14.patch --]
[-- Type: text/x-patch; name="0001-build_Update-automake-version-requirement-to-1.14.patch", Size: 823 bytes --]

From e48c70fe9f9ebb4055e70999f0e8a80f001354b2 Mon Sep 17 00:00:00 2001
From: Eric Bavier <bavier@cray.com>
Date: Fri, 6 Oct 2017 12:27:20 -0500
Subject: [PATCH] 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.
-- 
1.8.5.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-10  0:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 19:06 [bug#28764] [PATCH] build: Update automake version requirement to 1.14 Eric Bavier
2017-10-09 20:13 ` ng0
2017-10-09 21:07 ` Ludovic Courtès
2017-10-10  0:00   ` bug#28764: " Eric Bavier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.