* lib/Makefile.am: Use $(FINDLIBOBJS) instead of @FINDLIBOBJS@.
* find/Makefile.am (LDADD): Use $(FINDLIBS) instead of @FINDLIBS@.
* locate/Makefile.am (updatedb): Use $(VERSION) and
$(PACKAGE_NAME) instead of @VERSION@ and @PACKAGE_NAME@.
* cfg.mk: remove sc_makefile_at_at_check from local-checks-
* cfg.mk: Move definition of which files we should not check to
exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF, instead
of .x-sc_prohibit_empty_lines_at_EOF.
Move contents of .x-sc_bindtextdomain into
exclude_file_name_regexp--sc_bindtextdomain.
.x-sc_prohibit_empty_lines_at_EOF: Delete.
* cfg.mk: Move more .x-* files into variables.
(exclude_file_name_regexp--sc_prohibit_always_true_header_tests):
Incorporate .x-sc_prohibit_always_true_header_tests.
(exclude_file_name_regexp--sc_prohibit_test_minus_ao): Incorporate
.x-sc_prohibit_test_minus_ao.
(exclude_file_name_regexp--sc_prohib
(exclude_file_name_regexp--sc_obsolete_symbols): Don't check
build-aux/src-sniff.py.
---
ChangeLog |4
cfg.mk|6 ++
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c1af90d..2be836e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,1
* find/defs.h: Eliminate useless parentheses in #if.
* find/find.c (safely_chdir): Likewise.
* find/pred.c: Likewise.
* lib/buildcmd.c: Likewise.
* lib/fdleak.c: Likewise
* xargs/xargs.c: Likewise.
* find/parser.c: Likewise.
(ISDIGIT): Simplify, and avoid undefining isascii.
* cfg.mk (local-checks-
* build-aux/src-sniff.py: Mention that many of these checks would
be better as gnulib syntax checks (since there are more flexible
ways to disable these).
(RegexChecker.__init__): Don't pass a spurious second "self"
argument.
(RegexChecker.Check): Provide a more intelligible message when
complainin
* find/pred.c: Include stat-size. Eliminate definitions of
DEV_BSIZE, ST_BLKSIZE, ST_NBLOCKS, ST_NBLOCKSIZE macros which are
now in stat-size.h (yes, this is the second set of these macros
we've removed).
(file_sparseness): Use ST_NBLOCKS and ST_NBLOCKSIZE.
* cfg.mk (local-checks-to-skip): Don't s
I'm going to amend that change descrtiption. Sorry about the inconvenience.
---
ChangeLog|9 +++
gnulib |2 +-
import-gnulib.config |1 +
lib/listfile.c | 65 +-
4 files changed, 12 insertions(+), 65 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 70d8cd4..3b23122 1006