*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index aef1bed..f322a81 100644 (file)
@@ -1,5 +1,18 @@
+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.
+
 2000-04-03  Jim Meyering  <meyering@lucent.com>
 
+       * gettext.m4: Fix typo in comment.
+
        * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
        textutils/configure.in).  Suggestion from Paul Eggert.
        (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)