*** empty log message ***
[gnulib.git] / m4 / ChangeLog
index 5a7967f..91eb395 100644 (file)
@@ -1,3 +1,113 @@
+2005-09-23  Jim Meyering  <jim@meyering.net>
+
+       Sync from coreutils.
+       Correct build failure (socklen_t not defined) on at least
+       mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
+       * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
+
+2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Sync from coreutils.
+       * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
+
+2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Sync from coreutils.
+
+       * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
+       * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
+       * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
+       * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
+       * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
+       * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
+       * userspec.m4, xgetcwd.m4, xreadlink.m4:
+       Don't bother checking for string.h, stdlib.h, unistd.h.
+       * fts.m4 (gl_FUNC_FTS_CORE): Don't require
+       AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
+       module's job.
+       * jm-macros.m4 (gl_MACROS): Likewise.
+       * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
+
+       * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
+       (gl_GETDATE): Use it.
+
+       * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
+
+2005-09-22  Jim Meyering  <jim@meyering.net>
+
+       Sync from coreutils.
+
+       * lstat.m4 (gl_FUNC_LSTAT):
+       Use AC_LIBSOURCES to require lstat.c and lstat.h.
+       Remove obsolete comment.
+       * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
+       * xstrtod.m4: Likewise.
+
+       * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
+
+2005-09-19  Simon Josefsson  <jas@extundo.com>
+
+       * socklen.m4: Fix typo.
+
+2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * st_mtim.m4: Remove.  Superseded by...
+       * stat-time.m4: New file.
+       * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
+       Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
+
+2005-09-15  Derek Price  <derek@ximbiot.com>
+
+       * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
+
+2005-09-12  Derek Price  <derek@ximbiot.com>
+
+       Make canon-host require getaddrinfo.
+       * canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
+       AC_LIBSOURCE canon-host.h.  Call...
+       (gl_PREREQ_CANON_HOST): ...this new function, which requires
+       gl_GETADDRINFO.
+       * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
+
+2005-09-12  Derek Price  <derek@ximbiot.com>
+           Paul Eggert  <eggert@cs.ucla.edu>
+
+       * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
+       glob_.h, glob-libc.h.
+       (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
+
+2005-08-31  Simon Josefsson  <jas@extundo.com>
+
+       * socklen.m4: New file.
+
+2005-09-03  Derek Price  <derek@ximbiot.com>
+
+       * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
+       From Larry Jones <lawrence.jones@ugs.com>.
+
+2005-08-27  Bruno Haible  <bruno@clisp.org>
+
+       Support for lib vs. lib64 distinction on biarch platforms.
+       * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
+       (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
+       * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
+
+2005-09-01  Jim Meyering  <jim@meyering.net>
+
+       * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
+       CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
+       Require gl_STAT_MACROS, too.
+
+2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
+       _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
+       and large-file glibc and in 32-bit large-file Solaris.
+
+2005-08-28  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool.m4: New file.
+
 2005-08-27  Jim Meyering  <jim@meyering.net>
 
        * stdlib-safer.m4: New file.  From coreutils.
 
 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
+       * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
        obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
 
 2005-07-24  Bruno Haible  <bruno@clisp.org>