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