mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
Remove the --enable-id-cache configure option.
* 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.
This commit is contained in:
parent
3f823dbe42
commit
bcd85897c2
5
NEWS
5
NEWS
@ -6,6 +6,11 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
|
||||
|
||||
Updated the Hungarian and Slovak translations.
|
||||
|
||||
** 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
|
||||
|
||||
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user