]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 13:34:51 +0000 (13:34 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 13:34:51 +0000 (13:34 +0000)
old/sh-utils/ChangeLog

index b53c13ad905cf8592118f0b9bc3b84f1c3ba5631..923288f48ee974d2c2e10152ac9a83dd49f8712c 100644 (file)
@@ -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.