diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-29 20:19:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-29 20:19:45 +0000 |
commit | 611cf8e97b0b8c7926437fc98f5c37f97a0d2670 (patch) | |
tree | 4426808563207da46500a382ba6536106f657518 /old/sh-utils/ChangeLog | |
parent | 3d9239c7502601cc53a794c6e2b33dfb354dc71d (diff) | |
download | coreutils-611cf8e97b0b8c7926437fc98f5c37f97a0d2670.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 27351d279..28a571eef 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,8 @@ Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov> + * lib/putenv.c: Define-away putenv only if it's not already defined. + Rather than undefining putenv, define _sys_putenv back to putenv. + * 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. |