update from prep
[gnulib.git] / m4 / ChangeLog
index 4f4e4b0..fe0d309 100644 (file)
@@ -1,3 +1,62 @@
+2003-06-04  Paul Eggert  <eggert@twinsun.com>
+
+       * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
+       locale.h, localeconv.  This merges changes from coreutils.
+
+       * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
+       It can be removed after the next Autoconf is released.
+       * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
+       needed.
+
+2003-05-30  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.m4: Upgrade to gettext-0.12.1.
+       * nls.m4: New file, from gettext-0.12.1.
+       * po.m4: New file, from gettext-0.12.1.
+       * progtest.m4: Upgrade to gettext-0.12.1.
+
+2003-05-28  Paul Eggert  <eggert@twinsun.com>
+
+       Assume the headers required for C89 freestanding compilers.
+       * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
+       * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
+       * human.m4 (gl_HUMAN): Likewise.
+       * pathmax.m4 (gl_PATHMAX): Likewise.
+       * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
+       * userspec.m4 (gl_USERSPEC): Likewise.
+       * xreadlink.m4 (gl_XREADLINK): Likewise.
+       * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
+       * quote.m4 (gl_QUOTE): Don't check for stddef.h.
+
+2003-05-26  Jim Meyering  <jim@meyering.net>
+
+       Merge in a change from coreutils:
+       * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
+       that is guaranteed to be `no'.  Use `no_such_member' to indicate
+       that condition, rather than `-1' which is slightly misleading.
+       Change the name of the cache variable to have the gl_ prefix.
+       Prompted by a patch from Richard Dawe for DJGPP.
+
+2003-05-17  Bruno Haible  <bruno@clisp.org>
+
+       * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
+       expansion for AC_EGREP_CPP.
+       * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
+       * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
+       Suggested by Akim Demaille <akim@epita.fr> in
+       http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
+
+2003-04-21  Paul Eggert  <eggert@twinsun.com>
+
+       * error.m4 (gl_ERROR): Do not put under dynamic conditions some
+       code which expansion is under static control.  Patch imported from
+       Akim Demaille's patch to Bison; see
+       <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
+
+2003-04-14  Bruno Haible  <bruno@clisp.org>
+
+       * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
+
 2003-04-10  Bruno Haible  <bruno@clisp.org>
 
        * findprog.m4: New file.