diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-05 15:16:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-05 15:16:27 +0000 |
commit | 0fcc2606dd021a8b3469eea785fbc07b5faf2fc3 (patch) | |
tree | cd9d6ebe63416de84fda0317909aea3935ff29c5 /m4/ChangeLog | |
parent | bea19ce09c18109f1a2ee6ba9a5c48f4891ac0ae (diff) | |
download | coreutils-0fcc2606dd021a8b3469eea785fbc07b5faf2fc3.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index ab4f69702..f322a813f 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,11 @@ 2000-04-05 Jim Meyering <meyering@lucent.com> + Portability tweaks required for ultrix4.3. + * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. + (jm_CHECK_DECLS): Add getutent to the list of functions. + (_jm_DECL_HEADERS): Add utmpx.h. + From John David Anglin. + * strftime.m4: Back out the 2000-04-02 change. Instead of that change, simply undefine putenv in the test program. |