]> git.saurik.com Git - bison.git/commit
* lib/Makefile.am (AM_CFLAGS): Remove $(WERROR_CFLAGS).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Oct 2006 04:31:23 +0000 (04:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 15 Oct 2006 04:31:23 +0000 (04:31 +0000)
commit10f429ef1991b3b065ebad9822ab22bdbf6986dd
tree6f5e6927a6b2a63ead9a720b46a045e8264aa3c9
parentc4bd5bf7c5b63334e8bb67af294800d4aec0fe06
* 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.
ChangeLog
bootstrap
lib/Makefile.am