diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-26 06:55:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-26 06:55:57 +0000 |
commit | 8f8f1d01884eadb85326f2bacbb80944aa01f871 (patch) | |
tree | 385297b3971c6d9e1c79ff0a4a51975b063a7f43 /ChangeLog | |
parent | 967e0c11eaecf01a8596b8b48e8ef8edc85318fd (diff) | |
download | coreutils-8f8f1d01884eadb85326f2bacbb80944aa01f871.tar.xz |
Include <config.h> unconditionally, since we now assume config.h exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-08-25 Paul Eggert <eggert@cs.ucla.edu> + + * .x-sc_no_if_have_config_h: Remove; no longer needed. + * .x-sc_prohibit_assert_without_use: Remove; it was empty. + * .x-sc_two_space_separator_in_usage: Likewise. + * Makefile.maint (sc_no_have_config_h): Renamed from + sc_no_if_have_config_h, since it now checks that HAVE_CONFIG_H + is absent everywhere. + * bootstrap.conf (gnulib_modules): Add config-h. + * src/shred.c: Include <config.h> unconditionally, since + we now assume config.h exists. + * src/dircolors.c: Likewise. + 2006-08-26 Jim Meyering <jim@meyering.net> "ls --color" would highlight other-writable and sticky directories |