From: Jim Meyering Date: Sun, 29 Jun 1997 13:50:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16b~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6b6c95b839cbc3a947b857c98771f3793d7f87d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3f5ec02610..27351d2793 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -4,6 +4,7 @@ Sun Jun 29 07:18:25 1997 Jim Meyering 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 `$(LDADD) @LIB_CRYPT@'. + Suggestion from Ulrich Drepper. * tests/date/mk-script.pl: Set and export LANGUAGE, LC_ALL, and LANG so tests get english strings. From Ulrich Drepper.