summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-11-16 14:38:08 +0000
committerJim Meyering <jim@meyering.net>1993-11-16 14:38:08 +0000
commit76b06541127f99d151e459748db212f9a3e749e2 (patch)
treeb7442ddb1a1cfb1fdf09c29757add81930c5f045
parentbef401e8dc134ed878721784a6a82fa0f28a9300 (diff)
downloadcoreutils-76b06541127f99d151e459748db212f9a3e749e2.tar.xz
merge with 1.9.1
-rw-r--r--old/sh-utils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 249f4d7a0..c3e314840 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -5,6 +5,17 @@ Sat Nov 13 00:11:19 1993 Jim Meyering (meyering@comco.com)
* configure.in [LIBS]: Add -lbsd if that is necessary to get the
syslog function. With help from Kaveh Ghazi.
+ * configure.in [LIBS]: Reorganize/unify the code that adds libraries
+ solely to resolve syslog. Add a library only if it is required to
+ resolve the syslog reference.
+
+ * configure.in [AC_HAVE_HEADERS]: Check for sys/timeb.h.
+ getdate.y needs to know.
+ [LIBS]: Check for initgroups in -los. This is required by SCO-ODT-3.0
+ when linking su.
+ [LIBS]: Check -lufc for crypt.
+ Reported by Steven W Orr (steveo@world.std.com).
+
Thu Nov 11 23:55:48 1993 Jim Meyering (meyering@comco.com)
* id.c [NGROUPS_MAX]: Undefine before redefining.