summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-11 04:38:33 +0000
committerJim Meyering <jim@meyering.net>1996-12-11 04:38:33 +0000
commit3e39947b49215cb039645aec4d0eac2449d4b6a0 (patch)
treef983ef7fc964a85c3ce65d33aae3a3e1e1598865 /old
parentc8a3fc9bedca616c25ed6605c8bfcb84f7bc44d3 (diff)
downloadcoreutils-3e39947b49215cb039645aec4d0eac2449d4b6a0.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index b9dd00f3f..ff0dde026 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
Tue Dec 10 00:14:24 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (AC_ISC_POSIX): Remove kludgy macro.
+ Use this test instead:
+ (LIBS): Add -lcposix if it contains strerror.
+ Patch from Karl Heuer.
+
* lib/Makefile.am (EXTRA_DIST): Add mktime.c.
Reported by Thomas Bushnell.
* (EXTRA_DIST): Add strftime.c to appease automake.