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