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

* [bug#28764] [PATCH] build: Update automake version requirement to 1.14.
  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
  1 sibling, 0 replies; 4+ messages in thread
From: ng0 @ 2017-10-09 20:13 UTC (permalink / raw)
  To: Eric Bavier; +Cc: 28764

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

In my opinion this version bump is reasonable,
if we go with Debian stable as the lowest number
indicator (automake on Debian stable is currently on 1.14).
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#28764] [PATCH] build: Update automake version requirement to 1.14.
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-10-09 21:07 UTC (permalink / raw)
  To: Eric Bavier; +Cc: 28764

Eric Bavier <bavier@cray.com> skribis:

> 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.

Good catch, LGTM!

Ludo'.

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

* bug#28764: [PATCH] build: Update automake version requirement to 1.14.
  2017-10-09 21:07 ` Ludovic Courtès
@ 2017-10-10  0:00   ` Eric Bavier
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Bavier @ 2017-10-10  0:00 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 28764-done

On Mon, 09 Oct 2017 23:07:48 +0200
ludo@gnu.org (Ludovic Courtès) wrote:

> Eric Bavier <bavier@cray.com> skribis:
> 
> > 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.  
> 
> Good catch, LGTM!

pushed in 05c4e379b7a9911b47bc4cff8dc1aa7b432e83b6

^ permalink raw reply	[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.