* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).

Problem reported by Joel E. Denny.

2006-10-14  Jim Meyering  <jim@meyering.net>

(Sync from coreutils.)
Work also when the working directory (with e.g. coreutils sources)
is version controlled with git, rather than CVS.
* bootstrap (CVS_only_file): Test for the existence of README-cvs,
rather than CVS.
In messages and comments, say e.g., "checked-out sources",
rather than "CVS sources".
(version_controlled_file): New function.  Work for git as well as
for CVS.  Don't use grep's -q option.
(slurp): Call it here, in place of CVS-specific code.
This commit is contained in:
Paul Eggert
2006-10-15 04:31:23 +00:00
parent c4bd5bf7c5
commit 10f429ef19
3 changed files with 42 additions and 9 deletions

View File

@@ -19,7 +19,7 @@
include gnulib.mk
AM_CFLAGS = $(WARNING_CFLAGS) $(WERROR_CFLAGS)
AM_CFLAGS = $(WARNING_CFLAGS)
# Implementation of bitsets.
bitsets_sources = \