summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-23 02:25:26 +0000
committerJim Meyering <jim@meyering.net>1997-01-23 02:25:26 +0000
commitccbf5f37f1d5549e6171dea4e38db0ade520d984 (patch)
treeaea058c2a96784b02a1c1bb4f72430ea1d4c2e01 /old
parentef2b6836fdf3a59c8689b471fe1a43926e160c77 (diff)
downloadcoreutils-ccbf5f37f1d5549e6171dea4e38db0ade520d984.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c1a987ecf..0d01ea73e 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,17 @@
Wed Jan 22 20:12:31 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in: Check for perl.
+ (AC_OUTPUT): Add tests/date/Makefile.
+ * tests/date: New directory.
+
+ * m4/getgroups.m4: Move the code from configure.in into
+ this macro that resorts to looking for getgroups in -lbsd.
+ Set new shell variable, GETGROUPS_LIB (that callers should check),
+ if it is found there.
+ * configure.in: Check $GETGROUPS_LIB just after jm_FUNC_GETGROUPS.
+ (AC_CHECK_FUNCS): Remove getgroups.
+ Remove code that resorts to looking for getgroups in -lbsd.
+
* m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values
for the TZ environment variable. Andre Novaes Cunha provided the
hairy TZ setting that exercized the Solaris tzset bug.