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