bug-grep
[Top][All Lists]
Advanced

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

bug#15664: grep snapshot compatibility issues with Automake 1.14?


From: Paul Eggert
Subject: bug#15664: grep snapshot compatibility issues with Automake 1.14?
Date: Sun, 20 Oct 2013 19:43:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

Jim Meyering wrote:
> Are you interested in working on it?

It seems to be easy enough to fix, so I pushed the following
(this is like what we already did with coreutils):

>From 5ee3301166337746b10c9264517106df6f753a89 Mon Sep 17 00:00:00 2001
From: Paul Eggert <address@hidden>
Date: Sun, 20 Oct 2013 19:41:27 -0700
Subject: [PATCH] build: avoid chatter from Automake 1.14

* configure.ac (AM_INIT_AUTOMAKE): Add subdir-objects.
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ab7d387..b1393db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -68,7 +68,8 @@ AC_DEFINE([GREP], 1, [We are building grep])
 AC_PREREQ(2.59)
 
 dnl Automake stuff.
-AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests])
+AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz color-tests parallel-tests
+                  subdir-objects])
 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
 
 AC_CONFIG_HEADERS([config.h:config.hin])
-- 
1.8.3.1







reply via email to

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