.
authorJim Meyering <jim@meyering.net>
Thu, 19 Dec 1996 04:23:21 +0000 (04:23 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 19 Dec 1996 04:23:21 +0000 (04:23 +0000)
old/sh-utils/ChangeLog

index 6322f79..0efce6f 100644 (file)
@@ -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.