findutils-patches
[Top][All Lists]
Advanced

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

[Findutils-patches] [PATCH 1/3] Remove the --enable-id-cache configure o


From: jay
Subject: [Findutils-patches] [PATCH 1/3] Remove the --enable-id-cache configure option.
Date: Wed, 30 Dec 2015 23:51:07 +0000

From: James Youngman <address@hidden>

* configure.ac: Remove the --enable-id-cache option.  This option
became a no-op in findutils-4.5.15.  Before that it did something
but the code was buggy.  See https://savannah.gnu.org/bugs/?45062
for details.
* NEWS: State that this configure option is removed.
---
 NEWS         | 5 +++++
 configure.ac | 3 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 590d3e2..5ba1f3e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU findutils NEWS - User visible changes.      -*- outline 
-*- (allout)
 
 * Major changes in release 4.7.0-git, YYYY-MM-DD
 
+** Changes to find
+
+The configure option --enable-id-cache has been removed.  It has been
+a no-op since findnutils-4.5.15.
+
 * Major changes in release 4.6.0, 2015-12-28
 
 ** Stable Release
diff --git a/configure.ac b/configure.ac
index 0b9ef28..bfc94f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,9 +15,6 @@ AC_SUBST(AUXDIR,$ac_aux_dir)
 dnl check for --with-fts
 FIND_WITH_FTS
 
-AC_ARG_ENABLE(id-cache,
-[  --enable-id-cache       This currently has no effect.],)
-
 AC_ARG_ENABLE(debug,
        AS_HELP_STRING(--enable-debug,Enable debugging output which is likely 
to be interesting to people debugging findutils),
        [ac_cv_debug=$enableval],[ac_cv_debug=no])
-- 
2.1.4




reply via email to

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