Import userspec from coreutils.
[pspp] / m4 / ChangeLog
index 4fb98b87559ebdd92fb99aaed3e137b39a7d37ce..a64af4f3335b601ac6c1f5076074d8a630ee1326 100644 (file)
@@ -1,9 +1,47 @@
+2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
+
+2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
+       uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
+       Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
+       Check for program_invocation_name, program_invocation_short_name,
+       flockfile, funlockfile, features.h, _getopt_long_only_r.
+
+2004-08-12  Simon Josefsson  <jas@extundo.com>
+
+       * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
+       as discussed with Paul Eggert in threads rooted at
+       <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
+       and
+       <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
+       Before, the test was empty, and relied on ELIDE_CODE in source
+       code.)
+       (gl_PREREQ_GETOPT): New macro.
+       (gl_GETOPT): Use them.
+
+2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge from coreutils.
+       
+       * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
+
+       * obstack.m4 (gl_PREREQ_OBSTACK): Require
+       gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
+
 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * uint32_t.m4, uintptr_t.m4: New files.
        * sha1.m4: Renamed from sha.m4.
        (gl_SHA1): Renamed from gl_SHA.  All uses changed.
 
+2004-08-08  Simon Josefsson  <jas@extundo.com>
+
+       * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
+       Check getpass declaration.
+
 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
 
        More merge from coreutils.
        * inttypes_h.m4: New file.
        * uintmax_t.m4: New file.
        * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
+
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+  Free Software Foundation, Inc.
+Copying and distribution of this file, with or without modification,
+are permitted provided the copyright notice and this notice are preserved.