diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-28 09:25:26 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-28 09:25:26 +0100 |
commit | bbcfef38a33a93a1c777e9adc732e10b7357c8b5 (patch) | |
tree | 5ef7c3254c87332a55b98a514bd5c31929aa01a6 | |
parent | 2eea35fcf2807d9c9ac10d4d9e1a22aaf886b09d (diff) | |
download | coreutils-bbcfef38a33a93a1c777e9adc732e10b7357c8b5.tar.xz |
Remove 2006-12-24 entry (the corresponding change was never committed).
The underlying problem was fixed on 2006-12-26, by requiring a new-enough
version of autoconf.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -15,16 +15,6 @@ 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=, |