diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-23 18:37:27 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-23 18:37:27 +0000 |
commit | 7b1ba27c958ba4593d7a1e741ee4cb30ff95826c (patch) | |
tree | c38a90d2a9e2d0806fbac56466e973c90ec6191d /lib/ChangeLog | |
parent | 2f1ed196eb20b9b52c021cc56c34c3b55d8646ca (diff) | |
download | coreutils-7b1ba27c958ba4593d7a1e741ee4cb30ff95826c.tar.xz |
* .cvsignore: Remove config.h, config.hin, as they are now
in lib.
* configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin
to lib.
* lib/.cvsignore: Add config.h, config.hin.
* lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'.
* src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 02e235bfe..03d1599cd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2006-08-23 Paul Eggert <eggert@cs.ucla.edu> + + * .cvsignore: Add config.h, config.hin. + * Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. + 2006-08-22 Paul Eggert <eggert@cs.ucla.edu> * .cvsignore: Add Makefile.in, getdate.tab.h. |