summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-29 13:34:51 +0000
committerJim Meyering <jim@meyering.net>1997-06-29 13:34:51 +0000
commitd9741142c84a574a486037b13e461ce435cb201c (patch)
treee3bea8355ee7ffe38d7eaf1db8e40b6ea634e47a /old/sh-utils
parenta84d2bada4614e4741650f37168a18cdbaf7adad (diff)
downloadcoreutils-d9741142c84a574a486037b13e461ce435cb201c.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index b53c13ad9..923288f48 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,13 @@
+Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * configure.in (LIB_CRYPT): AC_SUBST new variable. Use it to add
+ crypt-related library (-lufc or -lcrypt) only for the program that
+ needs it (su), rather than to all executables.
+ * src/Makefile.am (su_LDADD): Set to @LIB_CRYPT@.
+
+ * tests/date/mk-script.pl: Set and export LANGUAGE, LC_ALL, and LANG
+ so tests get english strings. From Ulrich Drepper.
+
Mon Jun 16 11:06:57 1997 Jim Meyering <meyering@na-net.ornl.gov>
* m4/putenv.m4 (jm_FUNC_PUTENV): New file and macro.