summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-09-27 22:02:00 +0000
committerJim Meyering <jim@meyering.net>1994-09-27 22:02:00 +0000
commit0a0800fe2507f48a2ae246d148b6f2b056109e04 (patch)
treefd947e3bd752610de97b43df7b79b0758be6730d /old/sh-utils
parente13a0b7f4982846cb8165e5188bd306ce8499445 (diff)
downloadcoreutils-0a0800fe2507f48a2ae246d148b6f2b056109e04.tar.xz
merge with 1.10n2
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index bbe99870c..5e84852c2 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,11 @@
+
+ * lib/*.c, src/*.c: Remove CONFIG_BROKETS conditional.
+ * lib/Makefile.in src/Makefile.in: Don't define it.
+
configure.in (AC_CHECK_FUNCS): Add getcwd. From Kaveh Ghazi.
* safe-xstat.c.in, safe-xstat.h.in: Rename to safe-xstat.cin and
- safe-xstat.hin so the names don't exceed 14-character limit.
+ safe-xstat.hin so the names don't exceed the 14-character limit.
Reported by Kaveh Ghazi.
Mon Sep 26 19:49:40 1994 Jim Meyering (meyering@comco.com)