Remove the 'restrict' module, and modify everybody to use AC_C_RESTRICT
[gnulib.git] / m4 / ChangeLog
1 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4         * gc.m4 (gl_PREREQ_GC): Likewise.
5         * glob.m4 (gl_PREREQ_GLOB): Likewise.
6         * inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
7         * inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
8         * memxor.m4 (gl_MEMXOR): Likewise.
9         * restrict.m4: Remove; no longer needed.  All remaining uses of
10         gl_C_RESTRICT replaced by AC_C_RESTRICT.
11
12         Merge from coreutils.
13         * regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
14         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
15         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16         * time_r.m4 (gl_TIME_R): Likewise.
17
18 2006-07-31  Bruno Haible  <bruno@clisp.org>
19
20         * localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
21         <stdlib.h>, <string.h>.
22
23 2006-07-30  Bruno Haible  <bruno@clisp.org>
24
25         * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
26
27 2006-07-28  Simon Josefsson  <jas@extundo.com>
28
29         * netinet_in_h.m4: New file.
30
31 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
32
33         * inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
34
35 2006-07-28  Bruno Haible  <bruno@clisp.org>
36
37         * mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
38
39 2006-07-27  Bruno Haible  <bruno@clisp.org>
40
41         * stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
42         test.
43
44 2006-07-26  Eric Blake  <ebb9@byu.net>
45
46         * unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
47
48 2006-07-26  Bruno Haible  <bruno@clisp.org>
49
50         * stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
51         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
52         INT_FAST*_MIN, INTPTR_MIN.
53
54 2006-07-25  Bruno Haible  <bruno@clisp.org>
55
56         * stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of complex
57         commands.
58
59 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
60
61         * stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
62         (gl_STDIO_SAFER): Remove.
63
64 2006-07-24  Bruno Haible  <bruno@clisp.org>
65
66         * tmpdir.m4: New file, from GNU gettext.
67
68 2006-07-23  Eric Blake  <ebb9@byu.net>
69
70         * stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
71
72 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
73
74         * close-stream.m4: New file.
75
76 2006-07-22  Bruno Haible  <bruno@clisp.org>
77
78         Merge from GNU gettext 0.15.
79
80         2006-03-25  Bruno Haible  <bruno@clisp.org>
81
82                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
83
84         2006-07-21  Bruno Haible  <bruno@clisp.org>
85
86                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
87                 "1.1".
88
89         2006-05-09  Bruno Haible  <bruno@clisp.org>
90
91                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
92                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
93                 for the conftestver execution.
94
95         2006-05-01  Bruno Haible  <bruno@clisp.org>
96
97                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
98                 optional target-version argument. Verify that the compiler
99                 groks source of the specified source-version, or add -source
100                 option as necessary. Verify that the compiler produces
101                 bytecode in the specified target-version, or add -target and
102                 -source options as necessary. Make the result of the test
103                 available as variable CONF_JAVAC. Also log error output in
104                 config.log.
105
106         2006-03-11  Bruno Haible  <bruno@clisp.org>
107
108                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
109
110         2006-05-09  Bruno Haible  <bruno@clisp.org>
111
112                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
113                 CLASSPATH_SEPARATOR to a semicolon.
114
115         2006-03-12  Bruno Haible  <bruno@clisp.org>
116
117                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
118                 available as variable CONF_JAVA, for subsequent autoconf
119                 tests. Also log error output in config.log.
120
121         2006-07-19  Bruno Haible  <bruno@clisp.org>
122
123                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
124                 that getline works on glibc2 systems. Needed to avoid trouble
125                 in relocatable.c.
126                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
127
128         2005-12-04  Bruno Haible  <bruno@clisp.org>
129
130                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
131                 launcher (untested).
132
133         2005-12-04  Bruno Haible  <bruno@clisp.org>
134
135                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
136
137         2006-07-22  Bruno Haible  <bruno@clisp.org>
138
139                 * gettext.m4: Update from GNU gettext-0.15.
140                 * nls.m4: Likewise.
141                 * po.m4: Likewise.
142                 * inttypes-pri.m4: Likewise.
143                 * inttypes-h.m4: Renamed from inttypes.m4.
144                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
145
146 2006-07-17  Bruno Haible  <bruno@clisp.org>
147
148         * gl_list.m4: New file.
149
150 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
151
152         * mkancesdirs.m4: New file.
153         * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
154         Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed.
155         Require gl_FUNC_LCHOWN, since dirchownmod.c needs it.
156
157 2006-07-11  Eric Blake  <ebb9@byu.net>
158
159         * absolute-header.m4: Fix comments to match recent change.
160
161 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
162
163         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
164         to stdint.m4.
165
166 2006-07-10  Derek R. Price  <derek@ximbiot.com>
167         and Paul Eggert  <eggert@cs.ucla.edu>
168
169         * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
170         * savedir.m4:
171         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
172         macros into the GNU _D_EXACT_NAMLEN.
173
174 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
175
176         * stdint.m4 (gl_STDINT_H): Like yesterday's change to
177         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
178         "no/such/file/stdint.h" when there is no such file, so that
179         the resulting C code can be parsed by dodgy compilers.
180         Problems reported by Bob Proulx.
181
182 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
183
184         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
185         around the absolute name, to work around a problem with the HP-UX
186         11.23 native C compiler, reported by Bob Proulx.
187
188 2006-07-09  Jim Meyering  <jim@meyering.net>
189
190         * glob.m4: Remove a doubled word in a comment.
191
192 2006-07-08  Jim Meyering  <jim@meyering.net>
193
194         * link-follow.m4: Remove one of two adjacent "whether"s in a comment.
195         * getopt.m4: Remove one of two adjacent "your"s in a comment.
196         * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
197
198 2006-07-06  Derek R. Price  <derek@ximbiot.com>
199         and Paul Eggert  <eggert@cs.ucla.edu>
200
201         * backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
202         of invoking obsolescent AC_HEADER_DIRENT macro.
203         * d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
204         * d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
205         * dirfd.m4 (gl_FUNC_DIRFD): Likewise.
206         * fts.m4 (gl_FUNC_FTS_CORE): Likewise.
207         * getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
208         * glob.m4 (gl_PREREQ_GLOB): Likewise.
209         * savedir.m4 (gl_SAVEDIR): Likewise.
210         * readdir.m4: Remove; no longer needed.
211
212 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
213
214         * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
215         with only one argument, for Autoconf 2.60.
216         * fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
217         expand to nothing, so add a shell command to avoid syntax error.
218         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
219
220 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
221
222         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
223         no longer needed.  Check for isblank decl.
224         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
225         * regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
226         of existence.
227
228 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
229
230         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
231         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
232         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer needed.
233         All uses removed.
234         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
235         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
236         * exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer needed.
237         * getdate.m4 (gl_GETDATE): Likewise.
238         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
239         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
240         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
241         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
242         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
243         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
244         * exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
245         needed.
246
247 2006-07-05  Derek R. Price  <derek@ximbiot.com>
248
249         * calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
250         no longer needed.
251         * exclude.m4 (gl_EXCLUDE): Likewise.
252         * getdate.m4 (gl_GETDATE): Likewise.
253         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
254         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
255         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
256         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
257         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
258
259 2006-07-05  Eric Blake  <ebb9@byu.net>
260
261         * sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
262         to avoid 'header present but could not be compiled' on cygwin.
263
264 2006-07-03  Bruno Haible  <bruno@clisp.org>
265
266         * strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
267         the function exists, before testing against AIX.
268         Reported by Martin Lambers <marlam@marlam.de>.
269
270 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
271
272         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
273         to the absolute name, not just one, to bypass Sun C 5.8's
274         "warning: #include of /usr/include/... may be non-portable".
275
276 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
277
278         * absolute-header.m4: Renamed from full-header-path.m4.
279         This is to keep the terminology clean; POSIX talks about
280         "absolute pathnames", not "full pathnames", but the GNU
281         Coding Standards say to use "path" for something else;
282         so use "absolute" to keep both sides happy.
283         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
284         Set gl_absolute_header, not gl_full_header_path.
285         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
286         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
287         All uses changed.
288
289         Merge from coreutils.
290
291         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
292
293         * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
294         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
295         want to require the building of c-strtod.o.
296         * lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
297         needs -lm directly.
298         * xstrtod.m4 (gl_XSTRTOLD): New macro.
299
300         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
301
302         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
303         --as-needed option if available.  Problem reported by Albert Chin in
304         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
305         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
306         cc merely issues a bunch of annoying warnings for --as-needed
307         (this problem was reported by Bob Proulx).  Also, try linking with
308         -lm to detect a bug in binutils 2.16 (this problem was reported
309         by Ralf Wildenhues).
310
311         2006-06-18  Jim Meyering  <jim@meyering.net>
312
313         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
314         * getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
315         * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
316         also check for glibc-2.4's abort-inducing bug.
317
318         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
319         Low-probability clean-up should be to use rmdir to get rid of
320         the just-created directory, not unlink.
321
322         * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
323         configure fail, and request a bug report to inform us about it.
324         Add a comment that, barring reports to the contrary, in 2007 we'll
325         assume ftruncate is universally available.
326
327         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
328
329         * filemode.m4 (gl_FILEMODE): Check for strmode declaration.
330
331         2006-03-12  Jim Meyering  <jim@meyering.net>
332
333         * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
334         * cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
335         * same.m4 (gl_SAME): Likewise.
336         * root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
337
338         2006-03-11  Eric Blake  <ebb9@byu.net>
339
340         * double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
341         * dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
342         * dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
343         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
344
345 2006-07-02  Eric Blake  <ebb9@byu.net>
346
347         * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
348
349 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
350
351         * stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
352         test cases, so that config.log is a bit easier to follow.
353
354 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
355
356         * longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
357         but fix a bug, by requiring at least 64 bits.
358         * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
359         * longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
360         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
361         * ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
362
363         * stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
364         changes.  Make 2.59 a prerequisite.  Check and substitute for
365         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
366         inttypes.h.  Do not use special include files; just use the
367         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
368         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
369         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
370         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
371         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
372         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
373         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
374         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
375         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
376         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
377         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
378         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
379         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
380         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
381         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
382         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
383         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
384         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
385         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
386         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
387         WINT_MAX.  Check for C99 conformance more strictly, by detecting
388         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
389         not check for things that C99 does not require, e.g., int8_t.  If
390         a test isn't needed unless <stdint.h> isn't working, and is
391         unlikely to be needed for any other reason, then don't do it
392         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
393         size_t, since we assume C89 freestanding at least.  Do not check
394         for sig_atomic_t, wchar_t, or wint_t, since the code now does
395         the right thing even if the types are not defined.  Instead use:
396         (gl_STDINT_TYPE_PROPERTIES): New macro.
397         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
398         testing whether <sys/types.h> clashes, as Autoconf does this for
399         us now.  All uses removed.
400         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
401         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
402         (gl_CHECK_TYPE_SAME):
403         Remove; no longer needed.
404         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
405         exists, since we'll return 0 anyway in that case.
406         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
407
408 2006-07-01  Eric Blake  <ebb9@byu.net>
409
410         * stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
411
412 2006-07-01  Eric Blake  <ebb9@byu.net>
413
414         * stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
415         Reported by Andreas Buening.
416
417 2006-06-29  Eric Blake  <ebb9@byu.net>
418
419         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
420
421 2006-06-29  Eric Blake  <ebb9@byu.net>
422
423         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
424
425 2006-06-29  Derek R. Price  <derek@ximbiot.com>
426
427         * strftime.m4: Don't call AC_FUNC_STRFTIME.
428
429 2006-06-29  Derek R. Price  <derek@ximbiot.com>
430
431         * c-bs-a.m4: Removed.
432
433 2006-06-28  Derek R. Price  <derek@ximbiot.com>
434
435         * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
436
437         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
438         it's obsolete.
439         * strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
440
441 2006-06-28  Bruno Haible  <bruno@clisp.org>
442
443         * wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
444         gt_TYPE_WCHAR_T.
445
446 2006-06-28  Eric Blake  <ebb9@byu.net>
447
448         * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
449         * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
450
451 2006-06-28  Simon Josefsson  <jas@extundo.com>
452
453         * getaddrinfo.m4: Look for getnameinfo prototypes too.
454
455 2006-06-27  Simon Josefsson  <jas@extundo.com>
456
457         * sys_select_h.m4: New file, suggested by Bruno Haible, Paul
458         Eggert and Martin Lambers.
459
460 2006-06-27  Bruno Haible  <bruno@clisp.org>
461
462         * stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
463         result to 0, not to empty.
464         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
465
466 2006-06-26  Bruno Haible  <bruno@clisp.org>
467
468         * stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
469
470 2006-06-26  Bruno Haible  <bruno@clisp.org>
471
472         * stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
473         SGI C compiler in pre-C99 mode.
474         Suggested by Mark D. Baushke and Larry Jones.
475
476 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
477
478         * stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
479
480 2006-06-26  Simon Josefsson  <jas@extundo.com>
481
482         * inet_ntop.m4: Don't check for sys/types.h, we assume it is
483         present.
484
485 2006-06-23  Bruno Haible  <bruno@clisp.org>
486
487         * stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
488
489 2006-06-22  Simon Josefsson  <jas@extundo.com>
490
491         * sockpfaf.m4: Include winsock2.h too, to make it work under
492         MinGW.
493
494 2006-06-21  Simon Josefsson  <jas@extundo.com>
495
496         * getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
497         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
498         of using the (limited) gnulib implementation on Windows XP.
499
500         * inet_pton.m4: New file.
501
502 2006-06-19  Bruno Haible  <bruno@clisp.org>
503
504         * stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
505         and FULL_PATH_INTTYPES_H in angle brackets.
506         Reported by Mark D. Baushke <mdb@gnu.org>.
507
508 2006-06-17  Bruno Haible  <bruno@clisp.org>
509
510         * stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
511         <sys/inttypes.h>.
512
513 2006-06-16  Eric Blake  <ebb9@byu.net>
514
515         * rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
516         errno.
517
518 2006-06-17  Bruno Haible  <bruno@clisp.org>
519
520         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
521         whether errno is declared. Assume <errno.h> declares errno.
522
523 2006-06-15  Bruno Haible  <bruno@clisp.org>
524
525         * stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
526         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
527         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
528         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
529         gl_CHECK_TYPE_SAME): New macros.
530
531 2006-06-15  Bruno Haible  <bruno@clisp.org>
532
533         * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
534
535 2006-06-15  Eric Blake  <ebb9@byu.net>
536
537         * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
538
539 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
540             Bruno Haible  <bruno@clisp.org>
541
542         * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
543         check for the declaration of strnlen and a run test that exposes the
544         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
545         rpl_strndup.
546
547 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
548
549         * c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
550         compile test, for Tru64 4.0D.
551
552 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
553
554         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
555         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
556         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
557         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
558         not really conditional on the cache.
559         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
560
561 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
562
563         * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
564         test for C99 conformance; (bool) 0.5 is an integer constant
565         expression, but (bool) -0.5 is not.  Problem reported by Fedor
566         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
567
568 2006-05-11  Simon Josefsson  <jas@extundo.com>
569
570         * xvasprintf.m4: Fix obvious typo.
571
572 2006-05-09  Bruno Haible  <bruno@clisp.org>
573
574         * xvasprintf.m4: New file.
575
576 2006-05-08  Bruno Haible  <bruno@clisp.org>
577
578         * stdarg.m4: New file, from GNU gettext.
579
580 2006-05-05  Jim Meyering  <jim@meyering.net>
581
582         * warning.m4: New file, derived from bison's file by the same name.
583
584 2006-05-02  Bruno Haible  <bruno@clisp.org>
585
586         * full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
587         test from here...
588         * _inttypes_h.m4 (gl_INTTYPES_H): ... to here.
589
590 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
591
592         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
593         to define main with arguments, for C++.  Reported by Eric Blake.
594         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
595         Prefer 'int main ()' to 'int main (void)', for C++.
596         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
597         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
598         for 'main', for C99 and C++.
599
600 2006-04-23  Bruno Haible  <bruno@clisp.org>
601
602         * poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
603         assigned exactly once.
604
605 2006-04-23  Bruno Haible  <bruno@clisp.org>
606
607         * poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the poll()
608         implementation in AIX.
609         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
610
611 2006-03-04  Eric Blake  <ebb9@byu.net>
612
613         * strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
614
615 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
616
617         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
618         Don't assume that exit status -1 is valid.
619         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
620         * putenv.m4 (gl_FUNC_PUTENV): Likewise.
621         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
622         * readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
623         * rename.m4 (vb_FUNC_RENAME): Likewise.
624         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
625         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
626         functions can be used without declaring them, or that you can
627         exit with status -1.
628         * utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
629
630 2006-04-20  Bruno Haible  <bruno@clisp.org>
631
632         * argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
633         one argument, so that the code will be portable to Autoconf 2.60.
634         * getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
635         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
636         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
637
638 2006-04-19  Derek Price  <derek@ximbiot.com>
639             Eric Blake  <ebb9@byu.net>
640
641         * full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h> rather
642         than "/full/path.h".  Update comment to match.  Shorten & generalize
643         m4_translit call via AS_TR_CPP.
644
645 2006-04-18  Derek Price  <derek@ximbiot.com>
646             Paul Eggert  <eggert@cs.ucla.edu>
647
648         * _inttypes_h.m4, full-header-path.m4, include_next: New files.
649
650 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
651
652         * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
653
654 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
655
656         * regex.m4 (gl_REGEX): Check for new glibc interface to
657         translation table.
658
659 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
660
661         * argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
662         `__error_t_defined', so argp.h will not typedef the former.
663
664 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
665
666         * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
667         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
668         glibc names.  Even if glibc is changed to conform to POSIX, the
669         traditional names will be available anyway, since regex depends on
670         the extensions module.  Also, fix a longstanding typo in the
671         implementation of Spencer ERE test #75 from grep 2.3.  Problems
672         reported by Emanuele Giaquinta.  Also, change sense of cached
673         variable, so that the message makes sense.
674
675 2006-03-17  Jim Meyering  <jim@meyering.net>
676
677         * regex.m4 (gl_REGEX): Fix typo in last change:
678         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
679
680 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
681
682         * regex.m4 (gl_REGEX): Don't check for off_t, since the code
683         no longer needs it.  Instead, check that regoff_t is as least
684         as wide as ptrdiff_t.
685
686         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
687         so that our regex.h stays compatible with the installed regex.
688         This is helpful for installers who configure --without-included-regex.
689         Problem reported by Emanuele Giaquinta.
690
691 2006-03-15  Eric Blake  <ebb9@byu.net>
692
693         * dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
694
695 2006-03-08  Simon Josefsson  <jas@extundo.com>
696
697         * gc-random.m4: Permit 'no' as variable values and fix warnings,
698         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
699
700 2006-03-08  Simon Josefsson  <jas@extundo.com>
701
702         * gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
703         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
704
705 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
706
707         * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
708         Problem reported by Juan Manuel Guerrero.
709
710 2006-03-07  Simon Josefsson  <jas@extundo.com>
711
712         * unistd_h.m4: New file.
713
714 2006-03-07  Simon Josefsson  <jas@extundo.com>
715
716         * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
717         test to be side-effect free by storing the result in the cache
718         variable gl_cv_lib_readline, and moving the assignment of
719         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
720         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
721
722 2006-03-07  Simon Josefsson  <jas@extundo.com>
723
724         * gc-random.m4: New file, mostly from gc.m4.  Warn instead of
725         error on missing devices (the functions will return an error).
726
727         * gc.m4: Move random stuff to gc-random.m4
728
729 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
730
731         * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
732         our replacement poll.h in any case, to avoid a differing
733         declaration from a system header.  Seen on AIX.
734
735 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
736
737         * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
738         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
739         pedantically.
740         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
741         * timespec.m4 (gl_TIMESPEC): Likewise.
742
743         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
744         not "==".  Reported by Ralf Wildenhues.
745
746 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
747
748         Sync from coreutils.
749         * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
750         gl_CHDIR_SAFER.
751
752 2006-02-22  Jim Meyering  <jim@meyering.net>
753
754         Sync from coreutils.
755         * chdir-safer.m4: New file.
756
757 2006-02-17  Eric Blake  <address@hidden>
758
759         * getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
760
761 2006-02-15  Eric Blake  <ebb9@byu.net>
762
763         * sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
764         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
765         'present but cannot compile' warnings on cygwin.
766         * socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
767         use ws2tcpip.h if sys/socket.h works.
768         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
769         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
770
771 2006-02-14  Jim Meyering  <jim@meyering.net>
772
773         Sync from coreutils.
774         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent)
775         unconditionally so that tests of $ac_cv_func_getmntent (e.g., in
776         gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses of that
777         variable, to accommodate the rare case in which getmntent is
778         available in none of the libraries checked.  This happens at
779         least on FreeBSD 5.0.
780
781 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
782
783         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
784         __EXTENSIONS__ if this causes compilation to fail.  Problem
785         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
786         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
787
788 2006-01-25  Simon Josefsson  <jas@extundo.com>
789
790         * getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
791         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
792         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
793
794 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
795
796         * stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
797         so that we test the test.
798         Check for yet another HP-UX cc bug involving *bool |= bool.
799
800 2006-01-24  Bruno Haible  <bruno@clisp.org>
801
802         * stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
803         Patch by Paul Eggert.
804
805 2006-01-24  Jim Meyering  <jim@meyering.net>
806
807         * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
808         Reported by Mark D. Baushke.
809
810 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
811
812         * getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
813
814 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
815
816         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
817         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
818         Suggested by Bruno Haible.
819
820 2006-01-19  Simon Josefsson  <jas@extundo.com>
821
822         * socklen.m4: Look in ws2tcpip.h too, for mingw32.
823
824 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
825
826         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
827         it's not portable and it doesn't work with cross-compiles.
828         Problem reported by Bruno Haible.  Fix missing-$ typo in
829         'test "gl_cv_ignore_unused_libraries" ...' that prevented
830         -zignore from being used with Sun's C compiler.
831
832 2006-01-12  Bruno Haible  <bruno@clisp.org>
833
834         * ldd.m4: New file.
835
836 2006-01-08  Bruno Haible  <bruno@clisp.org>
837
838         Ensure automatic ordering between gl_LOCK and gl_ARGP.
839         * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
840         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
841
842 2006-01-10  Jim Meyering  <jim@meyering.net>
843
844         * fpending.m4: Also include <stdio.h>, for Dragonfly.
845         Patch by Joerg Sonnenberger.
846
847 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
848
849         * memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
850         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
851         People who are still concerned with buggy memcmp implementations
852         can invoke gl_FUNC_MEMCMP themselves.
853
854 2006-01-10  Simon Josefsson  <jas@extundo.com>
855
856         * sys_socket_h.m4: New file.
857
858 2006-01-10  Bruno Haible  <bruno@clisp.org>
859
860         * localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
861         Reported by Werner Lemberg <wl@gnu.org>.
862
863 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
864
865         Sync from coreutils.
866         * lib-ignore.m4: New file.
867         * lchmod.m4: New file.
868
869 2006-01-09  Jim Meyering  <jim@meyering.net>
870
871         Sync from coreutils.
872         * openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
873         Require openat-priv.h.
874
875 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
876
877         Sync from coreutils.
878         * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
879
880 2005-10-16  Bruno Haible  <bruno@clisp.org>
881
882         * stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
883
884 2005-12-16  Jim Meyering  <jim@meyering.net>
885
886         * fprintftime.m4: New file.
887
888 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
889
890         * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
891         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
892
893 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
894
895         * argp.m4:  Check if program_invocation_name and
896         program_invocation_short_name are declared and define appropriate
897         macros if they are not.
898
899 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
900
901         * stat-time.m4 (gl_STAT_TIME): Add check for
902         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
903         porting problem reported by Georg Schwarz in
904         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
905
906 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
907
908         * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
909         Use implementation from Albert Chin, with some
910         comments/corrections by Stepan Kasal and myself.
911
912 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
913
914         * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
915         statement, to work around an HP-UX 10.20 compiler bug reported by
916         Peter O'Gorman.
917
918 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
919
920         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
921         or gettimeofday; no longer needed.
922
923 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
924
925         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
926         variables to suggest the intended function of the PATH_MAX check.
927
928 2005-10-30  Kean Johnston  <jkj@sco.com>
929
930         Trivial changes to support SCO systems.
931         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
932         as PATH_MAX.
933         * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
934         where __ptr is null when no I/O is pending.
935
936 2005-10-28  Simon Josefsson  <jas@extundo.com>
937
938         * inet_ntop.m4: More tests.
939
940         * gc-md2.m4, md2.m4: New file.
941
942 2005-10-22  Simon Josefsson  <jas@extundo.com>
943
944         * gc.m4: Don't be fooled by --disable-*random-device parameters,
945         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
946
947 2005-10-21  Simon Josefsson  <jas@extundo.com>
948
949         * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
950         Bruno Haible <bruno@clisp.org>.
951
952         * gc-des.m4: New file.
953
954 2005-10-21  Simon Josefsson  <jas@extundo.com>
955
956         * arctwo.m4: New file.
957
958         * gc-arctwo.m4: New file.
959
960 2005-10-19  Simon Josefsson  <jas@extundo.com>
961
962         * gc-arcfour.m4: New file.
963
964         * gc-rijndael.m4: New file.
965
966 2005-10-19  Simon Josefsson  <jas@extundo.com>
967
968         * m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
969         m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal
970         <kasal@ucw.cz>.
971
972 2005-10-19  Simon Josefsson  <jas@extundo.com>
973
974         * gc-md4.m4: New file.
975
976 2005-10-18  Simon Josefsson  <jas@extundo.com>
977
978         * md4.m4: New file.
979
980 2005-10-17  Bruno Haible  <bruno@clisp.org>
981
982         * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that
983         it can also be used in a test.
984
985 2005-10-11  Simon Josefsson  <jas@extundo.com>
986
987         * md5.m4: Remove call to uint32_t.m4.
988
989 2005-10-15  Simon Josefsson  <jas@extundo.com>
990
991         * rijndael.m4: New file.
992
993 2005-10-14  Simon Josefsson  <jas@extundo.com>
994
995         * arcfour.m4: New file.
996
997 2005-10-12  Bruno Haible  <bruno@clisp.org>
998
999         * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
1000         Reported by Stepan Kasal <kasal@ucw.cz>.
1001
1002 2005-10-12  Simon Josefsson  <jas@extundo.com>
1003
1004         * gc-pbkdf2-sha1.m4: New file.
1005
1006         * gc-hmac-sha1.m4: New file.
1007
1008         * gc-sha1: New file.
1009
1010         * hmac-sha1.m4: New file.
1011
1012 2005-10-12  Simon Josefsson  <jas@extundo.com>
1013
1014         * gc-md5.m4, gc-hmac-md5: New files.
1015
1016         * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
1017
1018 2005-10-11  Simon Josefsson  <jas@extundo.com>
1019
1020         * crc.m4: New file.
1021
1022 2005-10-07  Simon Josefsson  <jas@extundo.com>
1023
1024         * memxor.m4: Remove gl_C_RESTRICT call.
1025
1026 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1027
1028         * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
1029         promotes to int, not unsigned int, to catch the AIX 5.3
1030         compiler bug.
1031
1032 2005-10-06  Simon Josefsson  <jas@extundo.com>
1033
1034         * hmac-md5.m4: New file.
1035
1036         * memxor.m4: Require gl_C_RESTRICT.
1037
1038 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1039
1040         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
1041         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
1042         needed, since the source code now assumes these .h files.
1043
1044 2005-10-05  Simon Josefsson  <jas@extundo.com>
1045
1046         * memxor.m4: New file.
1047
1048 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1049
1050         Sync from coreutils.
1051         * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
1052         * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
1053         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
1054         ULLONG_MAX doesn't work with 2.7.2.1.
1055
1056 2005-10-02  Jim Meyering  <jim@meyering.net>
1057
1058         Sync from coreutils.
1059         * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
1060         from glibc-2.2.5 that fails for read-only files.
1061
1062 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
1063
1064         Sync from coreutils.
1065         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
1066         against `yes', rather than just testing for nonempty.
1067
1068 2005-10-01  Simon Josefsson  <jas@extundo.com>
1069
1070         * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
1071         and Darwin.
1072
1073         * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
1074         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
1075         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
1076         freeaddrinfo and gai_strerror are declared by the POSIX headers.
1077         Check if struct addrinfo is declared.
1078
1079 2005-10-01  Jim Meyering  <jim@meyering.net>
1080
1081         Sync from coreutils.
1082
1083         * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
1084         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
1085         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
1086         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1087         in the inet and nsl libraries.  Required on Solaris 5.7.
1088
1089 2005-09-24  Jim Meyering  <jim@meyering.net>
1090
1091         Sync from coreutils.
1092         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1093         in the inet and nsl libraries.  Required on Solaris 5.7.
1094
1095 2005-09-26  Bruno Haible  <bruno@clisp.org>
1096
1097         * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't compile
1098         mbchar.c if they are not both present.
1099         * mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
1100         * mbiter.m4 (gl_MBITER): Likewise.
1101         * strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
1102         * strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
1103         * strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
1104
1105 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
1106
1107         * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
1108         and similarly for the other external symbols.  Problem reported
1109         by James Gallager.
1110
1111         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
1112         bug reported by Jim Meyering.
1113
1114         * utimens.m4 (gl_UTIMENS): Check for futimesat.
1115         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
1116         not needed, since socklen is a prerequisite module.
1117
1118 2005-09-23  Jim Meyering  <jim@meyering.net>
1119
1120         Sync from coreutils.
1121         Correct build failure (socklen_t not defined) on at least
1122         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
1123         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
1124
1125 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1126
1127         Sync from coreutils.
1128         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
1129
1130 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1131
1132         Sync from coreutils.
1133
1134         * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
1135         * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
1136         * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
1137         * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
1138         * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
1139         * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
1140         * userspec.m4, xgetcwd.m4, xreadlink.m4:
1141         Don't bother checking for string.h, stdlib.h, unistd.h.
1142         * fts.m4 (gl_FUNC_FTS_CORE): Don't require
1143         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
1144         module's job.
1145         * jm-macros.m4 (gl_MACROS): Likewise.
1146         * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
1147
1148         * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
1149         (gl_GETDATE): Use it.
1150
1151         * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
1152
1153 2005-09-22  Jim Meyering  <jim@meyering.net>
1154
1155         Sync from coreutils.
1156
1157         * lstat.m4 (gl_FUNC_LSTAT):
1158         Use AC_LIBSOURCES to require lstat.c and lstat.h.
1159         Remove obsolete comment.
1160         * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
1161         * xstrtod.m4: Likewise.
1162
1163         * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
1164
1165 2005-09-19  Simon Josefsson  <jas@extundo.com>
1166
1167         * socklen.m4: Fix typo.
1168
1169 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1170
1171         * st_mtim.m4: Remove.  Superseded by...
1172         * stat-time.m4: New file.
1173         * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
1174         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
1175
1176 2005-09-15  Derek Price  <derek@ximbiot.com>
1177
1178         * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
1179
1180 2005-09-12  Derek Price  <derek@ximbiot.com>
1181
1182         Make canon-host require getaddrinfo.
1183         * canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
1184         AC_LIBSOURCE canon-host.h.  Call...
1185         (gl_PREREQ_CANON_HOST): ...this new function, which requires
1186         gl_GETADDRINFO.
1187         * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
1188
1189 2005-09-12  Derek Price  <derek@ximbiot.com>
1190             Paul Eggert  <eggert@cs.ucla.edu>
1191
1192         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
1193         glob_.h, glob-libc.h.
1194         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
1195
1196 2005-08-31  Simon Josefsson  <jas@extundo.com>
1197
1198         * socklen.m4: New file.
1199
1200 2005-09-03  Derek Price  <derek@ximbiot.com>
1201
1202         * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
1203         From Larry Jones <lawrence.jones@ugs.com>.
1204
1205 2005-08-27  Bruno Haible  <bruno@clisp.org>
1206
1207         Support for lib vs. lib64 distinction on biarch platforms.
1208         * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
1209         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
1210         * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
1211
1212 2005-09-01  Jim Meyering  <jim@meyering.net>
1213
1214         * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
1215         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
1216         Require gl_STAT_MACROS, too.
1217
1218 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1219
1220         * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
1221         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
1222         and large-file glibc and in 32-bit large-file Solaris.
1223
1224 2005-08-28  Bruno Haible  <bruno@clisp.org>
1225
1226         * gnulib-tool.m4: New file.
1227
1228 2005-08-27  Jim Meyering  <jim@meyering.net>
1229
1230         * stdlib-safer.m4: New file.  From coreutils.
1231         * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
1232         * fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
1233         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
1234         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
1235         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
1236
1237 2005-08-24  Simon Josefsson  <jas@extundo.com>
1238
1239         * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
1240         __fsetlocking.
1241
1242 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
1243
1244         * regex.m4: Add AC_PREREQ(2.50).
1245         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
1246
1247 2005-08-25  Bruno Haible  <bruno@clisp.org>
1248
1249         * minmax.m4: Require autoconf 2.52.
1250         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
1251         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
1252         alternatives of translit over the alphabet.
1253         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
1254
1255 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1256
1257         * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
1258         for GNU regex features.
1259
1260 2005-08-24  Jim Meyering  <jim@meyering.net>
1261
1262         Sync from coreutils.
1263         * fcntl-safer.m4: New file.
1264
1265         * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
1266         and object files for this module.
1267
1268 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1269
1270         * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
1271         All contents moved to gl_REGEX.
1272         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
1273         assume that it does.
1274
1275 2005-08-20  Bruno Haible  <bruno@clisp.org>
1276
1277         * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
1278
1279 2005-08-17  Bruno Haible  <bruno@clisp.org>
1280
1281         * strcasestr.m4: New file.
1282
1283 2005-08-17  Bruno Haible  <bruno@clisp.org>
1284
1285         * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
1286         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
1287
1288 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
1289
1290         * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
1291         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
1292         and gl_GETOPT are both invoked via different paths (as happens
1293         with GNU tar CVS because it uses both argp and getopt), the former
1294         wins.
1295
1296 2005-08-16  Bruno Haible  <bruno@clisp.org>
1297
1298         * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always.
1299         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
1300
1301 2005-08-16  Bruno Haible  <bruno@clisp.org>
1302
1303         * mbfile.m4: New file.
1304
1305 2005-08-16  Bruno Haible  <bruno@clisp.org>
1306
1307         * mbiter.m4: New file.
1308
1309 2005-08-16  Bruno Haible  <bruno@clisp.org>
1310
1311         * mbchar.m4: New file.
1312
1313 2005-08-16  Bruno Haible  <bruno@clisp.org>
1314
1315         * tls.m4: New file, from GNU gettext.
1316
1317 2005-08-12  Bruno Haible  <bruno@clisp.org>
1318
1319         * readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
1320
1321 2005-08-12  Simon Josefsson  <jas@extundo.com>
1322
1323         * readline.m4: Look for termcap, curses or ncurses if required.
1324
1325 2005-08-11  Simon Josefsson  <jas@extundo.com>
1326
1327         * readline.m4: New file.
1328
1329 2005-08-10  Simon Josefsson  <jas@extundo.com>
1330
1331         * strnlen.m4: New file.
1332
1333         * strndup.m4: Don't check for strnlen declaration, done in
1334         strnlen.m4.
1335
1336 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1337
1338         * onceonly_2_57.m4: Really require Autoconf 2.57.
1339
1340 2005-08-02  Simon Josefsson  <jas@extundo.com>
1341
1342         * getline.m4: Separate out getdelim stuff into separate module.
1343
1344         * getdelim.m4: New file.
1345
1346 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1347
1348         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
1349         normal way.
1350         * getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
1351         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
1352         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
1353         (gl_GETOPT): Use the new macros.  Most of the implementation
1354         is moved to the new macros.  This is for programs like Emacs
1355         that don't want all the functionality of gl_GETOPT.
1356
1357 2005-07-26  Bruno Haible  <bruno@clisp.org>
1358
1359         * lock.m4: Update from GNU gettext.
1360
1361 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1362
1363         * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
1364         obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
1365
1366 2005-07-24  Bruno Haible  <bruno@clisp.org>
1367
1368         * visibility.m4: New file.
1369
1370 2005-07-18  Bruno Haible  <bruno@clisp.org>
1371
1372         * lock.m4: New file, from GNU gettext.
1373
1374 2005-06-01  Bruno Haible  <bruno@clisp.org>
1375
1376         * poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
1377         When using lib/poll.c, define poll as rpl_poll.
1378
1379 2005-07-14  Bruno Haible  <bruno@clisp.org>
1380
1381         * argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
1382         Instead, test for *_unlocked function declarations directly.
1383
1384 2005-07-14  Derek Price  <derek@ximbiot.com>
1385
1386         * glob.m4 (gl_GLOB): Cache glob interface check result.  Add check for
1387         glob symlink bug.
1388
1389 2005-07-10  Bruno Haible  <bruno@clisp.org>
1390
1391         * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
1392         Needed when size_t is smaller than 'unsigned int'.
1393         Reported by Paul Eggert.
1394
1395 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1396
1397         * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
1398         * same.m4 (gl_SAME): Likewise.
1399         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
1400
1401         * regex.m4: Adjust to new libc regex implementation.
1402         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
1403         all the .c and .h parts of (the new) regex.
1404         Quote the m4 stuff better.
1405         Check for RE_ICASE bug of old gnulib.
1406         Check for REG_STARTEND of recent libc.
1407         Rename local variables from jm_* to gl_*.
1408         Quote operand of "test -f".
1409         Say "recent enough" version of libc, not "version 2".
1410         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
1411         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
1412         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
1413         Remove check for btowc, isascii.
1414         Require AM_LANGINFO_CODESET.
1415
1416 2005-07-05  Bruno Haible  <bruno@clisp.org>
1417
1418         * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
1419         autoconf CVS. Needed for mingw.
1420
1421 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1422
1423         Remove the dependency of the strftime module on the tzset module.
1424         * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
1425
1426 2005-07-02  Jim Meyering  <jim@meyering.net>
1427
1428         * chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
1429         * getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
1430         * pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
1431         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
1432
1433 2005-06-28  Simon Josefsson  <jas@extundo.com>
1434
1435         * check-version.m4: New file, suggested by Jim Meyering
1436         <jim@meyering.net>.
1437
1438 2005-06-24  Derek Price  <derek@ximbiot.com>
1439         and Bruno Haible  <bruno@clisp.org>
1440
1441         Remove stat module & update lstat.
1442         * lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
1443         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1444         * stat.m4: Remove this file.
1445
1446 2005-06-20  Derek Price  <derek@ximbiot.com>
1447
1448         * bison.m4: Note that precious decls of YACC & YFLAGS will be
1449         unnecessary for Autoconfs > 2.59c.
1450
1451 2005-06-16  Derek Price  <derek@ximbiot.com>
1452
1453         * bison.m4: Declare YACC & YFLAGS precious.
1454
1455 2005-06-08  Bruno Haible  <bruno@clisp.org>
1456
1457         * csharpcomp.m4: New file, from GNU gettext.
1458
1459 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1460
1461         Sync from coreutils.
1462         * mkdir-p.m4: Renamed from makepath.m4.
1463         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
1464         Rename files from makepath.c to mkdir-p.c, and from
1465         makepath.h to mkdir-p.h.
1466         * filenamecat.m4: Renamed from path-concat.m4.
1467         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
1468         Rename files from path-concat.c to filenamecat.c,
1469         and from path-concat.h to filenamecat.h.
1470         * getcwd-path-max.m4: Don't use "path" or "filename" to mean
1471         "file name" in local variables or comments.
1472         * rename.m4: Likewise.
1473
1474 2005-06-01  Bruno Haible  <bruno@clisp.org>
1475
1476         * csharp.m4: New file, from GNU gettext.
1477         * csharpexec.m4: New file, from GNU gettext.
1478
1479 2005-05-31  Derek Price  <derek@ximbiot.com>
1480             Paul Eggert  <eggert@cs.ucla.edu>
1481
1482         Sync from cvs.
1483         * glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
1484
1485 2005-05-29  Derek Price  <derek@ximbiot.com>
1486             Paul Eggert  <eggert@cs.ucla.edu>
1487
1488         * glob.m4: New file.
1489
1490 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1491
1492         * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
1493         and don't require gt_INTTYPES_PRI.
1494
1495 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1496
1497         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
1498         _POSIX_PTHREAD_SEMANTICS for Solaris.
1499
1500 2005-05-25  Derek Price  <derek@ximbiot.com>
1501             Paul Eggert  <eggert@cs.ucla.edu>
1502
1503         * getlogin_r.m4: New files.
1504
1505 2005-05-22  Bruno Haible  <bruno@clisp.org>
1506
1507         * minmax.m4: New file.
1508         Based on a patch by Derek Price <derek@ximbiot.com>.
1509
1510 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1511
1512         * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
1513         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
1514
1515 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
1516
1517         * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
1518         of -1.
1519
1520 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1521
1522         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
1523         Don't check for stddef.h.
1524         * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
1525         don't use its results.
1526         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
1527         since we include them unconditionally.  Don't require
1528         AM_STDBOOL_H, since stdbool is a prerequisite.
1529         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
1530         since we assume C89 or better.
1531         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
1532         as we don't use their results.
1533         Don't check for fchdir, memmove, memset, strrchr, as we use
1534         them unconditionally.
1535         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
1536         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
1537
1538 2005-05-18  Jim Meyering  <jim@meyering.net>
1539
1540         * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
1541         Reported by Yoann Vandoorselaere.
1542
1543 2005-05-17  Jim Meyering  <jim@meyering.net>
1544
1545         * fts.m4: New file, from coreutils.
1546
1547 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1548
1549         Sync from coreutils.
1550         * unlinkdir.m4: New file.
1551
1552 2005-05-10  Derek Price  <derek@ximbiot.com>
1553
1554         * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
1555         possible.
1556
1557 2005-05-10  Simon Josefsson  <jas@extundo.com>
1558
1559         * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
1560         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1561
1562 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1563             Bruno Haible  <bruno@clisp.org>
1564
1565         * inet_ntop.m4: New file.
1566
1567 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
1568
1569         * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
1570         needless checks.
1571
1572 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1573
1574         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.
1575         * lchown.m4 (gl_FUNC_CHOWN): Likewise.
1576         (gl_PREREQ_CHOWN): Remove.
1577         * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
1578         it.  Don't require AC_HEADER_STAT.
1579         (gl_PREREQ_LSTAT): Remove.
1580         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
1581         Don't require AC_HEADER_STAT.
1582         * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
1583         (gl_PREREQ_RMDIR): Remove.
1584         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
1585         mention stat-macros.h or AC_HEADER_STAT, since we'll make
1586         the stat-macros module a prerequisite.
1587         * file-type.m4 (gl_FILE_TYPE): Likewise.
1588         * filemode.m4 (gl_FILEMODE): Likewise.
1589         * makepath.m4 (gl_MAKEPATH): Likewise.
1590         * modechange.m4 (gl_MODECHANGE): Likewise.
1591         * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
1592         variable names.
1593         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
1594         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
1595         variable prefixes.
1596         * fcntl-safer.m4: Remove.
1597         * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
1598         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
1599         Invoke gl_PREREQ_FD_SAFER.
1600         (gl_PREREQ_FD_SAFER): New macro.
1601         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
1602         * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
1603         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
1604         Remove duplicate call to AC_LIBOBJ(readutmp).
1605         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
1606
1607         * mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
1608         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
1609
1610 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1611
1612         * byteswap.m4: New file.
1613
1614 2005-04-25  karl
1615
1616         * gettext.m4: Update from GNU gettext 0.14.4.
1617
1618 2005-04-15  Simon Josefsson  <jas@extundo.com>
1619
1620         * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
1621
1622 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
1623
1624         * getcwd-path-max.m4: Return success on systems such as Cygwin
1625         where no absolute path name can be longer than PATH_MAX.
1626
1627 2005-03-22  Jim Meyering  <jim@meyering.net>
1628
1629         * stat-macros.m4 (gl_STAT_MACROS): New file/macro.
1630
1631 2005-03-21  Jim Meyering  <jim@meyering.net>
1632         and  Paul Eggert  <eggert@cs.ucla.edu>
1633
1634         * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4, canonicalize.m4,
1635         cloexec.m4, closeout.m4, dirfd.m4, dirname.m4, exclude.m4,
1636         exitfail.m4, file-type.m4, filemode.m4, fpending.m4, fsusage.m4,
1637         getcwd.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4,
1638         getugroups.m4, group-member.m4, hard-locale.m4, hash.m4, human.m4,
1639         idcache.m4, inttostr.m4, long-options.m4, makepath.m4, md5.m4,
1640         memcasecmp.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4,
1641         path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4,
1642         quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4,
1643         safe-write.m4, same.m4, savedir.m4, settime.m4, sha1.m4, sig2str.m4,
1644         strdup.m4, strftime.m4, strndup.m4, strverscmp.m4, timespec.m4,
1645         unlocked-io.m4, userspec.m4, utimecmp.m4, utimens.m4, xalloc.m4,
1646         xnanosleep.m4, xstrtol.m4, yesno.m4:
1647         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
1648         for these modules.
1649
1650 2005-03-21  Jim Meyering  <jim@meyering.net>
1651
1652         * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
1653         * memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
1654
1655 2005-03-16  Bruno Haible  <bruno@clisp.org>
1656
1657         * stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
1658         HAVE_LONGLONG_64BIT.
1659
1660 2005-03-14  Bruno Haible  <bruno@clisp.org>
1661
1662         * lib-link.m4, gettext.m4, nls.m4, po.m4:
1663         Update from GNU gettext 0.14.3.
1664
1665 2005-03-10  Jim Meyering  <jim@meyering.net>
1666
1667         * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
1668
1669 2005-03-07  Bruno Haible  <bruno@clisp.org>
1670
1671         * mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
1672
1673 2005-03-03  Bruno Haible  <bruno@clisp.org>
1674
1675         * inttypes.m4, isc-posix.m4, once-only.m4:
1676         Use an all-permissive copyright notice, recommended by RMS.
1677
1678 2005-03-03  Derek R. Price  <derek@ximbiot.com>
1679
1680         * mmap-anon.m4: New file.
1681         * pagealign_alloc.m4: New file.
1682
1683 2005-01-28  Bruno Haible  <bruno@clisp.org>
1684
1685         * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
1686         AIX, the replacement has to be done only after <string.h> is included,
1687         therefore not in config.h. stpncpy.h does the replacement, and
1688         stpncpy.c uses it.
1689
1690 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
1693         to detect nanosleep bug.
1694
1695 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1696
1697         * gethrxtime.m4, xnanosleep.m4: New files.
1698         * gettime.m4 (gl_GETTIME): Check for nanotime.
1699
1700 2005-02-24  Bruno Haible  <bruno@clisp.org>
1701
1702         * gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
1703         * lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
1704         * progtest.m4:
1705         Update from GNU gettext 0.14.2.
1706         * glibc2.m4: New file, from GNU gettext 0.14.2.
1707
1708 2005-02-22  Simon Josefsson  <jas@extundo.com>
1709
1710         * iconvme.m4: New file.
1711
1712 2005-02-23  Jim Meyering  <jim@meyering.net>
1713
1714         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
1715         Thanks to Bruno Haible for catching it.
1716
1717 2005-02-22  Jim Meyering  <jim@meyering.net>
1718
1719         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
1720
1721 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1722
1723         * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
1724
1725 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1726
1727         Sync from coreutils.
1728         * getloadavg.m4, glibc.m4, search-libs.m4: Remove.
1729
1730         Remove files that are specific to coreutils.
1731         * check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
1732
1733 2005-01-28  Bruno Haible  <bruno@clisp.org>
1734
1735         * javacomp.m4: New file, from GNU gettext.
1736
1737 2005-01-26  Bruno Haible  <bruno@clisp.org>
1738
1739         * javaexec.m4: New file, from GNU gettext.
1740
1741 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1742
1743         * sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
1744         must be defined if the header file was not found, in order
1745         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
1746
1747 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1748
1749         * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
1750         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
1751         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
1752         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
1753         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
1754         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
1755         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
1756         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
1757         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
1758         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
1759         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
1760         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
1761         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
1762         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
1763         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
1764         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
1765         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
1766         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
1767         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
1768         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
1769         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
1770         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
1771         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
1772         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
1773         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
1774         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
1775         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
1776         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
1777         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
1778         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
1779         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
1780         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
1781         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
1782         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
1783         xstrtol.m4, xstrtoumax.m4, yesno.m4:
1784         Use an all-permissive copyright notice, recommended by RMS.
1785
1786 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1787
1788         * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
1789
1790 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1791
1792         Merge from coreutils.
1793         * ullong_max.m4: New file.
1794         * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
1795         (gl_MACROS): Assume localeconv exists.
1796
1797 2005-01-18  Jim Meyering  <jim@meyering.net>
1798
1799         Merge from coreutils.
1800         * chdir-long.m4, openat.m4: New files.
1801         * save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
1802         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
1803         * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
1804         is sane and DOES follow symlinks.  Besides, testing 20 different
1805         systems found no broken chown implementations.
1806         Prompted by a change in rsync's copy of this macro.
1807         * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
1808
1809         * lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
1810
1811         * utimes.m4: Work around tests/touch/empty-file failure on a system
1812         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
1813         NULL-means-set-to-current-time semantics.
1814         Remove temporary file immediately, rather than waiting
1815         for configure's at-exit trap code to do it.
1816
1817 2005-01-18  Bruno Haible  <bruno@clisp.org>
1818
1819         * allocsa.m4, codeset.m4, copy-file.m4, eaccess.m4, eealloc.m4:
1820         * eoverflow.m4, execute.m4, fatal-signal.m4, findprog.m4, glibc21.m4:
1821         * iconv.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4, lib-link.m4:
1822         * lib-prefix.m4, linebreak.m4, localcharset.m4, longdouble.m4:
1823         * longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mkdtemp.m4:
1824         * pipe.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4:
1825         * sig_atomic_t.m4, signalblocking.m4, signed.m4, size_max.m4:
1826         * ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4, stpncpy.m4:
1827         * strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, ucs4-utf.m4:
1828         * uintmax_t.m4, ulonglong.m4, unicodeio.m4, utf-ucs4.m4, vasnprintf.m4:
1829         * vasprintf.m4, wait-process.m4, wchar_t.m4, wint_t.m4, xsize.m4:
1830         Use an all-permissive copyright notice, recommended by RMS.
1831
1832 2005-01-06  Bruno Haible  <bruno@clisp.org>
1833
1834         * stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
1835
1836 2005-01-04  Jim Meyering  <jim@meyering.net>
1837
1838         Changes imported from coreutils.
1839         * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
1840         as the mkstemp template, use a temporary directory and an
1841         8.3-friendly template to avoid trouble on systems like DJGPP.
1842         Reported by Juan M. Guerrero via Stepan Kasal.
1843         * (gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of close.
1844         Remove the temporary directory right away, rather than waiting
1845         for configure's at-exit trap code to do it.
1846         Suggestion from Stepan Kasal.
1847
1848 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
1849
1850         * c-strtod.m4 (gl_C99_STRTOLD): New macro.
1851         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
1852
1853 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1854
1855         * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
1856
1857 2004-12-18  Bruno Haible  <bruno@clisp.org>
1858
1859         * fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
1860
1861 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
1862
1863         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
1864         spurious "-l"s.  Problem reported by Stepan Kasal.
1865
1866 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1867
1868         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
1869         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
1870
1871 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1872
1873         Changes imported from coreutils.
1874         * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
1875         exist.
1876         * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
1877
1878 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
1879
1880         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
1881         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
1882
1883         * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
1884
1885 2004-11-30  Simon Josefsson  <jas@extundo.com>
1886
1887         * base64.m4: New file.
1888
1889 2004-11-30  Simon Josefsson  <jas@extundo.com>
1890
1891         * restrict.m4: Add copyright and copying conditions.
1892
1893 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1894
1895         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
1896         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
1897         Use the _ONCE methods, for efficiency.
1898         Check for fcntl.h.  In test program, include <errno.h>
1899         and <fcntl.h> if available.  Remove old K&R cruft from
1900         test program.  Check for common errors in GNU/Linux,
1901         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
1902         don't do AC_LIBOBJ, as that's getcwd.m4's job.
1903         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
1904         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
1905         name accordingly.
1906         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
1907         accommodate new getcwd.c.
1908         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
1909         * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
1910         * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
1911         that's all we need now.
1912
1913 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
1914
1915         * utimens.m4 (gl_UTIMENS): Check for futimes function.
1916
1917 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1918
1919         * argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
1920         argp-parse.c depends on getopt internals, that means we should
1921         always use our getopt, to be on the safe side.
1922         * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
1923         order not to spoil the result of an eventual previous invocation
1924         of gl_GETOPT_SUBSTITUTE.
1925
1926 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1927
1928         * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
1929         that mishandle size_t overflow.
1930
1931 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
1934
1935 2004-11-13  Jim Meyering  <jim@meyering.net>
1936
1937         * jm-macros.m4: Do require gl_FUNC_FPENDING.
1938
1939 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
1940
1941         * getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
1942         of replacing opterr, getopt, etc.  This should handle the
1943         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
1944
1945 2004-11-11  Simon Josefsson  <jas@extundo.com>
1946
1947         * strtok_r.m4: New file.
1948
1949         * getopt.m4: Replace opterr.
1950
1951 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1952
1953         * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
1954
1955 2004-11-10  Jim Meyering  <jim@meyering.net>
1956
1957         * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
1958
1959 2004-11-08  Simon Josefsson  <jas@extundo.com>
1960
1961         * getaddrinfo.m4: New file.
1962
1963 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1964
1965         * strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
1966         gl_FUNC_STRFTIME.
1967         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
1968         and AC_REQUIRE when possible, to avoid duplicate checks.
1969         Check for <wchar.h>.
1970
1971 2004-11-09  Bruno Haible  <bruno@clisp.org>
1972
1973         * sockpfaf.m4: New file.
1974
1975 2004-11-03  Albert Chin <china@thewrittenword.com>
1976             Paul Eggert  <eggert@cs.ucla.edu>
1977
1978         * uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
1979         equivalent, substitute $ac_type for equivalent type rather than
1980         blindly using uint32_t *always* which won't work if uint32_t is not
1981         available.  Define _UINT32_T to work around typedef of uint32_t if
1982         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
1983         2.5.1.
1984
1985 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
1986
1987         * jm-macros.m4: Sync from coreutils.
1988         (gl_MACROS): Check for mbrlen, for pathchk.
1989         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
1990
1991 2004-11-02  Bruno Haible  <bruno@clisp.org>
1992
1993         * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
1994         returns void.
1995
1996 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
1999         fflush_unlocked, flockfile, funlockfile, funlockfile,
2000         fputs_unlocked, putc_unlocked.
2001
2002 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2003
2004         * getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
2005
2006 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
2007
2008         * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
2009         implementation of getopt_long.  Problem reported by Alexander Taler in:
2010         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
2011
2012 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2013
2014         * vsnprintf.m4: New file.
2015
2016 2004-10-05  Bruno Haible  <bruno@clisp.org>
2017
2018         * strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
2019         for the declaration of strsep.
2020
2021 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2022
2023         * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
2024
2025         * unlocked-io.m4: Add copyright notice.
2026         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
2027
2028 2004-10-04  Simon Josefsson  <jas@extundo.com>
2029
2030         * memmem.m4: New file.
2031
2032 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2033
2034         * strsep.m4: New file.
2035
2036 2004-09-30  Simon Josefsson  <jas@extundo.com>
2037
2038         * snprintf.m4: New file.
2039
2040 2004-09-09  Bruno Haible  <bruno@clisp.org>
2041
2042         * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
2043         modifications.
2044         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
2045
2046 2004-09-08  Bruno Haible  <bruno@clisp.org>
2047
2048         * stdint.m4: New file, taken from GNU clisp with modifications.
2049
2050 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2051
2052         * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
2053
2054 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
2055
2056         * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
2057         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
2058         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
2059         Check for program_invocation_name, program_invocation_short_name,
2060         flockfile, funlockfile, features.h, _getopt_long_only_r.
2061
2062 2004-08-12  Simon Josefsson  <jas@extundo.com>
2063
2064         * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
2065         as discussed with Paul Eggert in threads rooted at
2066         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
2067         and
2068         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
2069         Before, the test was empty, and relied on ELIDE_CODE in source
2070         code.)
2071         (gl_PREREQ_GETOPT): New macro.
2072         (gl_GETOPT): Use them.
2073
2074 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2075
2076         Merge from coreutils.
2077
2078         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
2079
2080         * obstack.m4 (gl_PREREQ_OBSTACK): Require
2081         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
2082
2083 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2084
2085         * uint32_t.m4, uintptr_t.m4: New files.
2086         * sha1.m4: Renamed from sha.m4.
2087         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
2088
2089 2004-08-08  Simon Josefsson  <jas@extundo.com>
2090
2091         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
2092         Check getpass declaration.
2093
2094 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2095
2096         More merge from coreutils.
2097
2098         * utimens.m4, utimecmp.m4: New files.
2099         * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
2100         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
2101         prereq.m4, sha.m4: Import changes from coreutils.
2102
2103 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2104
2105         Merge from coreutils.
2106
2107         * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
2108         New files.
2109
2110         * dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
2111         FILESYSTEM_PREFIX_LEN ->
2112         FILE_SYSTEM_PREFIX_LEN.
2113         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
2114         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
2115         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
2116         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
2117
2118         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
2119         prerequisite modules now handle the DOS stuff.
2120         Don't check for unistd.h.
2121
2122 2004-08-03  Simon Josefsson  <jas@extundo.com>
2123
2124         * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
2125
2126 2004-08-02  Simon Josefsson  <jas@extundo.com>
2127
2128         * getsubopt.m4: New file.
2129
2130 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2131
2132         * fatal.m4: Remove, as the "fatal" module wasn't used or working.
2133
2134 2004-07-13  Robert Millan  <robertmh@gnu.org>
2135
2136         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
2137
2138 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2139
2140         * argz.m4: New file, which is autoupdated from libtool.
2141
2142 2004-06-01  Jim Meyering  <jim@meyering.net>
2143
2144         * calloc.m4: New file.
2145
2146 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2147
2148         Merge from coreutils CVS.
2149
2150         * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
2151         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
2152         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
2153         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
2154         xstrtol.m4: Fix copyright date and/or serial number.
2155
2156         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
2157         See if we need an fchown replacement.
2158         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
2159         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
2160         and use the replacement function if we detect either defect.
2161
2162         * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
2163         gl_UTIMECMP.
2164
2165 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2166
2167         * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
2168         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
2169         Also, fix a typo in a diagnostic.
2170
2171 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2172
2173         * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
2174         or AC_FUNC_REALLOC.
2175
2176 2004-05-20  Andreas Schwab  <schwab@suse.de>
2177
2178         * free.m4: Replace free if it not known to work, not the other
2179         way round.
2180
2181 2004-05-17  Derek R. Price  <derek@ximbiot.com>
2182             Paul Eggert  <eggert@cs.ucla.edu>
2183
2184         * argp: Depend on alloca.
2185
2186 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2187
2188         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
2189         for backward compatibility with older code.  We need our own
2190         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
2191         it under some other name, and our alloca.h will define it.
2192
2193 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2194
2195         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
2196         Check for gettimeofday.
2197         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
2198         Check for settimeofday, stime.
2199
2200 2004-04-20  Paul Eggert  <eggert@twinsun.com>
2201
2202         * host-os.m4: Add a copyright notice.
2203
2204 2004-04-20  Jim Meyering  <jim@meyering.net>
2205
2206         Change UTILS_ to gl_ in AC_DEFINE'd names.
2207         Change utils_- and jm_-prefixed variables, too.
2208         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
2209         UTILS_FUNC_MKDIR_TRAILING_SLASH.
2210         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2211
2212         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
2213         Don't emit trailing blanks.
2214         Also rename jm_-prefixed variables to have gl_ prefix.
2215
2216         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
2217         Also rename jm_-prefixed variables to have gl_ prefix.
2218
2219         * jm-macros.m4: Reflect the renamings.
2220         * prereq.m4: Likewise.
2221
2222 2004-04-19  Jim Meyering  <jim@meyering.net>
2223
2224         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
2225         now that readutmp.c may call `free (0)'.
2226
2227 2004-04-19  Bruno Haible  <bruno@clisp.org>
2228
2229         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
2230         * inttypes_h.m4: Likewise.
2231         * stdint_h.m4: Likewise.
2232         * intmax_t.m4: Likewise.
2233         * uintmax_t.m4: Likewise.
2234
2235 2004-04-18  Jim Meyering  <jim@meyering.net>
2236
2237         * prereq.m4: Don't forbid jm_ prefix.
2238
2239         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
2240         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
2241         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
2242         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
2243         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
2244         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
2245         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
2246         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
2247         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
2248         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
2249         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
2250         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
2251         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
2252         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
2253         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
2254         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2255
2256 2004-04-16  Jim Meyering  <jim@meyering.net>
2257
2258         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
2259         coreutils' stat program.
2260         (gl_PREREQ): Don't require jm_PREREQ_STAT.
2261
2262 2004-03-31  Jim Meyering  <jim@meyering.net>
2263
2264         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
2265         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2266         * xalloc.m4: Likewise.
2267
2268 2004-03-30  Jim Meyering  <jim@meyering.net>
2269
2270         * realloc.m4: Remove file, since now it does no more than
2271         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
2272         the `configure.ac' section of module/realloc.
2273         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
2274
2275 2004-03-30  Paul Eggert  <eggert@twinsun.com>
2276
2277         Merge from coreutils.
2278
2279         * inttostr.m4: New file.
2280         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
2281         Require AM_STDBOOL_H and gl_TIMESPEC instead.
2282         Require gl_CLOCK_TIME.
2283         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
2284
2285 2004-03-30  Jim Meyering  <jim@meyering.net>
2286
2287         Merge from coreutils.
2288
2289         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
2290         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
2291         on some systems one must include <grp.h> before it.
2292         Reported by Christian Krackowizer.
2293
2294 2004-03-29  Paul Eggert  <eggert@twinsun.com>
2295
2296         * cloexec.m4: New file.
2297
2298 2004-03-18  Paul Eggert  <eggert@twinsun.com>
2299             Bruno Haible  <bruno@clisp.org>
2300
2301         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
2302         mbswidth.
2303
2304 2004-03-07  Paul Eggert  <eggert@twinsun.com>
2305
2306         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
2307         All uses changed.  Check for sa_sigaction member; this fixes
2308         a bug first reported by Jason Andrade in
2309         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
2310
2311 2004-01-18  Simon Josefsson  <jas@extundo.com>
2312
2313         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
2314
2315 2004-02-18  Bruno Haible  <bruno@clisp.org>
2316
2317         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
2318         Reported by Derek Robert Price <derek@ximbiot.com>.
2319
2320 2004-02-06  Karl Berry  <karl@gnu.org>
2321
2322         * po.m4: update from gettext 0.14.1.
2323
2324 2004-02-03  Bruno Haible  <bruno@clisp.org>
2325
2326         * pipe.m4: New file, from GNU gettext.
2327
2328 2004-01-27  Bruno Haible  <bruno@clisp.org>
2329
2330         * execute.m4: New file, from GNU gettext.
2331
2332 2003-11-24  Bruno Haible  <bruno@clisp.org>
2333
2334         * allocsa.m4: New file, from GNU gettext.
2335
2336 2003-11-24  Bruno Haible  <bruno@clisp.org>
2337
2338         * eealloc.m4: New file, from GNU gettext.
2339
2340 2004-01-15  Paul Eggert  <eggert@twinsun.com>
2341
2342         Merge from coreutils.
2343
2344         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
2345         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
2346         (gl_DEFAULT_POSIX2_VERSION): Move
2347         the documentation from 'configure' into 'config.hin',
2348         so that 'configure --help' isn't burdened by it and
2349         we don't have to worry about its formatting there.
2350         Reword the documentation so that it's more succinct
2351         and can be run together into a single paragraph.
2352         * same.m4 (gl_SAME): Check for pathconf.
2353
2354 2004-01-15  Jim Meyering  <jim@meyering.net>
2355
2356         Merge from coreutils.
2357
2358         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
2359         if no library is required.
2360         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
2361         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
2362         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
2363         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
2364         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
2365         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
2366         value, $ac_cv_search_crypt, if it's "none required".
2367         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
2368         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
2369         not gl_FUNC_GETLOADAVG.
2370         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
2371         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
2372
2373 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
2374
2375         Merge from coreutils.
2376
2377         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
2378         value, $ac_cv_search_nanosleep, if it's "none required".
2379
2380 2003-12-03  Bruno Haible  <bruno@clisp.org>
2381
2382         * gettext.m4: Upgrade from gettext-0.13.
2383         * po.m4: Upgrade from gettext-0.13.
2384         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
2385         * intmax.m4: New file, from gettext-0.13.
2386         * printf-posix.m4: New file, from gettext-0.13.
2387
2388 2003-11-25  Bruno Haible  <bruno@clisp.org>
2389
2390         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
2391         gt_TYPE_SSIZE_T.
2392
2393 2003-11-17  Bruno Haible  <bruno@clisp.org>
2394
2395         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
2396
2397 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2398
2399         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
2400         gl_PTRDIFF_MAX.
2401
2402 2003-11-11  Bruno Haible  <bruno@clisp.org>
2403
2404         * size_max.m4: New file.
2405         * ptrdiff_max.m4: New file.
2406         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
2407         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
2408         (gl_XALLOC): Invoke it.
2409
2410 2003-11-04  Bruno Haible  <bruno@clisp.org>
2411
2412         * xsize.m4: New file.
2413
2414 2003-11-03  Bruno Haible  <bruno@clisp.org>
2415
2416         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
2417
2418 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
2419
2420         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
2421         netbsd*-gnu*.  Suggested by Robert Millan.
2422
2423 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2424
2425         * xalloc.m4 (gl_XALLOC): Undo previous change.
2426
2427 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2428
2429         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
2430         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
2431         after the 'gnu' in these cases.  This fixes some bugs in the
2432         previous change, and is based on suggestions by Robert Millan.
2433
2434 2003-10-28  Paul Eggert  <eggert@twinsun.com>
2435
2436         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
2437         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
2438         NetBSD kernels.  Requested by Richard Stallman.
2439
2440 2003-10-26  Paul Eggert  <eggert@twinsun.com>
2441
2442         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
2443         now uses inline.
2444
2445 2003-10-23  Paul Eggert  <eggert@twinsun.com>
2446
2447         * getline.m4 (AM_FUNC_GETLINE):
2448         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
2449         hosts.  Problem reported by Derek Robert Price in
2450         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
2451         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
2452         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
2453
2454 2003-10-20  Bruno Haible  <bruno@clisp.org>
2455
2456         * wait-process.m4: New file.
2457
2458 2003-10-14  Bruno Haible  <bruno@clisp.org>
2459
2460         * sig_atomic_t: New file, from GNU gettext.
2461         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
2462
2463 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2464
2465         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
2466
2467 2003-10-10  Simon Josefsson  <jas@extundo.com>
2468
2469         * argp.m4: Add AC_C_INLINE.
2470
2471 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2472
2473         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
2474
2475 2003-10-06  Bruno Haible  <bruno@clisp.org>
2476
2477         * fatal-signal.m4: New file.
2478         * signalblocking.m4: New file, from GNU gettext.
2479
2480 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2481
2482         * free.m4: New file.
2483
2484 2003-09-26  Bruno Haible  <bruno@clisp.org>
2485
2486         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
2487         Don't define stpncpy through config.h; it's now done through stpncpy.h.
2488
2489 2003-09-25  Simon Josefsson  <jas@extundo.com>
2490             Bruno Haible  <bruno@clisp.org>
2491
2492         * getdomainname.m4: New file.
2493
2494 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2495
2496         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
2497         to avoid spurious warnings like "AC_RUN_IFELSE was called before
2498         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
2499
2500 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2501
2502         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
2503
2504         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
2505         and AC_MINIX, too, so that their extensions are available.
2506
2507         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
2508         This macro has been superseded by gl_BACKUPFILE.
2509
2510         More patches to assume C89 or better.
2511
2512         * error.m4 (gl_ERROR): Don't check for vprintf.
2513
2514         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
2515         unconditionally.
2516         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
2517         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
2518         Include <string.h>, <stdlib.h> unconditionally.
2519         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
2520         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
2521         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
2522         or for string.h.
2523         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
2524         or strtoul.
2525
2526         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
2527         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
2528         * userspec.m4 (gl_USERSPEC): Likewise.
2529         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
2530         * xstrtod.m4 (gl_XSTRTOD): Likewise.
2531         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
2532         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
2533         memcpy, memset.
2534         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
2535         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
2536         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
2537         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
2538         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
2539         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
2540         strtoul.
2541
2542 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2543
2544         More patches to assume C89 or better.
2545         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
2546         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
2547         string.h, memchr, STDC_HEADERS.
2548
2549 2003-09-10  Bruno Haible  <bruno@clisp.org>
2550
2551         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
2552         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
2553         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
2554         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
2555         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
2556         <stdlib.h> and <string.h> checks.
2557         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
2558         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
2559
2560 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2561
2562         More patches to assume C89 or better.
2563         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
2564         * getopt.m4 (gl_GETOPT): Don't check for string.h.
2565         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
2566         or for string.h.
2567         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
2568         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
2569         headers.
2570         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
2571         string.h.
2572         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
2573         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
2574         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
2575         or for string.h.
2576         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
2577         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
2578         C headers.
2579         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
2580         memcpy.
2581         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
2582         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
2583         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
2584         * memcoll.m4 (gl_MEMCOLL): Likewise.
2585         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
2586         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
2587         string.h, free.
2588         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
2589         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
2590         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
2591         C headers, or for string.h.
2592         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
2593         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
2594         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
2595         headers, memory.h, stdlib.h, string.h, strings.h.
2596         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
2597         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
2598         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
2599         strchr.
2600         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
2601         headers, memory.h, string.h.
2602         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
2603         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
2604         free.
2605         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
2606         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
2607         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
2608         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
2609         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
2610         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
2611
2612 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
2613
2614         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
2615         C89 spec.
2616
2617 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2618
2619         Assume C89 or better; remove K&R cruft.
2620         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
2621         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
2622         string.h, getenv, malloc.
2623         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
2624         headers.
2625         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
2626         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
2627         do not check for strerror.
2628         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
2629         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
2630         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
2631         do not check for doprnt or vprintf.
2632         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
2633         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
2634
2635 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2636
2637         * time_r.m4: New file.
2638         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
2639         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
2640         Check for timegm declaration.
2641         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
2642         Do not check for gmtime_r.
2643         Replace mktime if __mktime_internal does not exist and if mktime
2644         hasn't been replaced already.
2645
2646 2003-08-31  Simon Josefsson  <jas@extundo.com>
2647
2648         * timegm.m4: New file.
2649
2650 2003-08-26  Bruno Haible  <bruno@clisp.org>
2651
2652         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
2653         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
2654         followed by '#define fnmatch fnmatch_posix' gives an error.
2655
2656 2003-08-27  Jim Meyering  <jim@meyering.net>
2657
2658         * mkstemp.m4: Require that the system mkstemp be able to create
2659         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
2660         would fail after 32.  Reported by Danny Levinson.  Details here:
2661         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2662
2663 2003-08-20  Karl Berry  <karl@gnu.org>
2664
2665         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
2666
2667 2003-08-19  Jim Meyering  <jim@meyering.net>
2668
2669         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
2670         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
2671
2672 2003-08-19  Bruno Haible  <bruno@clisp.org>
2673
2674         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
2675
2676 2003-08-18  Jim Meyering  <jim@meyering.net>
2677
2678         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
2679         * lib-ld.m4: Likewise.
2680
2681 2003-08-17  Simon Josefsson  <jas@extundo.com>
2682
2683         * argp.m4: New file.
2684
2685 2003-08-17  Simon Josefsson  <jas@extundo.com>
2686
2687         * xstrndup.m4: New file.
2688
2689 2003-08-16  Jim Meyering  <jim@meyering.net>
2690
2691         * utimes.m4 (gl_FUNC_UTIMES): New file.
2692         * utimes.m4: Removed.
2693         * utimes-null.m4: Renamed from utimes.m4.
2694
2695         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
2696         to 1MB, so as not to render systems with no stack size limit (e.g.,
2697         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2698         Include <unistd.h>.  On some systems,
2699         it is required for the definition of _SC_PAGESIZE.
2700
2701 2003-08-16  Paul Eggert  <eggert@twinsun.com>
2702
2703         Merges from coreutils, etc.
2704         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
2705         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
2706         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
2707         fixing a typo.
2708         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
2709         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
2710
2711 2003-08-16  Jim Meyering  <jim@meyering.net>
2712         and Paul Eggert  <eggert@cs.ucla.edu>
2713
2714         Merges from coreutils, etc.
2715
2716         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
2717         using the latest version from cvs.  This avoids problems with #line
2718         directives using a vendor (Sun) compiler.
2719         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
2720         Don't set GETGROUPS_LIB here; now it's
2721         done via getgroups.m4's wrapper function.
2722         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
2723         rather than just in sh-util/configure.in, so that the
2724         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
2725         same.
2726         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
2727         AC_FUNC_GETLOADAVG where to find getloadavg.c.
2728         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
2729         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
2730         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
2731         Remove code that is now done by the newly-required macros.
2732         Append $(EXEEXT) to DF_PROG.
2733         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
2734         Do not invoke or require the following here,
2735         since prereq.m4 or some gnulib .m4 now does this for us:
2736         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
2737         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
2738         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
2739         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
2740         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
2741         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
2742         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
2743         AC_FUNC_OBSTACK.
2744         Do not replace the following functions, as this is now the job
2745         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
2746         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
2747         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
2748         atexit getpass, strdup, getpagesize.
2749         Replace 'raise'.
2750         Do not check for the following functions, as this is now the job
2751         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
2752         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
2753         setregid.
2754         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
2755         Check for sys/sysctl.h.
2756         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
2757         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
2758         of checking for ssize_t ourselves.
2759
2760         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
2761         Require every macro that gnulib/modules/* suggests for us.
2762         (jm_PREREQ_ADDEXT): New macro.
2763         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
2764         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
2765
2766         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
2767         (gl_PHYSMEM): Use it.
2768         Also check for `table' function.
2769         Check for new headers and functions.
2770         Add check for sys/sysmp.h.
2771         With suggestions from Kaveh Ghazi.
2772         Ignore headers that are present but cannot be compiled.  This
2773         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
2774         C 5.4.
2775
2776 2003-08-16  Jim Meyering  <jim@meyering.net>
2777
2778         Merges from coreutils.
2779         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
2780         prefix.  Adjust cache variables similarly.  Create 500 rather than
2781         just 300 files, to exercise bug on Darwin6.5, too.
2782         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
2783         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
2784         Reported by mkc@mathdogs.com.
2785         Also change use of $am_cv_sys_posix_termios
2786         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
2787         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
2788         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
2789         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
2790         /proc/mounts until it finds one with matching device number.  This is
2791         unnecessary when the FILE argument *is* a mount point.  No stat call
2792         is necessary in that case.  So, disable the statvfs-testing code on
2793         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
2794         as RedHat bug# 84846.
2795         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
2796         to 1MB, so as not to render systems with no stack size limit (e.g.,
2797         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2798         Include <unistd.h>.  On some systems,
2799         it is required for the definition of _SC_PAGESIZE.
2800
2801 2003-08-15  Jim Meyering  <jim@meyering.net>
2802         and Paul Eggert  <eggert@cs.ucla.edu>
2803
2804         Merges from coreutils, etc.
2805         * strftime.m4 (_jm_STRFTIME_PREREQS):
2806         Require gl_FUNC_TZSET_CLOBBER.
2807         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
2808         ut_exit.ut_termination, and ut_exit.e_termination members.
2809
2810 2003-08-14  Paul Eggert  <eggert@twinsun.com>
2811
2812         Help the merge from coreutils.
2813         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
2814         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
2815         * tzset.m4: Use it too.
2816
2817 2003-08-14  Jim Meyering  <jim@meyering.net>
2818
2819         Merge from coreutils.
2820         * tzset.m4: New file.
2821         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
2822         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
2823         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
2824         is inadequate on such systems: 1) detecting whether a file system
2825         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
2826         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
2827         merely /MOUNT_POINT.  Reported by Mike Jetzer.
2828
2829 2003-08-13  Paul Eggert  <eggert@twinsun.com>
2830
2831         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
2832         Check for isascii.
2833
2834         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
2835         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
2836         Undo previous (whitespace-only) change.
2837
2838 2003-08-12  Paul Eggert  <eggert@twinsun.com>
2839
2840         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
2841         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
2842         Normalize leading white space and remove trailing white space.
2843
2844         Merge from coreutils
2845         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
2846
2847         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
2848         0.12.1.  These files are now being upgraded automatically by
2849         ../config/srclist-update.
2850
2851 2003-08-11  Bruno Haible  <bruno@clisp.org>
2852
2853         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
2854
2855 2003-08-09  Paul Eggert  <eggert@twinsun.com>
2856
2857         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
2858         apparently Emacs's Unicode mode got confused before my 2003-08-05
2859         checkin.
2860
2861 2003-08-08  Paul Eggert  <eggert@twinsun.com>
2862
2863         * extensions.m4: New file.
2864         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
2865         Require gl_USE_SYSTEM_EXTENSIONS.
2866         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
2867         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
2868
2869 2003-08-07  Paul Eggert  <eggert@twinsun.com>
2870
2871         * restrict.m4: New file.
2872         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
2873
2874 2003-08-07  Bruno Haible  <bruno@clisp.org>
2875
2876         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
2877         the module 'getndelim2' compatible with the module 'getline'.
2878
2879 2003-08-05  Paul Eggert  <eggert@twinsun.com>
2880
2881         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
2882         byte with "\201" to avoid glitches when editing that source file
2883         with multi-gnome-terminal.
2884
2885 2003-07-31  Bruno Haible  <bruno@clisp.org>
2886
2887         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
2888
2889 2003-07-18  Bruno Haible  <bruno@clisp.org>
2890
2891         * getndelim2.m4: New file.
2892         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
2893         invoke gl_PREREQ_GETNDELIM2.
2894         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
2895         gl_PREREQ_GETNDELIM2.
2896         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
2897         gl_GETNDELIM2.
2898
2899 2003-07-17  Bruno Haible  <bruno@clisp.org>
2900
2901         * Makefile.am.in: Remove file.
2902         * Makefile.am: Remove file.
2903         * Makefile.in: Remove file.
2904
2905 2003-07-17  Bruno Haible  <bruno@clisp.org>
2906
2907         * getnline.m4: New file.
2908
2909 2003-07-14  Simon Josefsson  <jas@extundo.com>
2910
2911         * mempcpy.m4: New file.
2912
2913 2003-07-10  Jim Meyering  <jim@meyering.net>
2914
2915         * clock_time.m4: Remove trailing blank.
2916         * intmax_t.m4: Likewise.
2917
2918 2003-07-01  Paul Eggert  <eggert@twinsun.com>
2919
2920         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
2921         xreadlink.c now includes it unconditionally.
2922
2923 2003-07-01  Bruno Haible  <bruno@clisp.org>
2924
2925         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
2926         should be sufficient.
2927         Reported by Paul Eggert.
2928
2929 2003-06-25  Bruno Haible  <bruno@clisp.org>
2930
2931         * readlink.m4: New file.
2932
2933 2003-06-22  Bruno Haible  <bruno@clisp.org>
2934
2935         Portability to mingw32.
2936         * ssize_t.m4: New file, from GNU gettext.
2937         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
2938         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
2939
2940 2003-06-11  Bruno Haible  <bruno@clisp.org>
2941
2942         * sysexits.m4: New file.
2943
2944 2003-06-10  Simon Josefsson  <jas@extundo.com>
2945
2946         * strchrnul.m4: New file.
2947
2948 2003-06-07  Bruno Haible  <bruno@clisp.org>
2949
2950         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
2951         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
2952         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
2953         directory.
2954         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
2955         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
2956         directory.
2957
2958 2003-06-04  Paul Eggert  <eggert@twinsun.com>
2959
2960         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
2961         locale.h, localeconv.  This merges changes from coreutils.
2962
2963         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
2964         It can be removed after the next Autoconf is released.
2965         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
2966         needed.
2967
2968 2003-05-30  Bruno Haible  <bruno@clisp.org>
2969
2970         * gettext.m4: Upgrade to gettext-0.12.1.
2971         * nls.m4: New file, from gettext-0.12.1.
2972         * po.m4: New file, from gettext-0.12.1.
2973         * progtest.m4: Upgrade to gettext-0.12.1.
2974
2975 2003-05-28  Paul Eggert  <eggert@twinsun.com>
2976
2977         Assume the headers required for C89 freestanding compilers.
2978         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
2979         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
2980         * human.m4 (gl_HUMAN): Likewise.
2981         * pathmax.m4 (gl_PATHMAX): Likewise.
2982         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
2983         * userspec.m4 (gl_USERSPEC): Likewise.
2984         * xreadlink.m4 (gl_XREADLINK): Likewise.
2985         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
2986         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
2987
2988 2003-05-26  Jim Meyering  <jim@meyering.net>
2989
2990         Merge in a change from coreutils:
2991         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
2992         that is guaranteed to be `no'.  Use `no_such_member' to indicate
2993         that condition, rather than `-1' which is slightly misleading.
2994         Change the name of the cache variable to have the gl_ prefix.
2995         Prompted by a patch from Richard Dawe for DJGPP.
2996
2997 2003-05-17  Bruno Haible  <bruno@clisp.org>
2998
2999         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
3000         expansion for AC_EGREP_CPP.
3001         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
3002         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
3003         Suggested by Akim Demaille <akim@epita.fr> in
3004         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
3005
3006 2003-04-21  Paul Eggert  <eggert@twinsun.com>
3007
3008         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
3009         code which expansion is under static control.  Patch imported from
3010         Akim Demaille's patch to Bison; see
3011         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
3012
3013 2003-04-14  Bruno Haible  <bruno@clisp.org>
3014
3015         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
3016
3017 2003-04-10  Bruno Haible  <bruno@clisp.org>
3018
3019         * findprog.m4: New file.
3020         * eaccess.m4: New file.
3021
3022 2003-04-04  Bruno Haible  <bruno@clisp.org>
3023
3024         * linebreak.m4: New file.
3025
3026 2003-04-03  Bruno Haible  <bruno@clisp.org>
3027
3028         * utf-ucs4.m4: New file.
3029         * ucs4-utf.m4: New file.
3030
3031 2003-03-30  Bruno Haible  <bruno@clisp.org>
3032
3033         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
3034
3035 2003-03-28  Bruno Haible  <bruno@clisp.org>
3036
3037         * copy-file.m4: New file.
3038
3039 2003-03-18  Bruno Haible  <bruno@clisp.org>
3040
3041         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
3042         * onceonly_2_57.m4: Likewise.
3043
3044 2003-03-17  Bruno Haible  <bruno@clisp.org>
3045
3046         * onceonly.m4: Require autoconf 2.54 or newer.
3047         (m4_quote): Remove macro.
3048         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
3049
3050 2003-03-14  Bruno Haible  <bruno@clisp.org>
3051
3052         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
3053         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
3054
3055 2003-03-13  Paul Eggert  <eggert@twinsun.com>
3056
3057         * onceonly.m4 (m4_quote): New macro.
3058         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3059         Quote AC_FOREACH variable-expansions properly.
3060
3061 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
3062
3063         * poll.m4: New file.
3064
3065 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
3066
3067         * mathl.m4: New file.
3068
3069 2003-02-17  Bruno Haible  <bruno@clisp.org>
3070
3071         * mkdtemp.m4: New file, from GNU gettext with modifications.
3072
3073 2003-02-02  Jim Meyering  <jim@meyering.net>
3074
3075         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
3076         e.g. glibc-2.2.93.
3077
3078 2003-01-31  Bruno Haible  <bruno@clisp.org>
3079
3080         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
3081         'rpl_rename'.
3082         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
3083         'rpl_strnlen'.
3084         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
3085         'rpl_strtod'.
3086         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
3087         'rpl_utime'.
3088
3089 2003-01-30  Bruno Haible  <bruno@clisp.org>
3090
3091         * signed.m4: New file, from GNU gettext.
3092         * longdouble.m4: New file, from GNU gettext.
3093         * wchar_t.m4: New file, from GNU gettext.
3094         * wint_t.m4: New file, from GNU gettext.
3095         * vasnprintf.m4: New file.
3096         * vasprintf.m4: New file.
3097
3098 2003-01-29  Bruno Haible  <bruno@clisp.org>
3099
3100         * stpncpy.m4: New file.
3101
3102 2003-01-23  Jim Meyering  <jim@meyering.net>
3103
3104         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
3105         from working on systems without dirfd (at least Irix and OSF1/Tru64).
3106
3107 2003-01-16  Jim Meyering  <jim@meyering.net>
3108
3109         * regex.m4: The `regex' struct is both input and output.
3110         Initialize it before each use.  Patch by Tim Waugh.
3111
3112 2003-01-11  Bruno Haible  <bruno@clisp.org>
3113
3114         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
3115         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
3116         suffix.
3117
3118 2003-01-11  Bruno Haible  <bruno@clisp.org>
3119
3120         * md5.m4 (gl_MD5): Require AC_C_INLINE.
3121
3122 2003-01-11  Bruno Haible  <bruno@clisp.org>
3123
3124         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
3125
3126 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3127
3128         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3129         to avoid collisions with libcurses and libreadline.
3130
3131         * getstr.m4: Remove.
3132         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
3133
3134 2003-01-10  Bruno Haible  <bruno@clisp.org>
3135
3136         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
3137
3138 2003-01-09  Bruno Haible  <bruno@clisp.org>
3139
3140         * stdbool.m4 (AM_STDBOOL_H): New macro.
3141
3142 2002-12-31  Paul Eggert  <eggert@twinsun.com>
3143
3144         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
3145
3146 2002-12-24  Bruno Haible  <bruno@clisp.org>
3147
3148         General infrasructure.
3149         * README: Rewritten.
3150         * onceonly.m4: New file.
3151         * onceonly_2_57.m4: New file.
3152
3153         Module atexit.
3154         * atexit.m4: New file.
3155
3156         Module strtod.
3157         * strtod.m4: New file.
3158
3159         Module strtol.
3160         * strtol.m4: New file.
3161
3162         Module strtoul.
3163         * strtoul.m4: New file.
3164
3165         Module memchr.
3166         * memchr.m4: New file.
3167
3168         Module memcmp.
3169         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
3170         (jm_FUNC_MEMCMP): Invoke it.
3171
3172         Module memcpy.
3173         * memcpy.m4: New file.
3174
3175         Module memmove.
3176         * memmove.m4: New file.
3177
3178         Module memset.
3179         * memset.m4: New file.
3180
3181         Module strcspn.
3182         * strcspn.m4: New file.
3183
3184         Module strpbrk.
3185         * strpbrk.m4: New file.
3186
3187         Module strstr.
3188         * strstr.m4: New file.
3189
3190         Module strerror.
3191         * strerror.m4: New file.
3192
3193         Module mktime.
3194         * mktime.m4: Renamed from jm-mktime.m4.
3195         (gl_PREREQ_MKTIME): New macro.
3196         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
3197
3198         Module malloc.
3199         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
3200         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
3201         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
3202
3203         Module realloc.
3204         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
3205         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
3206         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
3207
3208         Module strftime.
3209         * tm_gmtoff.m4: New file, extracted from strftime.m4.
3210         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
3211         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
3212         gl_TM_GMTOFF.
3213         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
3214
3215         Module xalloc.
3216         * xalloc.m4: New file.
3217
3218         Module alloca.
3219         * alloca.m4: New file.
3220
3221         Module putenv.
3222         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
3223         (jm_FUNC_PUTENV): Invoke it.
3224
3225         Module setenv.
3226         * setenv.m4 (gt_FUNC_SETENV): New macro.
3227         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
3228         when invoked twice.
3229         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
3230         gt_FUNC_SETENV.
3231
3232         Module memrchr.
3233         * memrchr.m4: New file.
3234
3235         Module stpcpy.
3236         * stpcpy.m4: New file.
3237
3238         Module strcase.
3239         * strcase.m4: New file.
3240
3241         Module strdup.
3242         * strdup.m4: New file.
3243
3244         Module strnlen.
3245         * strnlen.m4: New file.
3246
3247         Module strndup.
3248         * strndup.m4: New file.
3249
3250         Module xstrtod.
3251         * xstrtod.m4: New file.
3252
3253         Module xstrtol.
3254         * xstrtol.m4: New file.
3255
3256         Module getdate.
3257         * getdate.m4: New file.
3258
3259         Module unlocked-io.
3260         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
3261         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
3262         * jm-glibc-io.m4n: Remove file.
3263
3264         Module long-options.
3265         * long-options.m4: New file.
3266
3267         Module md5.
3268         * md5.m4: New file.
3269
3270         Module sha.
3271         * sha.m4: New file.
3272
3273         Module getstr.
3274         * getstr.m4: New file.
3275
3276         Module getline.
3277         * getline.m4 (gl_PREREQ_GETLINE): New macro.
3278         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
3279         <sys/types.h>, for size_t. Use the function name gnu_getline, not
3280         simply getline. Infoke gl_PREREQ_GETLINE.
3281
3282         Module obstack.
3283         * obstack.m4: New file.
3284
3285         Module hash.
3286         * hash.m4: New file.
3287
3288         Module readtokens.
3289         * readtokens.m4: New file.
3290
3291         Module strverscmp.
3292         * strverscmp.m4: New file.
3293
3294         Module stdbool.
3295         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
3296
3297         Module strtoll.
3298         * strtoll.m4: New file.
3299
3300         Module strtoull.
3301         * strtoull.m4: New file.
3302
3303         Module strtoimax.
3304         * strtoimax.m4: New file.
3305
3306         Module strtoumax.
3307         * strtoumax.m4: New file.
3308
3309         Module xstrtoimax.
3310         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
3311         Moved the strtol prerequisites to strtol.m4.
3312         Moved the strtoll prerequisites to strtoll.m4.
3313         Moved the strtoimax prerequisites to strtoimax.m4.
3314
3315         Module xstrtoumax.
3316         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
3317         Moved the strtoul prerequisites to strtoul.m4.
3318         Moved the strtoull prerequisites to strtoull.m4.
3319         Moved the strtoumax prerequisites to strtoumax.m4.
3320
3321         Module chown.
3322         * chown.m4 (gl_PREREQ_CHOWN): New macro.
3323         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
3324
3325         Module dup2.
3326         * dup2.m4: New file.
3327
3328         Module ftruncate.
3329         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
3330         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
3331
3332         Module getgroups.
3333         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
3334         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
3335
3336         Module gettimeofday.
3337         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
3338         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
3339         gl_PREREQ_GETTIMEOFDAY.
3340
3341         Module mkdir.
3342         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
3343         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
3344
3345         Module mkstemp.
3346         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
3347         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
3348         jm_AC_TYPE_UINTMAX_T.
3349         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
3350
3351         Module stat.
3352         * stat.m4 (gl_PREREQ_STAT): New macro.
3353         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
3354
3355         Module lstat.
3356         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
3357         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
3358
3359         Module timespec.
3360         * timespec.m4 (gl_TIMESPEC): New macro.
3361         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
3362         * st_mtim.m4: Indentation.
3363
3364         Module nanosleep.
3365         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
3366         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
3367         gl_PREREQ_NANOSLEEP.
3368
3369         Module regex.
3370         * regex.m4 (jm_PREREQ_REGEX): New macro.
3371         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
3372         (gl_REGEX): New macro.
3373
3374         Module rename.
3375         * rename.m4 (gl_PREREQ_RENAME): New macro.
3376         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
3377
3378         Module rmdir.
3379         * rmdir.m4: New file.
3380
3381         Module utime.
3382         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
3383         * utime.m4 (gl_PREREQ_UTIME): New macro.
3384         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
3385
3386         Module dirname.
3387         * dirname.m4: New file.
3388
3389         Module getopt.
3390         * getopt.m4: New file.
3391
3392         Module unistd-safer.
3393         * unistd-safer.m4: New file.
3394
3395         Module fnmatch.
3396         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
3397         declaration.
3398         (gl_PREREQ_FNMATCH_EXTRA): New macro.
3399         (gl_FUNC_FNMATCH_POSIX): New macro.
3400         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
3401         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
3402         simply fnmatch.
3403
3404         Module exclude.
3405         * exclude.m4: New file.
3406
3407         Module human.
3408         * human.m4: New file.
3409
3410         Module acl.
3411         * acl.m4: Nop.
3412
3413         Module backupfile.
3414         * backupfile.m4: New file.
3415         * d-ino.m4: Indentation.
3416
3417         Module fsusage.
3418         * fsusage.m4 (gl_FSUSAGE): New macro.
3419         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
3420         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
3421
3422         Module dirfd.
3423         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
3424
3425         Module euidaccess.
3426         * euidaccess.m4: New file.
3427
3428         Module file-type.
3429         * file-type.m4: New file.
3430
3431         Module fileblocks.
3432         * fileblocks.m4: New file.
3433
3434         Module filemode.
3435         * filemode.m4: New file.
3436
3437         Module isdir.
3438         * isdir.m4: New file.
3439
3440         Module lchown.
3441         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
3442         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
3443
3444         Module makepath.
3445         * makepath.m4: New file.
3446
3447         Module modechange.
3448         * modechange.m4: New file.
3449
3450         Module mountlist.
3451         * mountlist.m4: New file.
3452         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
3453         Indentation.
3454
3455         Module path-concat.
3456         * path-concat.m4: New file.
3457
3458         Module pathmax.
3459         * pathmax.m4: New file.
3460
3461         Module same.
3462         * same.m4: New file.
3463
3464         Module save-cwd.
3465         * save-cwd.m4: New file.
3466
3467         Module savedir.
3468         * savedir.m4: New file.
3469
3470         Module xgetcwd.
3471         * xgetcwd.m4: New file.
3472         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
3473
3474         Module xreadlink.
3475         * xreadlink.m4: New file.
3476
3477         Module safe-read.
3478         * safe-read.m4: New file.
3479
3480         Module safe-write.
3481         * safe-write.m4: New file.
3482
3483         Module closeout.
3484         * closeout.m4: New file.
3485
3486         Module stdio-safer.
3487         * stdio-safer.m4: New file.
3488
3489         Module getpass.
3490         * getpass.m4: New file.
3491
3492         Module getugroups.
3493         * getugroups.m4: New file.
3494
3495         Module group-member.
3496         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
3497         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
3498
3499         Module idcache.
3500         * idcache.m4: New file.
3501
3502         Module userspec.
3503         * userspec.m4: New file.
3504
3505         Module gettime.
3506         * clock_time.m4: New file.
3507         * gettime.m4: New file.
3508
3509         Module settime.
3510         * settime.m4: New file.
3511
3512         Module posixtm.
3513         * posixtm.m4: New file.
3514
3515         Module gethostname.
3516         * gethostname.m4: New file.
3517
3518         Module canon-host.
3519         * canon-host.m4: New file.
3520
3521         Module gettext.
3522         * codeset.m4: New file, from gettext-0.11.5.
3523         * gettext.m4: New file, from gettext-0.11.5.
3524         * glibc21.m4: New file, from gettext-0.11.5.
3525         * iconv.m4: New file, from gettext-0.11.5.
3526         * intdiv0.m4: New file, from gettext-0.11.5.
3527         * inttypes-pri.m4: New file, from gettext-0.11.5.
3528         * inttypes.m4: New file, from gettext-0.11.5.
3529         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
3530         * isc-posix.m4: New file, from gettext-0.11.5.
3531         * lcmessage.m4: New file, from gettext-0.11.5.
3532         * lib-ld.m4: New file, from gettext-0.11.5.
3533         * lib-link.m4: New file, from gettext-0.11.5.
3534         * lib-prefix.m4: New file, from gettext-0.11.5.
3535         * progtest.m4: New file, from gettext-0.11.5.
3536         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
3537         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
3538         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
3539
3540         Module localcharset.
3541         * localcharset.m4: New file.
3542
3543         Module hard-locale.
3544         * hard-locale.m4: New file.
3545
3546         Module mbswidth.
3547         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
3548         onceonly macros.
3549         * mbrtowc.m4: Add comment.
3550
3551         Module memcasecmp.
3552         * memcasecmp.m4: New file.
3553
3554         Module memcoll.
3555         * memcoll.m4: New file.
3556
3557         Module unicodeio.
3558         * unicodeio.m4: New file.
3559
3560         Module rpmatch.
3561         * rpmatch.m4: New file.
3562
3563         Module yesno.
3564         * yesno.m4: New file.
3565
3566         Module exitfail.
3567         * exitfail.m4: New file.
3568
3569         Module c-stack.
3570         * c-stack.m4 (gl_C_STACK): New macro.
3571         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
3572
3573         Module error.
3574         * error.m4 (gl_ERROR): New macro.
3575         (jm_PREREQ_ERROR): Use onceonly macros.
3576
3577         Module fatal.
3578         * fatal.m4: New file.
3579
3580         Module getloadavg.
3581         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
3582         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
3583
3584         Module getpagesize.
3585         * getpagesize.m4: New file.
3586
3587         Module getusershell.
3588         * getusershell.m4: New file.
3589
3590         Module physmem.
3591         * physmem.m4: New file.
3592
3593         Module posixver.
3594         * posixver.m4: New file.
3595
3596         Module quotearg.
3597         * quotearg.m4: New file.
3598
3599         Module quote.
3600         * quote.m4: New file.
3601
3602         Module readutmp.
3603         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
3604
3605         Module sig2str.
3606         * sig2str.m4: New file.
3607
3608         Other.
3609         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
3610         ulonglong.m4.
3611         * intmax_t.m4: New file.
3612         * d-type.m4: Indentation.
3613         * jm-macros.m4: Update.
3614         * prereq.m4 (jm_PREREQ): Update.
3615         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
3616         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
3617         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
3618         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
3619         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
3620         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
3621         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
3622         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
3623         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
3624         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
3625         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
3626         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
3627         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
3628         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
3629         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
3630         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
3631         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
3632         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
3633         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
3634
3635 2002-12-18  Bruno Haible  <bruno@clisp.org>
3636
3637         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
3638         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
3639
3640 2002-12-17  Bruno Haible  <bruno@clisp.org>
3641
3642         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
3643         stdlib.h, string.h.
3644
3645 2002-12-11  Bruno Haible  <bruno@clisp.org>
3646
3647         * setenv.m4: New file, from gettext-0.11.5.
3648
3649 2002-12-06  Paul Eggert  <eggert@twinsun.com>
3650
3651         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
3652         a pain in practice to deal with generated m4 files.  This change
3653         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
3654
3655         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
3656         and jm-glibc-io.m4, as they are no longer a special case.
3657         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
3658         kludge and the auto-generation stuff.  Check only whether the
3659         functions are declared, not whether they exist, since older hosts
3660         that don't declare the functions can't use the optimization anyway.
3661
3662 2002-07-06  Jim Meyering  <meyering@lucent.com>
3663
3664         * README: Don't mention Makefile.am.in.
3665         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
3666
3667 2002-06-11  Paul Eggert  <eggert@twinsun.com>
3668
3669         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
3670
3671 2002-06-22  Jim Meyering  <meyering@lucent.com>
3672
3673         * c-stack.m4: New file, from diffutils-2.8.2.
3674         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
3675
3676         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
3677         now that configure.ac uses AC_GNU_SOURCE.
3678         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
3679         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
3680
3681         Update to latest tools.  Suggestions from Paul Eggert.
3682         * stdbool.m4: New file, from diffutils-2.8.2.
3683         * gnu-source.m4: Update from diffutils-2.8.2.
3684         * fnmatch.m4: Likewise.
3685         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
3686         to AC_HEADER_STDBOOL
3687
3688 2002-06-21  Jim Meyering  <meyering@lucent.com>
3689
3690         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
3691         * mbrtowc.m4: Likewise.
3692
3693         * mbstate_t.m4: Update from diffutils-2.8.2.
3694         * mbswidth.m4: Reflect name change:
3695         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
3696         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
3697
3698         * lib-link.m4: Update from gettext-0.11.2.
3699         * gettext.m4: Likewise.
3700
3701         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
3702         From Alfred M. Szmidt.
3703
3704 2002-05-19  Paul Eggert  <eggert@twinsun.com>
3705
3706         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
3707
3708 2002-06-07  Jim Meyering  <meyering@lucent.com>
3709
3710         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
3711         They're needed at least for NetBSD 1.5.2.
3712         ($statxfs_includes): Include those same headers.
3713         ($statxfs_includes): Include sys/vfs.h if available.
3714         ($statxfs_includes): Likewise for sys/statvfs.h.
3715         Check for the following members in both structs statfs and statvfs:
3716         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
3717
3718 2002-06-01  Jim Meyering  <meyering@lucent.com>
3719
3720         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
3721         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
3722
3723 2002-05-28  Jim Meyering  <meyering@lucent.com>
3724
3725         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
3726         Reported by Volker Borchert.
3727
3728 2002-05-27  Jim Meyering  <meyering@lucent.com>
3729
3730         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
3731         localtime.
3732
3733         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
3734         use the replacement function; it wouldn't resolve at link time.
3735         Reported by Volker Borchert.
3736
3737 2002-04-30  Jim Meyering  <meyering@lucent.com>
3738
3739         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
3740
3741 2002-04-29  Paul Eggert  <eggert@twinsun.com>
3742
3743         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
3744         Do not check for alloca.h (no longer used) or stdbool.h (was never
3745         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
3746
3747 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3748
3749         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
3750
3751 2002-04-29  Jim Meyering  <meyering@lucent.com>
3752
3753         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
3754         * prereq.m4: Add jm_PREREQ_STRNLEN.
3755         Use AC_FUNC_STRNLEN here instead.
3756
3757         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
3758         With autoconf-2.53a, it's part of AC_PROG_CC.
3759
3760 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3761
3762         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
3763         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
3764
3765 2002-04-24  Jim Meyering  <meyering@lucent.com>
3766
3767         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
3768         (jm_PREREQ): Use it.
3769
3770         * getloadavg.m4: Check for these headers: locale.h unistd.h
3771         mach/mach.h fcntl.h.
3772         Check for this function: setlocale.
3773
3774 2002-04-16  Jim Meyering  <meyering@lucent.com>
3775
3776         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
3777         ut_pid, ut_id, ut_exit.
3778
3779 2002-04-12  Jim Meyering  <meyering@lucent.com>
3780
3781         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
3782         check for f_type in sys/mount.h.  Instead, just test for the existence
3783         of the getmntinfo function.  Needed for Darwin 5.3.
3784
3785         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
3786         This is necessary at least on Darwin 5.3.
3787
3788         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
3789         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
3790         in the library, and that makes some versions of ranlib object.
3791
3792 2002-04-09  Jim Meyering  <meyering@lucent.com>
3793
3794         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
3795         to be more precise.  Rather than saying we're checking whether the
3796         function `works', say what we're testing.
3797         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
3798         Reported by Bruno Haible.
3799
3800 2002-02-27  Paul Eggert  <eggert@twinsun.com>
3801
3802         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
3803         Check for clock_settime.
3804
3805 2002-02-25  Paul Eggert  <eggert@twinsun.com>
3806
3807         * acl.m4: New file.
3808         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
3809         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
3810
3811 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
3812
3813         * codeset.m4: Upgrade to gettext-0.11.
3814         * gettext.m4: Upgrade to gettext-0.11.
3815         * glibc21.m4: Upgrade to gettext-0.11.
3816         * iconv.m4: Upgrade to gettext-0.11.
3817         * isc-posix.m4: Upgrade to gettext-0.11.
3818         * lcmessage.m4: Upgrade to gettext-0.11.
3819         * lib-ld.m4: New file, from gettext-0.11.
3820         * lib-link.m4: New file, from gettext-0.11.
3821         * lib-prefix.m4: New file, from gettext-0.11.
3822         * progtest.m4: Upgrade to gettext-0.11.
3823
3824 2002-02-15  Paul Eggert  <eggert@twinsun.com>
3825
3826         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
3827         (jm_PREREQ): Use it.
3828
3829 2002-01-26  Jim Meyering  <meyering@lucent.com>
3830
3831         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
3832         * strnlen.m4: Remove file, now that it's part of autoconf.
3833
3834 2002-01-22  Paul Eggert  <eggert@twinsun.com>
3835
3836         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
3837
3838 2002-01-19  Jim Meyering  <meyering@lucent.com>
3839
3840         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
3841         Remove useless quotes: DF_PROG="df".
3842         * strnlen.m4: New file.
3843
3844 2001-12-14  Jim Meyering  <meyering@lucent.com>
3845
3846         * jm-macros.m4 (jm_MACROS): Check for iswspace.
3847         Suggestion from Bruno Haible.
3848
3849 2001-11-20  Jim Meyering  <meyering@lucent.com>
3850
3851         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
3852         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
3853
3854 2001-11-19  Jim Meyering  <meyering@lucent.com>
3855
3856         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
3857         directory.  Use "conftestXXXXXX" as the template.
3858         Suggestion from Paul Eggert.
3859
3860         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
3861         so the test doesn't mistakenly hit the max-open-files limit.
3862
3863 2001-11-18  Jim Meyering  <meyering@lucent.com>
3864
3865         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
3866
3867 2001-11-17  Jim Meyering  <meyering@lucent.com>
3868
3869         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
3870         Prompted by a report from Bob Proulx.
3871
3872         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
3873         Instead, require UTILS_FUNC_MKSTEMP.
3874
3875 2001-11-11  Jim Meyering  <meyering@lucent.com>
3876
3877         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
3878         Now, that's done as part of AC_FUNC_STRTOD.
3879
3880 2001-10-22  Paul Eggert  <eggert@twinsun.com>
3881
3882         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
3883         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
3884
3885 2001-11-10  Jim Meyering  <meyering@lucent.com>
3886
3887         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
3888         (jm_PREREQ): Use it.
3889
3890 2001-11-09  Jim Meyering  <meyering@lucent.com>
3891
3892         * jm-macros.m4: Require autoconf-2.52f.
3893         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
3894         Use these AC_-prefixed names, not the AM_-prefixed ones.
3895
3896         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
3897
3898 2001-11-04  Jim Meyering  <meyering@lucent.com>
3899
3900         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
3901
3902 2001-11-03  Jim Meyering  <meyering@lucent.com>
3903
3904         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
3905         of AC_DEFUN.
3906
3907         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
3908         know the name of the variable in the macro definition.
3909
3910 2001-11-01  Jim Meyering  <meyering@lucent.com>
3911
3912         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
3913         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
3914
3915 2001-10-20  Paul Eggert  <eggert@twinsun.com>
3916
3917         * error.m4 (jm_PREREQ_ERROR):
3918         Do not invoke AC_CHECK_FUNCS with strerror_r, as
3919         AC_FUNC_STRERROR_R does that.
3920         Check for strerror declaration.
3921
3922         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
3923         are supposed to have them these days.
3924         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
3925         Merge changes from latest Autoconf CVS.
3926         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
3927         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
3928         POSIX decided to standardize on the int flavor of strerror_r.
3929
3930 2001-09-30  Jim Meyering  <meyering@lucent.com>
3931
3932         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
3933         `struct fsstat' has the `f_fstypename' member.
3934         Use that to define FS_TYPE, which is now used to make
3935         the getfsstat link test tighter.
3936
3937 2001-09-29  Jim Meyering  <meyering@lucent.com>
3938
3939         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
3940         [one-argument getmntent function]): Include stdio.h before mntent.h.
3941         SunOS 4.1.x needs it for the declaration of `FILE'.
3942         Patch by Volker Borchert.
3943
3944         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
3945         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
3946         sys/fs_types.h, and make the link-test for getfsstat guard #include
3947         directives with appropriate #if HAVE_*_H tests so that we can
3948         detect getfsstat on Apple Darwin1.3.7 systems.
3949         Reported by Nelson Beebe.
3950         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
3951
3952 2001-09-28  Paul Eggert  <eggert@twinsun.com>
3953
3954         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
3955         #defines strtoimax.  Also treat the other strto* functions
3956         like strtoimax.
3957
3958         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
3959         Check for strtoul and strtoumax,
3960         as those declarations are made even in the signed case.
3961         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
3962         Likewise, for strtol and strtoimax.
3963
3964 2001-09-24  Jim Meyering  <meyering@lucent.com>
3965
3966         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
3967
3968 2001-09-23  Jim Meyering  <meyering@lucent.com>
3969
3970         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
3971         instead of the mere test for existence of mntent.h.  The latter
3972         would get a false-positive on AIX 3.4 systems.
3973         In the outer getmntent if-block, don't die if neither of the getmntent
3974         tests succeeds.  Instead, just fall through and continue with the
3975         remaining tests.
3976
3977 2001-09-22  Jim Meyering  <meyering@lucent.com>
3978
3979         * gettext.m4: New file.  From gettext.
3980         * lcmessage.m4: Sync with gettext -- this changes only comments.
3981         * progtest.m4: Likewise
3982         * isc-posix.m4: Decrement serial number to sync with gettext.
3983         * glibc21.m4: Likewise.
3984
3985         * libintl.m4: Remove.  No longer used.
3986
3987 2001-09-20  Jim Meyering  <meyering@lucent.com>
3988
3989         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
3990         strtoimax.
3991         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
3992         strtoumax.
3993
3994 2001-09-17  Jim Meyering  <meyering@lucent.com>
3995
3996         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
3997         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
3998         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
3999         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
4000         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
4001         whenever the right hand side need not be expanded by the shell.
4002
4003 2001-09-16  Paul Eggert  <eggert@twinsun.com>
4004
4005         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
4006         library.  It's not correct, as some older glibcs are buggy.
4007         fnmatch wasn't fixed until glibc 2.2.
4008
4009         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
4010         special shell magic here.
4011
4012 2001-09-16  Jim Meyering  <meyering@lucent.com>
4013
4014         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
4015         * jm-macros.m4: Require it.
4016
4017 2001-09-15  Jim Meyering  <meyering@lucent.com>
4018
4019         * jm-macros.m4: Check for help2man.
4020
4021 2001-09-11  Jim Meyering  <meyering@lucent.com>
4022
4023         * host-os.m4 (UTILS_HOST_OS): New file/macro.
4024         The body, by Paul Eggert, was moved here from configure.in.
4025         * jm-macros.m4: Require UTILS_HOST_OS.
4026
4027 2001-09-04  Paul Eggert  <eggert@twinsun.com>
4028
4029         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
4030         (jm_PREREQ): Use it.
4031
4032 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4033
4034         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
4035         sys/param.h, as pathmax.h includes them.
4036
4037 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4038
4039         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
4040         (jm_PREREQ_XGETCWD): New macro.
4041
4042         * getcwd.m4: New file.
4043
4044 2001-09-01  Jim Meyering  <meyering@lucent.com>
4045
4046         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
4047         Used by df.
4048
4049 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4050
4051         Simplify code, partly by assuming autoconf 2.52 semantics.
4052
4053         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
4054
4055         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
4056         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
4057         All uses removed.
4058         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
4059         Move AC_REQUIRE to next-to-top level, to avoid confusion.
4060         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
4061         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
4062         * jm-macros.m4 (jm_MACROS): Likewise.
4063
4064         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
4065
4066         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4067         Quote first arg of AC_DEFUN.
4068         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
4069         since they are needed to parse the include file even if we need
4070         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
4071         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
4072         but with opposite signedness.
4073
4074 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4075
4076         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
4077         (jm_PREREQ_EXCLUDE): New macro.
4078
4079 2001-08-26  Jim Meyering  <meyering@lucent.com>
4080
4081         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
4082
4083         * xstrtoimax.m4: New file.
4084         * xstrtoumax.m4: Add comments explaining why we
4085         AC_REPLACE_FUNCS(strtol).
4086
4087 2001-06-20  Paul Eggert  <eggert@twinsun.com>
4088
4089         * inttypes.m4: Add AC_PREREQ(2.13).
4090         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
4091         (jm_AC_TYPE_INTMAX_T): New macro.
4092         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
4093
4094         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
4095
4096         * longlong.m4: Renamed from ulonglong.m4.
4097         * inttypes.m4: Renamed from inttypes_h.m4.
4098         * uintmax_t.m4: Removed.
4099
4100 2001-08-12  Jim Meyering  <meyering@lucent.com>
4101
4102         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
4103         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
4104         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
4105         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
4106         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
4107         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
4108         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
4109         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
4110         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
4111         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
4112         utime.m4, utimes.m4, xstrtoumax.m4:
4113         Quote the first argument in each use of AC_DEFUN.
4114
4115 2001-08-05  Jim Meyering  <meyering@lucent.com>
4116
4117         * jm-macros.m4: Require autoconf-2.52.
4118
4119 2001-08-03  Paul Eggert  <eggert@twinsun.com>
4120
4121         The following changes are from gettext 0.10.39 as maintained by
4122         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
4123
4124         * codeset.m4: Upgrade to serial AM1.
4125         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
4126         all uses changed.  Quote first arg of AC_DEFUN.
4127         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
4128
4129         * iconv.m4: Upgrade to serial AM2.
4130         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
4131         Add --with-libconv-prefix.
4132         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
4133         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
4134         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
4135         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
4136         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
4137
4138         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
4139         * getline.m4 (AM_FUNC_GETLINE): Likewise.
4140         * glibc21.m4 (jm_GLIBC21): Likewise.
4141         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
4142         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
4143         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
4144         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4145         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
4146         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
4147
4148         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
4149         string.h any more.
4150
4151         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
4152         not the default value.
4153
4154         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
4155         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
4156         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
4157         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
4158         Also check for iswcntrl, used for wcwidth fallback.
4159         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
4160         to Autoconf 2.13.
4161
4162 2001-08-03  Jim Meyering  <meyering@lucent.com>
4163
4164         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
4165         as it was in the original.  Reported by Paul Eggert.
4166
4167 2001-07-16  Jim Meyering  <meyering@lucent.com>
4168
4169         * gettimeofday.m4: New file.
4170         Prompted by a report from Bernhard Baehr.
4171
4172 2001-07-15  Jim Meyering  <meyering@lucent.com>
4173
4174         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
4175         Now it's in ../Makefile.cfg.
4176
4177 2001-07-04  Jim Meyering  <meyering@lucent.com>
4178
4179         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
4180         that generates jm-glibc-io.m4 so that it doesn't trigger any make
4181         distcheck failure.
4182
4183 2001-07-02  Jim Meyering  <meyering@lucent.com>
4184
4185         The following changes were prompted by suggestions from Bruno Haible.
4186
4187         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
4188         is now generated.
4189         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
4190         definition of EXTRA_DIST.
4191         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
4192         ensure that the generated file is created/updated whenever the list
4193         of $(unlocked_functions) is changed.
4194         (jm-glibc-io.m4): New rule.
4195         (unlocked-io.h): New rule -- currently unused.
4196
4197 2001-06-24  Jim Meyering  <meyering@lucent.com>
4198
4199         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
4200         unmatched right bracket, rather than kludging it with an extra,
4201         falsely-matching quote in a comment.  Patch by Akim Demaille.
4202
4203 2001-05-27  Jim Meyering  <meyering@lucent.com>
4204
4205         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
4206         Check for ut_type in struct utmp.
4207
4208 2001-05-22  Jim Meyering  <meyering@lucent.com>
4209
4210         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
4211         now that we use the package-supplied version unconditionally.
4212         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
4213
4214 2001-05-21  Jim Meyering  <meyering@lucent.com>
4215
4216         * regex.m4: Change a couple backticks to single quotes to avoid shell
4217         syntax errors.
4218
4219 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
4220
4221         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
4222
4223 2001-05-11  Paul Eggert  <eggert@twinsun.com>
4224
4225         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
4226         Don't bother to check library strftime, since
4227         we'll be using our own my_strftime function anyway.
4228         Define my_strftime instead of strftime.
4229
4230 2001-05-15  Jim Meyering  <meyering@lucent.com>
4231
4232         * regex.m4: Use proper quoting so brackets appear in the test program.
4233         Reported by, and with help from, Bruno Haible.
4234
4235 2001-05-13  Jim Meyering  <meyering@lucent.com>
4236
4237         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
4238
4239 2000-11-26  Paul Eggert  <eggert@twinsun.com>
4240
4241         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
4242
4243 2001-04-21  Jim Meyering  <meyering@lucent.com>
4244
4245         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
4246         doesn't interfere.
4247
4248 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
4249
4250         * ftruncate.m4: Check for chsize.
4251         Link with ftruncate.o unconditionally if ftruncate is missing.
4252         This was required when cross-compiling to i586-mingw32msvc.
4253
4254 2001-03-24  Jim Meyering  <meyering@lucent.com>
4255
4256         * jm-macros.m4: Require autoconf-2.49d.
4257
4258 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
4259
4260         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
4261
4262 2001-03-17  Jim Meyering  <meyering@lucent.com>
4263
4264         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
4265         now that the version in autoconf is equivalent.
4266         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
4267
4268         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
4269         Suggestion from Akim Demaille.
4270
4271         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
4272         (jm_PREREQ_TEMPNAME): New function.
4273
4274 2001-02-25  Paul Eggert  <eggert@twinsun.com>
4275
4276         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
4277         lacks mkstemp.  Compile our own tempname.c if we compile our own
4278         mkstemp.c, as mkstemp relies on tempname.
4279
4280 2001-03-01  Jim Meyering  <meyering@lucent.com>
4281
4282         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
4283         AH_VERBATIM really does output its argument verbatim.
4284
4285 2001-02-18  Paul Eggert  <eggert@twinsun.com>
4286
4287         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
4288
4289 2001-02-17  Jim Meyering  <meyering@lucent.com>
4290
4291         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
4292         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
4293         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
4294         UnixWare 7.1.1.
4295
4296         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
4297         rather than AC_CACHE_VAL.
4298
4299 2001-02-17  Paul Eggert  <eggert@twinsun.com>
4300
4301         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
4302         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
4303         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
4304         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
4305
4306 2001-02-07  Jim Meyering  <meyering@lucent.com>
4307
4308         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
4309
4310 2001-02-05  Jim Meyering  <meyering@lucent.com>
4311
4312         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
4313         it includes the patch required for `large file' support with at least
4314         HP-UX's 10.20 /bin/cc.
4315
4316 2001-02-03  Jim Meyering  <meyering@lucent.com>
4317
4318         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
4319         AS_IF, now that it works once again (mysteriously).
4320         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4321
4322 2001-01-30  Jim Meyering  <meyering@lucent.com>
4323
4324         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
4325         * chown.m4: Rename conftestchown to conftest.chown.
4326         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
4327         * utimes.m4: s/conftestdata/conftest.data/
4328         Inspired by Pavel Roskin's change in autoconf.
4329
4330 2001-01-27  Jim Meyering  <meyering@lucent.com>
4331
4332         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
4333         a use of AS_IF.
4334         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4335
4336 2001-01-26  Jim Meyering  <meyering@lucent.com>
4337
4338         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
4339         quotearg.c includes it.
4340
4341 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
4342
4343         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
4344         has const.
4345
4346 2001-01-20  Jim Meyering  <meyering@lucent.com>
4347
4348         Be sure that headers are checked before used in code compiled
4349         for the type checks.
4350         * jm-macros.m4 (jm_MACROS): Remove all header checks.
4351         In place of that, invoke jm_CHECK_ALL_TYPES.
4352         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
4353         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
4354         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
4355         The check for ssize_t was mistakenly run before the test for unistd.h.
4356
4357         The configure-time check for stdbool.h was missing.
4358         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
4359         (jm_PREREQ_HASH): New function.
4360
4361 2001-01-17  Jim Meyering  <meyering@lucent.com>
4362
4363         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
4364         for autoconf-2.49c.
4365         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
4366
4367 2001-01-14  Jim Meyering  <meyering@lucent.com>
4368
4369         * rename.m4: Use temporary directories named conftestdir{,2}, not
4370         foo and bar.  Create conftestdir/ in the script, not in the C code.
4371         Remove directories in the script, not in the C code.
4372         Remove conftestdir{,2} before trying to create the directory.
4373         Make the entire configure script fail if the mkdir fails.
4374
4375 2001-01-02  Volker Borchert  <bt@teknon.de>
4376
4377         * rename.m4: New file.
4378         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
4379
4380 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
4381
4382         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
4383         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
4384         so `make install' also works in VPATH builds.
4385
4386 2001-01-01  Jim Meyering  <meyering@lucent.com>
4387
4388         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
4389         on systems with utmpx.h.  It's necessary for the declaration of utmp's
4390         ut_user member.  Reported by Andreas Jaeger.
4391
4392         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
4393         They are required for the declarations of getgrgid and getpwuid resp.
4394         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
4395         Reported by Andreas Jaeger.
4396
4397 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4398
4399         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
4400         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
4401         can be used in subdirectories.
4402
4403 2000-12-26  Jim Meyering  <meyering@lucent.com>
4404
4405         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
4406         with autoheader.
4407
4408 2000-12-17  Jim Meyering  <meyering@lucent.com>
4409
4410         * dos.m4 (jm_AC_DOS): New file and macro.
4411         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
4412
4413 2000-12-06  Paul Eggert  <eggert@twinsun.com>
4414
4415         * off_t-format.m4: Remove this file.
4416         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
4417
4418 2000-12-06  Jim Meyering  <meyering@lucent.com>
4419
4420         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
4421         strtoull, we may well need the replacement strtoul, too.
4422         Check for declarations of strtoul and strtoull.
4423         Check for strtol.  Mainly as a cue to cause automake to include
4424         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
4425         Check for limits.h -- strtol.c needs it.
4426
4427 2000-12-02  Jim Meyering  <meyering@lucent.com>
4428
4429         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
4430         * jm-macros.m4 (jm_MACROS): require it.
4431
4432 2000-11-30  Jim Meyering  <meyering@lucent.com>
4433
4434         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
4435
4436 2000-11-30  Jim Meyering  <meyering@lucent.com>
4437
4438         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
4439
4440 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
4441
4442         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
4443
4444 2000-11-04  Jim Meyering  <meyering@lucent.com>
4445
4446         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
4447
4448 2000-10-29  Jim Meyering  <meyering@lucent.com>
4449
4450         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
4451         * ls-mntd-fs.m4: Likewise
4452
4453 2000-10-28  Jim Meyering  <meyering@lucent.com>
4454
4455         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
4456         (jm_PREREQ_MEMCHR): New function.
4457
4458 2000-10-21  Jim Meyering  <meyering@lucent.com>
4459
4460         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
4461         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
4462         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
4463
4464 2000-09-18  Jim Meyering  <meyering@lucent.com>
4465
4466         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
4467         Otherwise, everyone ends up linking with -lelf for some configurations.
4468         Reported by Mike Stone.
4469
4470 2000-08-26  Jim Meyering  <meyering@lucent.com>
4471
4472         * jm-macros.m4: Use jm_FUNC_FPENDING.
4473         * fpending.m4: New file.
4474
4475 2000-08-20  Jim Meyering  <meyering@lucent.com>
4476
4477         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
4478         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
4479         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
4480
4481 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4482
4483         Improve fileutils installation on systems where running
4484         programs (like install) can't be unlinked.
4485         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
4486         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
4487
4488 2000-08-06  Paul Eggert  <eggert@twinsun.com>
4489
4490         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
4491         not char, for compatibility with glibc 2.1.3 strftime.c.
4492
4493 2000-07-23  Paul Eggert  <eggert@twinsun.com>
4494
4495         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
4496
4497 2000-07-23  Jim Meyering  <meyering@lucent.com>
4498
4499         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
4500         getgrgid, getpwuid, getuid.
4501
4502 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
4503
4504         * mbswidth.m4: New file.
4505         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
4506
4507 2000-07-14  Jim Meyering  <meyering@lucent.com>
4508
4509         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
4510
4511 2000-07-10  Paul Eggert  <eggert@twinsun.com>
4512
4513         From a suggestion by Bruno Haible.
4514         * mbstate_t.m4 (AC_MBSTATE_T):
4515         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
4516         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
4517         and mbstate_t, to a single-part test that simply defines mbstate_t.
4518         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
4519
4520 2000-07-10  Jim Meyering  <meyering@lucent.com>
4521
4522         * strerror_r.m4: Mirror the correction made in autoconf.
4523
4524         * gnu-source.m4: Output to confdefs.h directly.
4525         Suggestion from Akim Demaille.
4526
4527 2000-07-09  Jim Meyering  <meyering@lucent.com>
4528
4529         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
4530         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
4531
4532         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
4533         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
4534
4535 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
4536
4537         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
4538         to strerror_r.
4539         Include <ctype.h> for use of isalpha.
4540
4541 2000-07-05  Paul Eggert  <eggert@twinsun.com>
4542         and Bruno Haible  <haible@clisp.cons.org>
4543
4544         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
4545         only if the test for an object-type mbstate_t fails.  This
4546         prevents us from mistakenly reporting that mbstate_t is a
4547         system object type after we "#define mbstate_t int" to work
4548         around its lack.
4549
4550 2000-07-04  Jim Meyering  <meyering@lucent.com>
4551
4552         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
4553         of the deprecated AC_CHECKING.
4554
4555 2000-07-03  Jim Meyering  <meyering@lucent.com>
4556
4557         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
4558
4559 2000-07-03  Paul Eggert  <eggert@twinsun.com>
4560
4561         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
4562         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
4563
4564 2000-07-02  Jim Meyering  <meyering@lucent.com>
4565
4566         * mbstate_t.m4: Also define mbstate_t, if necessary.
4567
4568         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
4569         AC_LIBOBJ(function_name).
4570         * chown.m4: Likewise.
4571         * fnmatch.m4: Likewise.
4572         * ftruncate.m4: Likewise.
4573         * getgroups.m4: Likewise.
4574         * getline.m4: Likewise.
4575         * group-member.m4: Likewise.
4576         * jm-macros.m4: Likewise.
4577         * lstat.m4: Likewise.
4578         * malloc.m4: Likewise.
4579         * memcmp.m4: Likewise.
4580         * nanosleep.m4: Likewise.
4581         * putenv.m4: Likewise.
4582         * realloc.m4: Likewise.
4583         * regex.m4: Likewise.
4584         * stat.m4: Likewise.
4585         * strftime.m4: Likewise.
4586
4587 2000-07-01  Jim Meyering  <meyering@lucent.com>
4588
4589         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
4590         problem.
4591
4592 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4593
4594         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
4595         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
4596
4597 2000-07-01  Jim Meyering  <meyering@lucent.com>
4598
4599         * uptime.m4: Put double quotes around use of $cross_compiling.
4600
4601 2000-06-28  Jim Meyering  <meyering@lucent.com>
4602
4603         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
4604         by quotearg.c, for which we perform this test.  From Bruno Haible.
4605
4606 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4607
4608         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
4609         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
4610         <utmpx.h> exists, put readutmp.o into LIBOBJS.
4611
4612 2000-06-25  Jim Meyering  <meyering@lucent.com>
4613
4614         * mbstate_t.m4: Include stdio.h before wchar.h to work around
4615         Linux header bug when _XOPEN_SOURCE is defined to 500.
4616
4617 2000-06-24  Jim Meyering  <meyering@lucent.com>
4618
4619         * strerror_r.m4: Revive this file -- to try out an experimental
4620         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
4621         for which strerror does return char*, but which lacks a conveniently
4622         accessible declaration of the function.  If the compile-test says
4623         strerror_r doesn't work, then resort to a `run'-test that works on
4624         BeOS and segfaults on DEC Unix.
4625
4626 2000-06-19  Paul Eggert  <eggert@twinsun.com>
4627
4628         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
4629         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
4630
4631 2000-06-23  Jim Meyering  <meyering@lucent.com>
4632
4633         * afs.m4: Add missing AC_MSG_RESULT.
4634         Reported by Bruno Haible.
4635
4636         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
4637         Suggestion from Bruno Haible.
4638
4639 2000-06-21  Jim Meyering  <meyering@lucent.com>
4640
4641         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
4642
4643 2000-06-18  Jim Meyering  <meyering@lucent.com>
4644
4645         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
4646
4647         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
4648         `checking whether...' message to be consistent with that of the
4649         lstat test.
4650
4651 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
4652
4653         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
4654
4655 2000-06-12  Jim Meyering  <meyering@lucent.com>
4656
4657         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
4658         from autoconf, and tweak the latter to accept an optional argument.
4659         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
4660         the optional argument, `lib'.
4661
4662 2000-06-08  Jim Meyering  <meyering@lucent.com>
4663
4664         * largefile.m4: Remove file (now that it's part of autoconf).
4665
4666 2000-06-04  Paul Eggert  <eggert@twinsun.com>
4667
4668         Rewrite largefile configuration so that we don't need to run
4669         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
4670         AC_CANONICAL_HOST in configure.in -- jmm]
4671
4672         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
4673         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
4674         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
4675         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
4676         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
4677         All uses changed.
4678         Instead of inspecting the output of getconf, try to compile the
4679         test program without and with the macro definition.
4680         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
4681         for getconf.  Instead, check for the needed flags by compiling
4682         test programs.
4683
4684 2000-06-03  Jim Meyering  <meyering@lucent.com>
4685
4686         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
4687         now that autoconf requires that.
4688
4689         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
4690         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
4691         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
4692
4693 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
4694
4695         * glibc21.m4: New file.
4696         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
4697
4698 2000-05-28  Jim Meyering  <meyering@lucent.com>
4699
4700         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
4701         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4702         * stat.m4: Likewise.
4703         * lstat.m4: Likewise.
4704         * lstat-slash.m4: Remove file (absorbed into autoconf).
4705
4706         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
4707         * strerror_r.m4: Remove file (absorbed into autoconf).
4708
4709 2000-05-26  Jim Meyering  <meyering@lucent.com>
4710
4711         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
4712
4713 2000-05-24  Jim Meyering  <meyering@lucent.com>
4714
4715         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
4716         autoconf requires that.
4717         * lib-check.m4: Likewise.
4718         * jm-macros.m4: Likewise.
4719         * strftime.m4: Likewise.
4720
4721         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
4722         now that autoconf requires that.
4723
4724 2000-05-22  Jim Meyering  <meyering@lucent.com>
4725
4726         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4727         * lstat.m4: Likewise.
4728
4729 2000-05-20  Jim Meyering  <meyering@lucent.com>
4730
4731         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
4732         (jm_PREREQ): Use it.
4733
4734 2000-05-09  Jim Meyering  <meyering@lucent.com>
4735
4736         * gettext.m4: Rename this...
4737         * libintl.m4: ...to this.
4738
4739 2000-05-06  Jim Meyering  <meyering@lucent.com>
4740
4741         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
4742         (AC_REPLACE_FUNCS): Add strnlen.
4743
4744         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
4745         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
4746
4747         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
4748         AC_SEARCH_LIBS call for nanosleep.
4749         (LIB_NANOSLEEP): Set and AC_SUBST.
4750
4751 2000-05-03  Paul Eggert  <eggert@twinsun.com>
4752
4753         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
4754         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
4755         2.1.3 bug.  This avoids a clash when files like regex.c define
4756         _GNU_SOURCE.
4757
4758 2000-05-05  Jim Meyering  <meyering@lucent.com>
4759
4760         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
4761         call for clock_gettime.
4762         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
4763
4764         * search-libs.m4: Update from autoconf.
4765
4766         su doesn't work on Solaris 2.6.
4767         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
4768         <shadow.h>.  Reported by Dragos Harabor.
4769
4770 2000-05-03  Jim Meyering  <meyering@lucent.com>
4771
4772         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
4773
4774 2000-05-02  Paul Eggert  <eggert@twinsun.com>
4775
4776         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
4777         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
4778         compile-time test, rather than inspecting host and OS, to
4779         decide whether to define _LARGEFILE_SOURCE.
4780
4781 2000-05-01  Jim Meyering  <meyering@lucent.com>
4782
4783         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
4784
4785         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
4786         Based on a patch from Bruno Haible.
4787
4788 2000-04-18  Jim Meyering  <meyering@lucent.com>
4789
4790         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
4791         (jm_PREREQ): Use it.
4792
4793 2000-04-17  Jim Meyering  <meyering@lucent.com>
4794
4795         Get it right :-)
4796         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
4797         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
4798         Suggestion from Akim Demaille.
4799
4800 2000-04-14  Jim Meyering  <meyering@lucent.com>
4801
4802         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
4803         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
4804
4805 2000-04-13  Jim Meyering  <meyering@lucent.com>
4806
4807         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
4808         to insert required #ifndef into config.h.in.
4809         Suggestion from Akim Demaille.
4810
4811 2000-04-12  Jim Meyering  <meyering@lucent.com>
4812
4813         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
4814         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
4815         Christian Krackowizer.
4816
4817         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
4818         * jm-macros.m4 (_GNU_SOURCE): Define.
4819         (AC_SYS_LARGEFILE): Require.
4820         (AM_C_PROTOTYPES): Require.
4821
4822 2000-04-05  Paul Eggert  <eggert@twinsun.com>
4823
4824         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
4825         IRIX if the installer said otherwise.
4826
4827 2000-04-05  Jim Meyering  <meyering@lucent.com>
4828
4829         Portability tweaks required for ultrix4.3.
4830         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
4831         (jm_CHECK_DECLS): Add getutent to the list of functions.
4832         (_jm_DECL_HEADERS): Add utmpx.h.
4833         From John David Anglin.
4834
4835         * strftime.m4: Back out the 2000-04-02 change.
4836         Instead of that change, simply undefine putenv in the test program.
4837
4838 2000-04-03  Jim Meyering  <meyering@lucent.com>
4839
4840         * gettext.m4: Fix typo in comment.
4841
4842         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
4843         textutils/configure.in).  Suggestion from Paul Eggert.
4844         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
4845
4846 2000-04-02  Paul Eggert  <eggert@twinsun.com>
4847
4848         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
4849         variable in the shell rather than using putenv, which isn't
4850         portable.  This avoids the configure-time inter-test dependency
4851         on the potentially-renamed putenv function.
4852
4853 2000-03-30  Paul Eggert  <eggert@twinsun.com>
4854
4855         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
4856         before checking struct stat.st_blksize, so that
4857         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
4858
4859 2000-03-29  Paul Eggert  <eggert@twinsun.com>
4860
4861         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
4862         since strftime.c uses HAVE_STRFTIME to decide whether to use
4863         the underlying strftime.
4864
4865 2000-03-10  Jim Meyering  <meyering@lucent.com>
4866
4867         * lib-check.m4: Look for getspnam in -lgen, too.
4868         From Marco Franzen.
4869
4870 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
4871
4872         * codeset.m4: New file.
4873         * iconv.m4: New file.
4874         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
4875
4876 2000-03-04  Jim Meyering  <meyering@lucent.com>
4877
4878         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
4879         for lib/localcharset.c.
4880
4881 2000-03-03  Jim Meyering  <meyering@lucent.com>
4882
4883         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
4884
4885 2000-03-02  Jim Meyering  <meyering@lucent.com>
4886
4887         * timespec.m4: Require AC_HEADER_TIME before the cache check so
4888         the messages come out on separate lines.
4889
4890         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
4891         rather than jm_CHECK_DECLARATIONS.
4892         * decl.m4: Remove now-unused file.
4893
4894         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
4895
4896 2000-02-27  Jim Meyering  <meyering@lucent.com>
4897
4898         * check-decl.m4: Add getenv to the list.
4899
4900 2000-02-23  Jim Meyering  <meyering@lucent.com>
4901
4902         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
4903         in place of my hack.
4904
4905 2000-02-10  Jim Meyering  <meyering@lucent.com>
4906
4907         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
4908         gnu_nanosleep to rpl_nanosleep.
4909
4910 2000-02-09  Jim Meyering  <meyering@lucent.com>
4911
4912         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
4913         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
4914
4915 2000-02-08  Akim Demaille  <akim@epita.fr>
4916
4917         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
4918         `[' and `]' and remove uses of `changequote'.
4919         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
4920         (AC_SYS_LARGEFILE): Likewise.
4921         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
4922         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
4923         of changequote.
4924         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
4925         * readdir.m4 (jm_FUNC_READDIR): Likewise
4926         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
4927         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
4928
4929 2000-02-05  Jim Meyering  <meyering@lucent.com>
4930
4931         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
4932         Remove explicit use of AC_HEADER_TIME.  It is required by
4933         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
4934         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
4935         in autoconf whereby the expansion of the latter ended up preceding
4936         the expansion of its prerequisite, AC_HEADER_TIME.
4937         Reported by Volker Borchert.
4938
4939 2000-02-03  Jim Meyering  <meyering@lucent.com>
4940
4941         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
4942
4943 2000-02-02  Jim Meyering  <meyering@lucent.com>
4944
4945         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
4946         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
4947         Reported by Eli Zaretskii.
4948
4949 2000-01-31  Jim Meyering  <meyering@lucent.com>
4950
4951         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
4952         functions.  Add the time.h and sys/time.h headers along with the
4953         AC_REQUIRE'ment of AC_HEADER_TIME.
4954
4955 2000-01-30  Jim Meyering  <meyering@lucent.com>
4956
4957         * lib-check.m4: Clean up some kludgy old shadow password tests.
4958
4959         * prereq.m4 (utmp_includes): Define.
4960         Check for ut_user and ut_name members in both struct utmpx
4961         and struct utmp.
4962
4963 2000-01-29  Jim Meyering  <meyering@lucent.com>
4964
4965         * lib-check.m4: New file containing library-related checks from
4966         fileutils and sh-utils (textutils had none).
4967
4968 2000-01-28  Jim Meyering  <meyering@lucent.com>
4969
4970         * perl.m4: Change format of warning message to look more like that
4971         from the missing script.  Suggestion from François Pinard.
4972
4973 2000-01-25  Jim Meyering  <meyering@lucent.com>
4974
4975         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
4976         as time.h in the compile check.
4977         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
4978         Fix typo in cross-compiling case: s/yes/no/.
4979
4980 2000-01-23  Jim Meyering  <meyering@lucent.com>
4981
4982         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
4983
4984         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
4985         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
4986
4987         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
4988         s/space/ac_fsusage_space/.
4989         (jm_FILE_SYSTEM_USAGE): Take two parameters.
4990
4991         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
4992         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
4993         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
4994
4995         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
4996         AC_SUBST these here, rather than just in sh-util/configure.in, so
4997         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
4998         all the same.
4999         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
5000         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
5001         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
5002         (AC_SUBST(POW_LIBM)): Likewise.
5003         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
5004
5005 2000-01-22  Jim Meyering  <meyering@lucent.com>
5006
5007         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
5008
5009         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
5010
5011         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
5012         configure.in
5013         (AC_CHECK_HEADERS): Likewise for sh-utils.
5014         (AC_CHECK_HEADERS): Likewise for textutils.
5015         Merge the three lists of headers.
5016
5017         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
5018         from fileutils' configure.in.
5019
5020         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
5021         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
5022
5023         * check-decl.m4: Use #if rather than #ifdef.
5024         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
5025         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
5026         (_jm_DECL_HEADERS): Define new function.
5027         (jm_CHECK_DECLARATIONS): Require it.
5028
5029 2000-01-19  Jim Meyering  <meyering@lucent.com>
5030
5031         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
5032         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
5033         defines `struct timespec' in <sys/time.h>
5034
5035         * c-bs-a.m4: Remove uses of changequote altogether.
5036         Thanks to Akim for explaining.
5037
5038 2000-01-16  Jim Meyering  <meyering@lucent.com>
5039
5040         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
5041         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
5042         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
5043         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
5044
5045 2000-01-16  Jim Meyering  <meyering@lucent.com>
5046
5047         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
5048         because the latter didn't work.
5049
5050 2000-01-15  Jim Meyering  <meyering@lucent.com>
5051
5052         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
5053         (AC_REPLACE_FUNCS): Add memcpy and memset.
5054         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
5055         Add strpbrk.
5056         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
5057
5058 2000-01-12  Jim Meyering  <meyering@lucent.com>
5059
5060         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
5061         (jm_PREREQ): Use it.
5062         (jm_PREREQ_READUTMP): New macro.
5063         (jm_PREREQ): Use it.
5064
5065 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5066
5067         Quote multibyte characters correctly.
5068         * c-bs-a.m4: New file.
5069         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
5070         (jm_PREREQ): Use it.
5071
5072 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5073
5074         * uintmax_t.m4: Port to autoconf 2.13.
5075
5076 2000-01-08  Jim Meyering  <meyering@ascend.com>
5077
5078         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
5079         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
5080
5081 2000-01-04  Jim Meyering  <meyering@ascend.com>
5082
5083         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
5084         jm_STRUCT_DIRENT_D_TYPE.
5085         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
5086         jm_STRUCT_DIRENT_D_INO.
5087         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
5088         jm_STRUCT_UTIMBUF.
5089         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
5090         * utime.m4: Likewise.
5091
5092         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
5093         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
5094
5095 2000-01-03  Paul Eggert  <eggert@twinsun.com>
5096
5097         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
5098         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
5099
5100 2000-01-02  Jim Meyering  <meyering@ascend.com>
5101
5102         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
5103         remember if this is necessary.
5104
5105 1999-12-26  Jim Meyering  <meyering@ascend.com>
5106
5107         * jm-macros.m4: Use it here.
5108         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
5109
5110 1999-12-23  Jim Meyering  <meyering@ascend.com>
5111
5112         * jm-macros.m4: Check for clock_gettime (moved from
5113         fileutils/configure.in)
5114         Check for gettimeofday.
5115
5116 1999-12-20  Jim Meyering  <meyering@ascend.com>
5117
5118         * strftime.m4: Remove kludge, now that I'm using the fixed
5119         autoconf-2.14a-1999-12-20.
5120
5121 1999-12-19  Jim Meyering  <meyering@ascend.com>
5122
5123         * lstat-slash.m4: New file.
5124         * jm-macros.m4: Use the new macro:
5125         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5126
5127 1999-12-07  Jim Meyering  <meyering@ascend.com>
5128
5129         * perl.m4: Require that File::Compare be available, too.
5130         Too many systems seem to lack it.
5131
5132         * strftime.m4: Add checks for most of the cpp macros tested in
5133         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
5134
5135 1999-11-18  Paul Eggert  <eggert@twinsun.com>
5136
5137         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
5138         problem with the QNX 4.25 shell, which doesn't propagate exit
5139         status of failed commands inside shell assignments.
5140
5141 1999-11-17  Jim Meyering  <meyering@ascend.com>
5142
5143         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
5144
5145 1999-11-07  Jim Meyering  <meyering@ascend.com>
5146
5147         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
5148
5149 1999-11-06  Jim Meyering  <meyering@ascend.com>
5150
5151         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
5152         * jm-macros.m4 (jm_MACROS): Use it here.
5153
5154 1999-11-05  Jim Meyering  <meyering@ascend.com>
5155
5156         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
5157         of textutils, fileutils, and sh-utils into this one (shared between
5158         those packages) file.
5159         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
5160         AC_STRUCT_ST_BLKSIZE.
5161
5162 1999-11-03  Jim Meyering  <meyering@ascend.com>
5163
5164         * ssize_t.m4: Remove file.  No longer needed since the new version of
5165         AC_CHECK_TYPE checks includes unistd.h.
5166         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
5167         Suggestion from Akim Demaille.
5168
5169 1999-10-30  Jim Meyering  <meyering@ascend.com>
5170
5171         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
5172         m4-quoted string.
5173         * ls-mntd-fs.m4: Likewise.
5174         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
5175         * jm-winsz1.m4: Likewise.
5176
5177         * const.m4: Remove file, since the fix made it into the experimental
5178         version of autoconf.
5179         * mktime.m4: Likewise.
5180
5181         * check-type.m4: Remove file, now that the latest version of
5182         AC_CHECK_TYPE takes a third arg to specify additional #includes.
5183
5184         * ssize_t.m4: New file, requires experimental version of autoconf.
5185         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
5186         AC_CHECK_TYPE.
5187
5188 1999-10-04  Jim Meyering  <meyering@ascend.com>
5189
5190         * jm-macros.m4: Don't require autoconf-2.14.1.
5191
5192 1999-09-22  Paul Eggert  <eggert@twinsun.com>
5193
5194         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
5195         2.95.1 bug with HP-UX 10.20.
5196
5197 1999-09-17  Jim Meyering  <meyering@ascend.com>
5198
5199         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
5200         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
5201         due to missing strdup (against sh-utils-2.0).
5202
5203 1999-08-29  Jim Meyering  <meyering@ascend.com>
5204
5205         * jm-macros.m4: Require jm_BISON.
5206         * bison.m4: New file.
5207
5208 1999-08-17  Paul Eggert  <eggert@twinsun.com>
5209
5210         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
5211         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
5212
5213 1999-08-05  Jim Meyering  <meyering@ascend.com>
5214
5215         * getline.m4: Rename test file from conftestdata to conftest.data
5216         to avoid conflicts with `conftest' on 8+3 filesystems.
5217         Suggestion from Eli Zaretskii.
5218
5219 1999-08-04  Jim Meyering  <meyering@ascend.com>
5220
5221         * jm-macros.m4: Move a 4-line block of code from the configure.in of
5222         fileutils and sh-utils (textutils's getline test was inadequate).
5223         (AM_FUNC_GETLINE): Run this test.
5224         (AC_CHECK_FUNCS): Check for getdelim.
5225         Reported by Bob Proulx.
5226
5227 1999-08-02  Jim Meyering  <meyering@ascend.com>
5228
5229         * jm-macros.m4: Add a comment.
5230
5231 1999-08-01  Jim Meyering  <meyering@ascend.com>
5232
5233         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
5234
5235 1999-08-01  Paul Eggert  <eggert@twinsun.com>
5236
5237         * lfs.m4: Remove this file.
5238         * largefile.m4: New file.  It contains the old contents of
5239         lfs.m4, except that all names with prefix AC_LFS have been
5240         changed to use the prefix AC_SYS_LARGEFILE instead, to be
5241         compatible with future autoconf versions.  Also, some minor m4
5242         quoting problems have been fixed.
5243
5244 1999-07-16  Paul Eggert  <eggert@twinsun.com>
5245
5246         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
5247         that we can shift, multiply and divide unsigned long long
5248         values; Ultrix cc can't do it.
5249
5250 1999-07-14  Paul Eggert  <eggert@twinsun.com>
5251
5252         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5253         <inttypes.h> defines strtoumax as a macro (and not as a
5254         function).
5255
5256 1999-07-05  Paul Eggert  <eggert@twinsun.com>
5257
5258         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
5259         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
5260         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
5261         and simplify the shell code.
5262
5263 1999-07-03  Paul Eggert  <eggert@twinsun.com>
5264
5265         * mktime.m4: New file, which is a preview of what should appear
5266         in the next public autoconf release.
5267
5268 1999-07-20  Jim Meyering  <meyering@ascend.com>
5269
5270         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
5271
5272 1999-07-15  Jim Meyering  <meyering@ascend.com>
5273
5274         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
5275
5276 1999-05-22  Jim Meyering  <meyering@ascend.com>
5277
5278         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
5279
5280 1999-05-20  Jim Meyering  <meyering@ascend.com>
5281
5282         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
5283         Add a colon after each `then' in case $4 is empty.
5284
5285 1999-05-16  Jim Meyering  <meyering@ascend.com>
5286
5287         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
5288
5289 1999-05-10  Jim Meyering  <meyering@ascend.com>
5290
5291         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
5292
5293         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
5294         AC_FUNC_MKTIME.
5295
5296 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5297
5298         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
5299
5300 1999-05-04  Paul Eggert  <eggert@twinsun.com>
5301
5302         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
5303         not CPPFLAGS, so that linking works correctly in IRIX.
5304
5305 1999-04-30  Paul Eggert  <eggert@twinsun.com>
5306
5307         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
5308
5309 1999-04-20  Jim Meyering  <meyering@ascend.com>
5310
5311         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
5312         AC_REPLACE xstroull if necessary.  From Paul Eggert.
5313         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
5314
5315 1999-04-20  Paul Eggert  <eggert@twinsun.com>
5316
5317         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
5318         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
5319         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
5320         jm_AC_TYPE_UNSIGNED_LONG_LONG.
5321         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
5322
5323         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
5324
5325 1999-04-18  Jim Meyering  <meyering@ascend.com>
5326
5327         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
5328         * jm-macros.m4: Use it.
5329
5330 1999-04-06  Jim Meyering  <meyering@ascend.com>
5331
5332         * strftime.m4: Remove test for %f.
5333
5334 1999-03-29  Jim Meyering  <meyering@ascend.com>
5335
5336         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
5337         superset of the AC_TYPE_* checks in the textutils, fileutils,
5338         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
5339         AC_TYPE_PID_T.
5340
5341 1999-03-28  Jim Meyering  <meyering@ascend.com>
5342
5343         * jm-macros.m4: Define GNU_PACKAGE here.
5344         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
5345         replaced e.g., in the *.sh files of the sh-utils.
5346
5347 1999-03-20  Jim Meyering  <meyering@ascend.com>
5348
5349         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
5350         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
5351         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
5352
5353 1999-03-19  Jim Meyering  <meyering@ascend.com>
5354
5355         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
5356
5357 1999-03-12  Jim Meyering  <meyering@ascend.com>
5358
5359         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
5360
5361 1999-03-07  Jim Meyering  <meyering@ascend.com>
5362
5363         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
5364
5365 1999-02-17  Jim Meyering  <meyering@ascend.com>
5366
5367         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
5368         in macro definition.  From Eli Zaretskii and Alain Magloire.
5369
5370 1999-02-07  Jim Meyering  <meyering@ascend.com>
5371
5372         * group-member.m4: New file -- extracted from sh-utils' configure.in.
5373
5374         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
5375         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
5376
5377 1999-02-06  Jim Meyering  <meyering@ascend.com>
5378
5379         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
5380         * fnmatch.m4: Likewise.
5381         * getgroups.m4: Likewise.
5382         * lstat.m4: Likewise.
5383         * malloc.m4: Likewise.
5384         * putenv.m4: Likewise.
5385         * realloc.m4: Likewise.
5386         * regex.m4: Likewise.
5387         * stat.m4: Likewise.
5388         * strftime.m4: Likewise.
5389         Suggestion from Alain Magloire.
5390
5391         * chown.m4: Use `.$ac_objext', not `.o'.
5392         * fnmatch.m4: Likewise.
5393         * getgroups.m4: Likewise.
5394         * getline.m4: Likewise.
5395         * lstat.m4: Likewise.
5396         * malloc.m4: Likewise.
5397         * memcmp.m4: Likewise.
5398         * putenv.m4: Likewise.
5399         * realloc.m4: Likewise.
5400         * regex.m4: Likewise.
5401         * stat.m4: Likewise.
5402         * strftime.m4: Likewise.
5403         Suggestion from Alain Magloire.
5404
5405         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
5406         an argument.
5407
5408         * regex.m4: Add a run-time Test for proper operation of
5409         re_compile_pattern.
5410
5411 1999-01-31  Jim Meyering  <meyering@ascend.com>
5412
5413         * getloadavg.m4: Check for locale.h and the function, setlocale.
5414
5415 1999-01-30  Jim Meyering  <meyering@ascend.com>
5416
5417         * check-type.m4: Use 3-arg form of AC_DEFINE.
5418
5419         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
5420         rather than my private copy, now that the official one is up to date.
5421         * mktime.m4: Remove file.
5422
5423         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
5424         * uptime.m4: Likewise.
5425         * uintmax_t.m4: Likewise.
5426
5427 1999-01-28  Jim Meyering  <meyering@ascend.com>
5428
5429         * jm-macros.m4: Use jm_AFS.
5430         * afs.m4: New file (from fileutils' configure.in).
5431
5432         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
5433         * chown.m4: Likewise.
5434         * d-ino.m4: Likewise.
5435         * d-type.m4: Likewise.
5436         * fnmatch.m4: Likewise.
5437         * getgroups.m4: Likewise.
5438         * gettext.m4: Likewise.
5439         * jm-mktime.m4: Likewise.
5440         * jm-winsz2.m4: Likewise.
5441         * lcmessage.m4: Likewise.
5442         * ls-mntd-fs.m4: Likewise.
5443         * malloc.m4: Likewise.
5444         * memcmp.m4: Likewise.
5445         * putenv.m4: Likewise.
5446         * realloc.m4: Likewise.
5447         * st_mtim.m4: Likewise.
5448         * strftime.m4: Likewise.
5449
5450 1999-01-16  Jim Meyering  <meyering@ascend.com>
5451
5452         * jm-macros.m4 (ARGMATCH_DIE): Define.
5453         (ARGMATCH_DIE_DECL): Define.
5454
5455 1999-01-12  Jim Meyering  <meyering@ascend.com>
5456
5457         * Makefile.am.in: Rewrite to avoid using fmt.
5458         Reported by Lars Hecking.
5459
5460 1999-01-10  Jim Meyering  <meyering@ascend.com>
5461
5462         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
5463         gross kludge.
5464         * inttypes_h.m4: Likewise.
5465         * lstat.m4: Likewise.
5466         * malloc.m4: Likewise.
5467         * readdir.m4: Likewise.
5468         * realloc.m4: Likewise.
5469         * st_dm_mode.m4: Likewise.
5470         * stat.m4: Likewise.
5471         * utimbuf.m4: Likewise.
5472         * utimes.m4: Likewise.
5473
5474         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
5475         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
5476         comments in config.h.in are meaningful.
5477
5478         * jm-macros.m4: Require autoconf-2.13 here.
5479
5480         * regex.m4: By default, don't use the included regex.c on systems
5481         with glibc 2.  Suggestion from Uli Drepper.
5482
5483 1999-01-02  Jim Meyering  <meyering@ascend.com>
5484
5485         * jm-macros.m4: Replace strcasecmp and strncasecmp.
5486
5487 1998-12-18  Jim Meyering  <meyering@ascend.com>
5488
5489         * Makefile.am.in (Makefile.am): Simplify rule.
5490         Based on a suggestion from Lars Hecking.
5491
5492 1998-11-16  Jim Meyering  <meyering@ascend.com>
5493
5494         * lfs.m4: Double-quote the `uname...` expression.
5495
5496 1998-11-16  Paul Eggert  <eggert@twinsun.com>
5497
5498         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
5499
5500 1998-11-14  Jim Meyering  <meyering@ascend.com>
5501
5502         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
5503         * stat.m4: Likewise.
5504
5505 1998-11-03  Jim Meyering  <meyering@ascend.com>
5506
5507         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
5508         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
5509
5510 1998-10-18  Jim Meyering  <meyering@ascend.com>
5511
5512         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
5513
5514 1998-10-17  Jim Meyering  <meyering@ascend.com>
5515
5516         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
5517         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
5518         calls for those previously hard-coded headers.  Instead, take a new
5519         parameter.
5520         (jm_CHECK_DECLARATIONS): Reflect interface change.
5521         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
5522         (jm_CHECK_DECL_LOCALTIME_R): New macro.
5523
5524         * mktime.m4: Test for spring-forward gap before long-running test.
5525
5526 1998-10-14  Jim Meyering  <meyering@ascend.com>
5527
5528         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
5529         instead of "TZ=America/Vancouver".  From Paul Eggert.
5530
5531 1998-10-11  Jim Meyering  <meyering@ascend.com>
5532
5533         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
5534         This adds a test for a recently added compatibility fix for mktime.c.
5535         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
5536
5537 1998-09-27  Jim Meyering  <meyering@ascend.com>
5538
5539         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
5540
5541         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
5542         ../configure.in, including a change from Gordon Matzigkeit to allow
5543         cross-compiling for the Hurd.
5544
5545         * glibc.m4: New file/macro to test for the GNU C Library
5546         versions 1 and 2.  From Gordon Matzigkeit.
5547         Indent.
5548
5549 1998-09-21  Jim Meyering  <meyering@ascend.com>
5550
5551         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
5552
5553 1998-08-18  Paul Eggert  <eggert@twinsun.com>
5554
5555         Port nanosecond-resolution times to UnixWare 2.1.2 and
5556         pedantic Solaris 2.6.
5557
5558         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
5559         AC_STRUCT_ST_MTIM.
5560         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
5561         Generate name of ns member, instead of just 1 or undef.
5562         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
5563
5564 1998-08-15  Jim Meyering  <meyering@ascend.com>
5565
5566         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
5567         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
5568         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
5569         instead of jm_TYPE_SSIZE_T.
5570
5571 1998-08-12  Jim Meyering  <meyering@ascend.com>
5572
5573         * st_dm_mode.m4: New file.  From Johan Danielsson.
5574
5575 1998-08-02  Jim Meyering  <meyering@ascend.com>
5576
5577         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
5578         in acconfig.h manually.
5579
5580 1998-07-31  Paul Eggert  <eggert@twinsun.com>
5581
5582         * st_mtim.m4: New file.
5583
5584 1998-07-28  Jim Meyering  <meyering@ascend.com>
5585
5586         * utimes.m4: Undef stat.
5587
5588 1998-07-25  Jim Meyering  <meyering@ascend.com>
5589
5590         * utime.m4 (jm_FUNC_UTIME): New file and macro.
5591         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
5592
5593 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
5594
5595         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
5596         uid and gid actually remain unchanged.
5597
5598 1998-07-07  Jim Meyering  <meyering@ascend.com>
5599
5600         * jm-glibc-io.m4: Remove fclose_unlocked.
5601
5602 1998-07-04  Jim Meyering  <meyering@ascend.com>
5603
5604         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
5605         to prove that this macro can be used in packages without regex.c.
5606
5607 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5608
5609         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
5610         is to be used.
5611
5612 1998-07-03  Jim Meyering  <meyering@ascend.com>
5613
5614         * gettext.m4: Add -lintl if it's found to be necessary.
5615
5616         * gettext.m4: New file -- from gettext-0.10.35.
5617         * lcmessage.m4: Likewise.
5618         * progtest.m4: Likewise.
5619
5620         * regex.m4 (jm_WITH_REGEX): New file and macro.
5621         * jm-macros.m4: Require the new macro.
5622
5623 1998-06-29  Jim Meyering  <meyering@ascend.com>
5624
5625         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
5626         for the definition of NGROUPS (used in a system header included
5627         by sys/mount.h).
5628
5629 1998-06-28  Jim Meyering  <meyering@ascend.com>
5630
5631         * ls-mntd-fs.m4: New file.
5632         * fstypename.m4: New file.
5633
5634         * jm-macros.m4: Require the new macro.
5635         * jm-glibc-io.m4: New file.
5636
5637 1998-05-19  Jim Meyering  <meyering@ascend.com>
5638
5639         * jm-macros.m4: Add jm_FUNC_LCHOWN.
5640         * lchown.m4: New file.
5641
5642         * Makefile.am.in: New file.
5643         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
5644
5645 1998-05-14  Jim Meyering  <meyering@ascend.com>
5646
5647         * Makefile.am (EXTRA_DIST): Add them.
5648         * jm-macros.m4: New file.
5649         * utimbuf.m4: New file.
5650
5651 1998-05-12  Jim Meyering  <meyering@ascend.com>
5652
5653         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
5654
5655 1998-05-11  Jim Meyering  <meyering@ascend.com>
5656
5657         * isc-posix.m4: New file.
5658
5659 1998-05-10  Jim Meyering  <meyering@ascend.com>
5660
5661         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
5662
5663 1998-05-09  Jim Meyering  <meyering@ascend.com>
5664
5665         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
5666         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
5667         with automake.
5668
5669         * ssize_t.m4: New file.
5670         * mktime.m4: Remove file -- the new automake has this now.
5671
5672 1998-04-26  Jim Meyering  <meyering@ascend.com>
5673
5674         * assert.m4: New file.
5675         * Makefile.am (EXTRA_DIST): Add assert.m4.
5676
5677 1998-04-05  Jim Meyering  <meyering@ascend.com>
5678
5679         * prereq.m4 (jm_PREREQ_REGEX): New macro.
5680         (jm_PREREQ): Use it here.
5681
5682 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
5683
5684         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
5685         in acconfig.h.
5686
5687 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
5688
5689         * prereq.m4: New file.
5690         * error.m4: New file.
5691         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
5692
5693 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
5694
5695         * getline.m4: Don't set am_cv_func_working_getline before the
5696         cache-check for the same variable -- that defeated the purpose of
5697         the test; the test program was never run.  This was a problem only
5698         on systems with losing getline functions -- HP-UX 10.20 is one.
5699         Reported by Bjorn Helgaas.
5700
5701 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
5702
5703         * Makefile.am (EXTRA_DIST): Add perl.m4.
5704
5705 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
5706
5707         * Makefile.am (EXTRA_DIST): Add const.m4.
5708
5709         * const.m4: New file.  Use an initializer in this declaration
5710         typedef int charset[2]; const charset x;
5711         Reported by Bob Glickstein.
5712
5713 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
5714
5715         * chown.m4: Fix reversed types on -1 args to chown.
5716         From Kaveh Ghazi.
5717
5718 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
5719
5720         * check-decl.m4: s/DECLARATION_/DECL_/g.
5721         Add lseek and memchr.
5722
5723         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
5724         T.E.Dickey <dickey@clark.net> said that some older preprocessors
5725         have a 20-character limit on names.
5726
5727 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
5728
5729         * inttypes_h.m4: New file.
5730         * uintmax_t.m4: New file.
5731         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
5732
5733 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5734   Free Software Foundation, Inc.
5735 Copying and distribution of this file, with or without modification,
5736 are permitted provided the copyright notice and this notice are preserved.