summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-21 17:11:01 +0000
committerJim Meyering <jim@meyering.net>1996-07-21 17:11:01 +0000
commit9d06a0075ddfba761c65a6635f6c0c7cbaa350d9 (patch)
treeff3505e4989314cfda8e46d6d8bf302855981664 /old/fileutils
parent1d791a1487ab7069460e185fe608bbcdafb28ccc (diff)
downloadcoreutils-9d06a0075ddfba761c65a6635f6c0c7cbaa350d9.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 812f6a598..e67ca35f3 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,15 @@
Sun Jul 21 11:58:48 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/Makefile.am (EXTRA_DIST): Put error.c and obstack.c here...
+ (fu_SOURCES): Instead of here.
+
+ * config.h.in (HAVE_RPMATCH): Undef it.
+
+ * configure.in (AC_CHECK_FUNCS): Add rpmatch.
+ Add checks for error_at_line and obstacks so systems with GNU libc
+ don't compile and link with distributed error.c and obstack.c.
+ From Ulrich Drepper.
+
* configure.in (AC_REPLACE_FUNCS): Replace getline.c.
Add related check for the getdelim function.
From Ulrich Drepper -- as done in gettext.