summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-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.