* lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
[gnulib.git] / m4 / ChangeLog
index 6d43370..9b92ff2 100644 (file)
@@ -1,3 +1,241 @@
+2006-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
+       sys/statvfs.h. When getmntinfo was found, check its declaration and
+       set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
+
+2006-08-18  Jim Meyering  <jim@meyering.net>
+
+       * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME,
+       since gethrxtime may revert to using clock_gettime via gettime.c.
+       Gabor Z. Papp reported that gethrxtime-using programs failed to
+       link due to unresolved clock_gettime on a linux-2.4.x system.
+
+2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Update from coreutils.
+
+       2006-08-15  Jim Meyering  <jim@meyering.net>
+
+       * openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
+
+       2006-01-17  Jim Meyering  <jim@meyering.net>
+
+       * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
+
+       2006-01-11  Jim Meyering  <jim@meyering.net>
+
+       * openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
+       Check for the lchmod function.
+
+2006-08-11  Bruno Haible  <bruno@clisp.org>
+
+       * wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h> before
+       <wchar.h>. Needed for OSF/1 and BSD/OS.
+
+2006-08-10  Jim Meyering  <jim@meyering.net>
+
+       * cycle-check.m4: New file.
+       Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
+       * dev-ino.m4, same-inode.m4: New files.
+
+2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
+       * gc.m4 (gl_PREREQ_GC): Likewise.
+       * glob.m4 (gl_PREREQ_GLOB): Likewise.
+       * inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
+       * inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
+       * memxor.m4 (gl_MEMXOR): Likewise.
+       * restrict.m4: Remove; no longer needed.  All remaining uses of
+       gl_C_RESTRICT replaced by AC_C_RESTRICT.
+
+       Merge from coreutils.
+       * regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
+       gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
+       * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
+       * time_r.m4 (gl_TIME_R): Likewise.
+
+2006-07-31  Bruno Haible  <bruno@clisp.org>
+
+       * localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
+       <stdlib.h>, <string.h>.
+
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
+
+2006-07-28  Simon Josefsson  <jas@extundo.com>
+
+       * netinet_in_h.m4: New file.
+
+2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
+
+       * inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
+
+2006-07-28  Bruno Haible  <bruno@clisp.org>
+
+       * mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
+
+2006-07-27  Bruno Haible  <bruno@clisp.org>
+
+       * stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
+       test.
+
+2006-07-26  Eric Blake  <ebb9@byu.net>
+
+       * unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
+
+2006-07-26  Bruno Haible  <bruno@clisp.org>
+
+       * stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
+       INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
+       INT_FAST*_MIN, INTPTR_MIN.
+
+2006-07-25  Bruno Haible  <bruno@clisp.org>
+
+       * stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of complex
+       commands.
+
+2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
+       (gl_STDIO_SAFER): Remove.
+
+2006-07-24  Bruno Haible  <bruno@clisp.org>
+
+       * tmpdir.m4: New file, from GNU gettext.
+
+2006-07-23  Eric Blake  <ebb9@byu.net>
+
+       * stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
+
+2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * close-stream.m4: New file.
+
+2006-07-22  Bruno Haible  <bruno@clisp.org>
+
+       Merge from GNU gettext 0.15.
+
+       2006-03-25  Bruno Haible  <bruno@clisp.org>
+
+               * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
+
+       2006-07-21  Bruno Haible  <bruno@clisp.org>
+
+               * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
+               "1.1".
+
+       2006-05-09  Bruno Haible  <bruno@clisp.org>
+
+               * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
+               CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
+               for the conftestver execution.
+
+       2006-05-01  Bruno Haible  <bruno@clisp.org>
+
+               * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
+               optional target-version argument. Verify that the compiler
+               groks source of the specified source-version, or add -source
+               option as necessary. Verify that the compiler produces
+               bytecode in the specified target-version, or add -target and
+               -source options as necessary. Make the result of the test
+               available as variable CONF_JAVAC. Also log error output in
+               config.log.
+
+       2006-03-11  Bruno Haible  <bruno@clisp.org>
+
+               * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
+
+       2006-05-09  Bruno Haible  <bruno@clisp.org>
+
+               * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
+               CLASSPATH_SEPARATOR to a semicolon.
+
+       2006-03-12  Bruno Haible  <bruno@clisp.org>
+
+               * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
+               available as variable CONF_JAVA, for subsequent autoconf
+               tests. Also log error output in config.log.
+
+       2006-07-19  Bruno Haible  <bruno@clisp.org>
+
+               * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
+               that getline works on glibc2 systems. Needed to avoid trouble
+               in relocatable.c.
+               Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
+
+       2005-12-04  Bruno Haible  <bruno@clisp.org>
+
+               * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
+               launcher (untested).
+
+       2005-12-04  Bruno Haible  <bruno@clisp.org>
+
+               * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
+
+       2006-07-22  Bruno Haible  <bruno@clisp.org>
+
+               * gettext.m4: Update from GNU gettext-0.15.
+               * nls.m4: Likewise.
+               * po.m4: Likewise.
+               * inttypes-pri.m4: Likewise.
+               * inttypes-h.m4: Renamed from inttypes.m4.
+               (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
+
+2006-07-17  Bruno Haible  <bruno@clisp.org>
+
+       * gl_list.m4: New file.
+
+2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * mkancesdirs.m4: New file.
+       * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
+       Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed.
+       Require gl_FUNC_LCHOWN, since dirchownmod.c needs it.
+
+2006-07-11  Eric Blake  <ebb9@byu.net>
+
+       * absolute-header.m4: Fix comments to match recent change.
+
+2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
+       to stdint.m4.
+
+2006-07-10  Derek R. Price  <derek@ximbiot.com>
+       and Paul Eggert  <eggert@cs.ucla.edu>
+
+       * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
+       * savedir.m4:
+       Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
+       macros into the GNU _D_EXACT_NAMLEN.
+
+2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * stdint.m4 (gl_STDINT_H): Like yesterday's change to
+       absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
+       "no/such/file/stdint.h" when there is no such file, so that
+       the resulting C code can be parsed by dodgy compilers.
+       Problems reported by Bob Proulx.
+
+2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
+       around the absolute name, to work around a problem with the HP-UX
+       11.23 native C compiler, reported by Bob Proulx.
+
+2006-07-09  Jim Meyering  <jim@meyering.net>
+
+       * glob.m4: Remove a doubled word in a comment.
+
+2006-07-08  Jim Meyering  <jim@meyering.net>
+
+       * link-follow.m4: Remove one of two adjacent "whether"s in a comment.
+       * getopt.m4: Remove one of two adjacent "your"s in a comment.
+       * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
+
 2006-07-06  Derek R. Price  <derek@ximbiot.com>
        and Paul Eggert  <eggert@cs.ucla.edu>