From: Jim Meyering Date: Sun, 29 Jun 1997 13:34:51 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16b~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9741142c84a574a486037b13e461ce435cb201c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b53c13ad90..923288f48e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +Sun Jun 29 07:18:25 1997 Jim Meyering + + * 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 * m4/putenv.m4 (jm_FUNC_PUTENV): New file and macro.