summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-12-19 04:23:21 +0000
committerJim Meyering <jim@meyering.net>1996-12-19 04:23:21 +0000
commit3752e13942e9ae4fdae0379f2ac35826de2bdea4 (patch)
treea5b755f5f444b7d7a87434e90dc940208db18502 /old/sh-utils
parent858afc04d2d3ffe08ac9ebdf93e73bf4244d9989 (diff)
downloadcoreutils-3752e13942e9ae4fdae0379f2ac35826de2bdea4.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 6322f7981..0efce6f04 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,13 @@
Wed Dec 18 07:47:29 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in (AC_CHECK_HEADERS): Add paths.h.
+ * src/su.c [HAVE_PATHS_H]: Include <paths.h>.
+ [_PATH_DEFPATH]: Use this to define DEFAULT_LOGIN_PATH.
+ [_PATH_DEFPATH_ROOT]: Use this to define DEFAULT_ROOT_LOGIN_PATH.
+ From Rik Faith.
+
+ * configure.in (VERSION): Increment to 1.15.
+
* acinclude.m4 (jm_FUNC_GNU_STRFTIME): Change m4 quote strings
outside the quoted test program. Quote the test program with <<, >>.
Reported by Andreas Schwab.