diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-25 23:30:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-25 23:30:57 +0000 |
commit | 0d41cd8f2927d896f373fb6076c2508c9284a978 (patch) | |
tree | b41b77a03b2af77b524ee64ba30cf1673f6aa092 /lib | |
parent | 1a5c74f01a6ed5469f7271d3d6a7e9c7a0e986ee (diff) | |
download | coreutils-0d41cd8f2927d896f373fb6076c2508c9284a978.tar.xz |
* .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore
tarballs.
* bootstrap.conf: Add configmake, verify.
* lib/.cvsignore: Add configmake.h, stamp-h1.
* src/.cvsignore: Remove localedir.h.
* src/Makefile.am (localedir, DISTCLEANFILES, localedir.h): Remove;
subsumed by configmake.
* src/system.h: Include configmake.h rather than localedir.h
(LOCALEDIR): New macro.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.cvsignore | 2 | ||||
-rw-r--r-- | lib/ChangeLog | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/.cvsignore b/lib/.cvsignore index d943f8606..c20212d3d 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -43,6 +43,7 @@ closeout.h config.charset config.h config.hin +configmake.h creat-safer.c cycle-check.c cycle-check.h @@ -264,6 +265,7 @@ sig2str.h snprintf.c snprintf.h socket_.h +stamp-h1 stat-macros.h stat-time.h stat_.h diff --git a/lib/ChangeLog b/lib/ChangeLog index 03d1599cd..9247c4c5b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-08-25 Paul Eggert <eggert@cs.ucla.edu> + + * .cvsignore: Add configmake.h, stamp-h1. + 2006-08-23 Paul Eggert <eggert@cs.ucla.edu> * .cvsignore: Add config.h, config.hin. |