From: Jim Meyering Date: Sat, 24 Sep 2005 13:41:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26ddff0c1728fe5bdbc75d5fc49ce61cbf6a4157;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 5b81939f92..fe280f6652 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ * Version 5.3.1-cvs. + * src/shred.c: Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', + for consistency with gnulib. + * src/dircolors.c: Likewise. + + * Makefile.maint (sc_no_if_have_config_h): New rule. + (syntax-check-rules): Add it. + .x-sc_no_if_have_config_h: New file. + * tests/seq/basic (eq-wid-1, eq-wid-2): Disable these tests for now. They fail with non-gcc compilers and some combinations of options and libraries on Solaris systems.