diff --git a/ChangeLog b/ChangeLog index 5b81939f9..fe280f665 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.