Update csharpexec module from GNU gettext.
[gnulib.git] / m4 / ChangeLog
index 2a9931b..55a3c99 100644 (file)
@@ -1,3 +1,220 @@
+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>
+
+       * backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
+       of invoking obsolescent AC_HEADER_DIRENT macro.
+       * d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
+       * d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
+       * dirfd.m4 (gl_FUNC_DIRFD): Likewise.
+       * fts.m4 (gl_FUNC_FTS_CORE): Likewise.
+       * getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
+       * glob.m4 (gl_PREREQ_GLOB): Likewise.
+       * savedir.m4 (gl_SAVEDIR): Likewise.
+       * readdir.m4: Remove; no longer needed.
+
+2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
+       with only one argument, for Autoconf 2.60.
+       * fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
+       expand to nothing, so add a shell command to avoid syntax error.
+       * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
+
+2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
+       no longer needed.  Check for isblank decl.
+       * mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
+       * regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
+       of existence.
+
+2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
+       rather than AC_CHECK_DECLS for strtoimax and strtoumax.
+       * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer needed.
+       All uses removed.
+       * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
+       * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
+       * exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer needed.
+       * getdate.m4 (gl_GETDATE): Likewise.
+       * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
+       * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
+       * strtod.m4 (gl_FUNC_STRTOD): Likewise.
+       * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
+       * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
+       * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
+       * exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
+       needed.
+
+2006-07-05  Derek R. Price  <derek@ximbiot.com>
+
+       * calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
+       no longer needed.
+       * exclude.m4 (gl_EXCLUDE): Likewise.
+       * getdate.m4 (gl_GETDATE): Likewise.
+       * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
+       * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
+       * strtod.m4 (gl_FUNC_STRTOD): Likewise.
+       * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
+       * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
+
+2006-07-05  Eric Blake  <ebb9@byu.net>
+
+       * sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
+       to avoid 'header present but could not be compiled' on cygwin.
+
+2006-07-03  Bruno Haible  <bruno@clisp.org>
+
+       * strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
+       the function exists, before testing against AIX.
+       Reported by Martin Lambers <marlam@marlam.de>.
+
+2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
+       to the absolute name, not just one, to bypass Sun C 5.8's
+       "warning: #include of /usr/include/... may be non-portable".
+
+2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * absolute-header.m4: Renamed from full-header-path.m4.
+       This is to keep the terminology clean; POSIX talks about
+       "absolute pathnames", not "full pathnames", but the GNU
+       Coding Standards say to use "path" for something else;
+       so use "absolute" to keep both sides happy.
+       (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
+       Set gl_absolute_header, not gl_full_header_path.
+       Set gl_cv_absolute_<header>, not gl_full_path_<header>.
+       Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
+       All uses changed.
+
+       Merge from coreutils.
+
+       2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
+       Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
+       want to require the building of c-strtod.o.
+       * lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
+       needs -lm directly.
+       * xstrtod.m4 (gl_XSTRTOLD): New macro.
+
+       2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
+       --as-needed option if available.  Problem reported by Albert Chin in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
+       However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
+       cc merely issues a bunch of annoying warnings for --as-needed
+       (this problem was reported by Bob Proulx).  Also, try linking with
+       -lm to detect a bug in binutils 2.16 (this problem was reported
+       by Ralf Wildenhues).
+
+       2006-06-18  Jim Meyering  <jim@meyering.net>
+
+       Test for a bug that causes glibc's getcwd to suffer a failed assertion.
+       * getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
+       * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
+       also check for glibc-2.4's abort-inducing bug.
+
+       * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
+       Low-probability clean-up should be to use rmdir to get rid of
+       the just-created directory, not unlink.
+
+       * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
+       configure fail, and request a bug report to inform us about it.
+       Add a comment that, barring reports to the contrary, in 2007 we'll
+       assume ftruncate is universally available.
+
+       2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * filemode.m4 (gl_FILEMODE): Check for strmode declaration.
+
+       2006-03-12  Jim Meyering  <jim@meyering.net>
+
+       * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
+       * cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
+       * same.m4 (gl_SAME): Likewise.
+       * root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
+
+       2006-03-11  Eric Blake  <ebb9@byu.net>
+
+       * double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
+       * dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
+       * dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
+       (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
+
 2006-07-02  Eric Blake  <ebb9@byu.net>
 
        * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.