summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-25 17:43:21 +0000
committerJim Meyering <jim@meyering.net>1997-12-25 17:43:21 +0000
commit1a952f81457c2277d5a3b11dd8f5cf921d5cba93 (patch)
treeebbe65492026b6995c41204de1cddf4dddd78736 /old
parent2bb1686d0cf8b10aef665dbdb3fa37b4eeccaa49 (diff)
downloadcoreutils-1a952f81457c2277d5a3b11dd8f5cf921d5cba93.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index dc52e6212..7f9b5dcdc 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,9 @@
1997-12-25 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in: Remove AC_DEFINE of _GNU_SOURCE.
+ * acconfig.h (_GNU_SOURCE): Define if not already defined.
+ Put this code in @TOP@ section.
+ (_GNU_SOURCE): Remove #undef.
1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>