(AC_CHECK_HEADERS): Add langinfo.h (moved here from textutils/configure.in).
[gnulib.git] / m4 / ChangeLog
index 95af5e1..280cafb 100644 (file)
@@ -1,3 +1,32 @@
+2000-04-02  Paul Eggert  <eggert@twinsun.com>
+
+       * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
+       variable in the shell rather than using putenv, which isn't
+       portable.  This avoids the configure-time inter-test dependency
+       on the potentially-renamed putenv function.
+
+2000-03-30  Paul Eggert  <eggert@twinsun.com>
+
+       * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
+       before checking struct stat.st_blksize, so that
+       HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
+
+2000-03-10  Jim Meyering  <meyering@lucent.com>
+
+       * lib-check.m4: Look for getspnam in -lgen, too.
+       From Marco Franzen.
+
+2000-02-02  Bruno Haible  <haible@clisp.cons.org>
+
+       * codeset.m4: New file.
+       * iconv.m4: New file.
+       * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
+
+2000-03-04  Jim Meyering  <meyering@lucent.com>
+
+       * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
+       for lib/localcharset.c.
+
 2000-03-03  Jim Meyering  <meyering@lucent.com>
 
        * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.