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