From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1fIM-0005PH-P7 for guix-patches@gnu.org; Mon, 09 Oct 2017 17:09:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1fIL-0007bt-Sl for guix-patches@gnu.org; Mon, 09 Oct 2017 17:09:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1fIL-0007bn-PH for guix-patches@gnu.org; Mon, 09 Oct 2017 17:09:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1fIL-0000Ub-KZ for guix-patches@gnu.org; Mon, 09 Oct 2017 17:09:01 -0400 Subject: [bug#28764] [PATCH] build: Update automake version requirement to 1.14. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Mon, 09 Oct 2017 23:07:48 +0200 In-Reply-To: (Eric Bavier's message of "Mon, 9 Oct 2017 19:06:24 +0000") Message-ID: <87r2ucowrf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Eric Bavier Cc: 28764@debbugs.gnu.org Eric Bavier skribis: > From e48c70fe9f9ebb4055e70999f0e8a80f001354b2 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > 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'.