findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] [PATCH] Indicate in a comment that we cannot remove


From: James Youngman
Subject: [Findutils-patches] [PATCH] Indicate in a comment that we cannot remove the regex.c kludge yet.
Date: Sat, 24 Nov 2007 13:06:54 +0000

---
 Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fddb2e4..30ff461 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,12 +18,16 @@ TESTFILE_SUFFIXES = .exp .xo .xe .xi
 dist-hook: jy-regex-fix findutils-check-pofiles findutils-check-testfiles
 
 
-##
 ## regex.c seems to get left out if I use automake-1.9 but not 
 ## if I use automake-1.7.   Hence dist-hook has to be able to 
 ## copy regex.c into the relevant (read-only) directory if it 
 ## is not already there, but needs to avoid doing so if the 
 ## file is already in place.   Ugh.  
+## 
+## This problem appears not to apply to Automake-1.10, but since
+## gnulib only requires Automake-1.9.6, we should support that.  
+## Therefore we probably can't remove this kludge yet.
+## 
 ##                             -- James Youngman <address@hidden>
 ## 
 jy-regex-fix:
-- 
1.5.3.5





reply via email to

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