Remove 2006-12-24 entry (the corresponding change was never committed).
authorJim Meyering <jim@meyering.net>
Thu, 28 Dec 2006 08:25:26 +0000 (09:25 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 28 Dec 2006 08:25:26 +0000 (09:25 +0100)
The underlying problem was fixed on 2006-12-26, by requiring a new-enough
version of autoconf.

ChangeLog

index 8644682..9e24a1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        tag, using the release version number as the message.
        (vc-dist): Use $(VC-tag), rather than "$(VC) tag".
 
-2006-12-24  Jim Meyering  <jim@meyering.net>
-
-       * Makefile.maint (my-distcheck): Don't *configure* with
-       restrictive CFLAGS ('-Werror -ansi -pedantic -Wno-long-long'),
-       since it ends up provoking errors in generation of inttypes.h
-       on an Ubuntu edgy-based system.  That leads to compilation
-       failure due to e.g., imaxabs redefinition.
-       Instead, configure with default CFLAGS, and compile the
-       package with restrictive CFLAGS.
-
 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: dd bs= operands now silently override later ibs= and obs=,