diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-29 13:49:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-29 13:49:53 +0000 |
commit | 25c1d1dccd0bfff5045010e641910f2f7a8ce82b (patch) | |
tree | 4ae1e747c4ccce893bc2040e2650fa80e641ca0a | |
parent | d9741142c84a574a486037b13e461ce435cb201c (diff) | |
download | coreutils-25c1d1dccd0bfff5045010e641910f2f7a8ce82b.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 923288f48..3f5ec0261 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -3,7 +3,7 @@ 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@. + * src/Makefile.am (su_LDADD): Set to `$(LDADD) @LIB_CRYPT@'. * tests/date/mk-script.pl: Set and export LANGUAGE, LC_ALL, and LANG so tests get english strings. From Ulrich Drepper. |