* bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing

the earlier change today), m4/intl.m4, m4/intldir.m4.  This gives
us a slightly cleaner distribution, and also works.
* m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
gnulib changes.
This commit is contained in:
Paul Eggert
2006-11-08 20:41:55 +00:00
parent ff8d8df2e6
commit 7746c8f63d
3 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2006-11-08 Paul Eggert <eggert@cs.ucla.edu>
* bootstrap.conf (excluded_files): Exclude m4/codeset.m4 (undoing
the earlier change today), m4/intl.m4, m4/intldir.m4. This gives
us a slightly cleaner distribution, and also works.
* m4/.cvsignore: Add inline.m4, wint_t.m4 to accommodate recent
gnulib changes.
2006-11-08 Joel E. Denny <jdenny@ces.clemson.edu>
and Paul Eggert <eggert@cs.ucla.edu>