Provide a substitute for EOVERFLOW if <errno.h> doesn't define it.
[gnulib.git] / m4 / ChangeLog
1 2004-09-09  Bruno Haible  <bruno@clisp.org>
2
3         * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
4         modifications.
5         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
6
7 2004-09-08  Bruno Haible  <bruno@clisp.org>
8
9         * stdint.m4: New file, taken from GNU clisp with modifications.
10
11 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12
13         * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14
15 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
16
17         * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
18         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
20         Check for program_invocation_name, program_invocation_short_name,
21         flockfile, funlockfile, features.h, _getopt_long_only_r.
22
23 2004-08-12  Simon Josefsson  <jas@extundo.com>
24
25         * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
26         as discussed with Paul Eggert in threads rooted at
27         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
28         and
29         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
30         Before, the test was empty, and relied on ELIDE_CODE in source
31         code.)
32         (gl_PREREQ_GETOPT): New macro.
33         (gl_GETOPT): Use them.
34
35 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
36
37         Merge from coreutils.
38         
39         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
40
41         * obstack.m4 (gl_PREREQ_OBSTACK): Require
42         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
43
44 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45
46         * uint32_t.m4, uintptr_t.m4: New files.
47         * sha1.m4: Renamed from sha.m4.
48         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
49
50 2004-08-08  Simon Josefsson  <jas@extundo.com>
51
52         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
53         Check getpass declaration.
54
55 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56
57         More merge from coreutils.
58
59         * utimens.m4, utimecmp.m4: New files.
60         * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
61         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
62         prereq.m4, sha.m4: Import changes from coreutils.
63
64 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
65
66         Merge from coreutils.
67
68         * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
69         New files.
70
71         * dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
72         FILESYSTEM_PREFIX_LEN ->
73         FILE_SYSTEM_PREFIX_LEN.
74         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
75         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
76         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
77         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
78
79         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
80         prerequisite modules now handle the DOS stuff.
81         Don't check for unistd.h.
82
83 2004-08-03  Simon Josefsson  <jas@extundo.com>
84
85         * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
86
87 2004-08-02  Simon Josefsson  <jas@extundo.com>
88
89         * getsubopt.m4: New file.
90
91 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
92
93         * fatal.m4: Remove, as the "fatal" module wasn't used or working.
94
95 2004-07-13  Robert Millan  <robertmh@gnu.org>
96
97         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
98
99 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * argz.m4: New file, which is autoupdated from libtool.
102
103 2004-06-01  Jim Meyering  <jim@meyering.net>
104
105         * calloc.m4: New file.
106
107 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
108
109         Merge from coreutils CVS.
110
111         * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
112         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
113         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
114         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
115         xstrtol.m4: Fix copyright date and/or serial number.
116
117         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
118         See if we need an fchown replacement.
119         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
120         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
121         and use the replacement function if we detect either defect.
122
123         * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
124         gl_UTIMECMP.
125
126 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
127
128         * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
129         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
130         Also, fix a typo in a diagnostic.
131
132 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
133
134         * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
135         or AC_FUNC_REALLOC.
136
137 2004-05-20  Andreas Schwab  <schwab@suse.de>
138
139         * free.m4: Replace free if it not known to work, not the other
140         way round.
141
142 2004-05-17  Derek R. Price  <derek@ximbiot.com>
143             Paul Eggert  <eggert@cs.ucla.edu>
144
145         * argp: Depend on alloca.
146
147 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
148
149         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
150         for backward compatibility with older code.  We need our own
151         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
152         it under some other name, and our alloca.h will define it.
153
154 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
155
156         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
157         Check for gettimeofday.
158         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
159         Check for settimeofday, stime.
160
161 2004-04-20  Paul Eggert  <eggert@twinsun.com>
162
163         * host-os.m4: Add a copyright notice.
164
165 2004-04-20  Jim Meyering  <jim@meyering.net>
166
167         Change UTILS_ to gl_ in AC_DEFINE'd names.
168         Change utils_- and jm_-prefixed variables, too.
169         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
170         UTILS_FUNC_MKDIR_TRAILING_SLASH.
171         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
172
173         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
174         Don't emit trailing blanks.
175         Also rename jm_-prefixed variables to have gl_ prefix.
176
177         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
178         Also rename jm_-prefixed variables to have gl_ prefix.
179
180         * jm-macros.m4: Reflect the renamings.
181         * prereq.m4: Likewise.
182
183 2004-04-19  Jim Meyering  <jim@meyering.net>
184
185         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
186         now that readutmp.c may call `free (0)'.
187
188 2004-04-19  Bruno Haible  <bruno@clisp.org>
189
190         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
191         * inttypes_h.m4: Likewise.
192         * stdint_h.m4: Likewise.
193         * intmax_t.m4: Likewise.
194         * uintmax_t.m4: Likewise.
195
196 2004-04-18  Jim Meyering  <jim@meyering.net>
197
198         * prereq.m4: Don't forbid jm_ prefix.
199
200         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
201         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
202         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
203         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
204         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
205         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
206         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
207         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
208         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
209         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
210         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
211         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
212         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
213         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
214         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
215         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
216
217 2004-04-16  Jim Meyering  <jim@meyering.net>
218
219         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
220         coreutils' stat program.
221         (gl_PREREQ): Don't require jm_PREREQ_STAT.
222
223 2004-03-31  Jim Meyering  <jim@meyering.net>
224
225         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
226         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
227         * xalloc.m4: Likewise.
228
229 2004-03-30  Jim Meyering  <jim@meyering.net>
230
231         * realloc.m4: Remove file, since now it does no more than
232         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
233         the `configure.ac' section of module/realloc.
234         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
235
236 2004-03-30  Paul Eggert  <eggert@twinsun.com>
237
238         Merge from coreutils.
239
240         * inttostr.m4: New file.
241         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
242         Require AM_STDBOOL_H and gl_TIMESPEC instead.
243         Require gl_CLOCK_TIME.
244         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
245
246 2004-03-30  Jim Meyering  <jim@meyering.net>
247
248         Merge from coreutils.
249
250         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
251         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
252         on some systems one must include <grp.h> before it.
253         Reported by Christian Krackowizer.
254
255 2004-03-29  Paul Eggert  <eggert@twinsun.com>
256
257         * cloexec.m4: New file.
258
259 2004-03-18  Paul Eggert  <eggert@twinsun.com>
260             Bruno Haible  <bruno@clisp.org>
261
262         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
263         mbswidth.
264
265 2004-03-07  Paul Eggert  <eggert@twinsun.com>
266
267         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
268         All uses changed.  Check for sa_sigaction member; this fixes
269         a bug first reported by Jason Andrade in
270         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
271
272 2004-01-18  Simon Josefsson  <jas@extundo.com>
273
274         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
275
276 2004-02-18  Bruno Haible  <bruno@clisp.org>
277
278         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
279         Reported by Derek Robert Price <derek@ximbiot.com>.
280
281 2004-02-06  Karl Berry  <karl@gnu.org>
282
283         * po.m4: update from gettext 0.14.1.
284
285 2004-02-03  Bruno Haible  <bruno@clisp.org>
286
287         * pipe.m4: New file, from GNU gettext.
288
289 2004-01-27  Bruno Haible  <bruno@clisp.org>
290
291         * execute.m4: New file, from GNU gettext.
292
293 2003-11-24  Bruno Haible  <bruno@clisp.org>
294
295         * allocsa.m4: New file, from GNU gettext.
296
297 2003-11-24  Bruno Haible  <bruno@clisp.org>
298
299         * eealloc.m4: New file, from GNU gettext.
300
301 2004-01-15  Paul Eggert  <eggert@twinsun.com>
302
303         Merge from coreutils.
304
305         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
306         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
307         (gl_DEFAULT_POSIX2_VERSION): Move
308         the documentation from 'configure' into 'config.hin',
309         so that 'configure --help' isn't burdened by it and
310         we don't have to worry about its formatting there.
311         Reword the documentation so that it's more succinct
312         and can be run together into a single paragraph.
313         * same.m4 (gl_SAME): Check for pathconf.
314
315 2004-01-15  Jim Meyering  <jim@meyering.net>
316
317         Merge from coreutils.
318
319         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
320         if no library is required.
321         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
322         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
323         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
324         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
325         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
326         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
327         value, $ac_cv_search_crypt, if it's "none required".
328         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
329         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
330         not gl_FUNC_GETLOADAVG.
331         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
332         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
333
334 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
335
336         Merge from coreutils.
337
338         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
339         value, $ac_cv_search_nanosleep, if it's "none required".
340
341 2003-12-03  Bruno Haible  <bruno@clisp.org>
342
343         * gettext.m4: Upgrade from gettext-0.13.
344         * po.m4: Upgrade from gettext-0.13.
345         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
346         * intmax.m4: New file, from gettext-0.13.
347         * printf-posix.m4: New file, from gettext-0.13.
348
349 2003-11-25  Bruno Haible  <bruno@clisp.org>
350
351         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
352         gt_TYPE_SSIZE_T.
353
354 2003-11-17  Bruno Haible  <bruno@clisp.org>
355
356         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
357
358 2003-11-12  Paul Eggert  <eggert@twinsun.com>
359
360         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
361         gl_PTRDIFF_MAX.
362
363 2003-11-11  Bruno Haible  <bruno@clisp.org>
364
365         * size_max.m4: New file.
366         * ptrdiff_max.m4: New file.
367         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
368         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
369         (gl_XALLOC): Invoke it.
370
371 2003-11-04  Bruno Haible  <bruno@clisp.org>
372
373         * xsize.m4: New file.
374
375 2003-11-03  Bruno Haible  <bruno@clisp.org>
376
377         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
378
379 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
380
381         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
382         netbsd*-gnu*.  Suggested by Robert Millan.
383
384 2003-10-29  Paul Eggert  <eggert@twinsun.com>
385
386         * xalloc.m4 (gl_XALLOC): Undo previous change.
387
388 2003-10-29  Paul Eggert  <eggert@twinsun.com>
389
390         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
391         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
392         after the 'gnu' in these cases.  This fixes some bugs in the
393         previous change, and is based on suggestions by Robert Millan.
394
395 2003-10-28  Paul Eggert  <eggert@twinsun.com>
396
397         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
398         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
399         NetBSD kernels.  Requested by Richard Stallman.
400
401 2003-10-26  Paul Eggert  <eggert@twinsun.com>
402
403         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
404         now uses inline.
405
406 2003-10-23  Paul Eggert  <eggert@twinsun.com>
407
408         * getline.m4 (AM_FUNC_GETLINE):
409         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
410         hosts.  Problem reported by Derek Robert Price in
411         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
412         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
413         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
414
415 2003-10-20  Bruno Haible  <bruno@clisp.org>
416
417         * wait-process.m4: New file.
418
419 2003-10-14  Bruno Haible  <bruno@clisp.org>
420
421         * sig_atomic_t: New file, from GNU gettext.
422         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
423
424 2003-10-12  Paul Eggert  <eggert@twinsun.com>
425
426         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
427
428 2003-10-10  Simon Josefsson  <jas@extundo.com>
429
430         * argp.m4: Add AC_C_INLINE.
431
432 2003-10-08  Paul Eggert  <eggert@twinsun.com>
433
434         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
435
436 2003-10-06  Bruno Haible  <bruno@clisp.org>
437
438         * fatal-signal.m4: New file.
439         * signalblocking.m4: New file, from GNU gettext.
440
441 2003-09-27  Paul Eggert  <eggert@twinsun.com>
442
443         * free.m4: New file.
444
445 2003-09-26  Bruno Haible  <bruno@clisp.org>
446
447         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
448         Don't define stpncpy through config.h; it's now done through stpncpy.h.
449
450 2003-09-25  Simon Josefsson  <jas@extundo.com>
451             Bruno Haible  <bruno@clisp.org>
452
453         * getdomainname.m4: New file.
454
455 2003-09-17  Paul Eggert  <eggert@twinsun.com>
456
457         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
458         to avoid spurious warnings like "AC_RUN_IFELSE was called before
459         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
460
461 2003-09-12  Paul Eggert  <eggert@twinsun.com>
462
463         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
464
465         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
466         and AC_MINIX, too, so that their extensions are available.
467
468         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
469         This macro has been superseded by gl_BACKUPFILE.
470
471         More patches to assume C89 or better.
472
473         * error.m4 (gl_ERROR): Don't check for vprintf.
474
475         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
476         unconditionally.
477         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
478         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
479         Include <string.h>, <stdlib.h> unconditionally.
480         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
481         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
482         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
483         or for string.h.
484         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
485         or strtoul.
486
487         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
488         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
489         * userspec.m4 (gl_USERSPEC): Likewise.
490         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
491         * xstrtod.m4 (gl_XSTRTOD): Likewise.
492         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
493         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
494         memcpy, memset.
495         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
496         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
497         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
498         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
499         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
500         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
501         strtoul.
502
503 2003-09-11  Paul Eggert  <eggert@twinsun.com>
504
505         More patches to assume C89 or better.
506         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
507         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
508         string.h, memchr, STDC_HEADERS.
509
510 2003-09-10  Bruno Haible  <bruno@clisp.org>
511
512         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
513         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
514         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
515         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
516         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
517         <stdlib.h> and <string.h> checks.
518         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
519         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
520
521 2003-09-09  Paul Eggert  <eggert@twinsun.com>
522
523         More patches to assume C89 or better.
524         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
525         * getopt.m4 (gl_GETOPT): Don't check for string.h.
526         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
527         or for string.h.
528         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
529         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
530         headers.
531         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
532         string.h.
533         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
534         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
535         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
536         or for string.h.
537         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
538         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
539         C headers.
540         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
541         memcpy.
542         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
543         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
544         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
545         * memcoll.m4 (gl_MEMCOLL): Likewise.
546         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
547         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
548         string.h, free.
549         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
550         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
551         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
552         C headers, or for string.h.
553         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
554         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
555         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
556         headers, memory.h, stdlib.h, string.h, strings.h.
557         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
558         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
559         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
560         strchr.
561         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
562         headers, memory.h, string.h.
563         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
564         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
565         free.
566         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
567         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
568         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
569         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
570         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
571         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
572
573 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
574
575         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
576         C89 spec.
577
578 2003-09-08  Paul Eggert  <eggert@twinsun.com>
579
580         Assume C89 or better; remove K&R cruft.
581         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
582         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
583         string.h, getenv, malloc.
584         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
585         headers.
586         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
587         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
588         do not check for strerror.
589         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
590         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
591         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
592         do not check for doprnt or vprintf.
593         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
594         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
595
596 2003-09-06  Paul Eggert  <eggert@twinsun.com>
597
598         * time_r.m4: New file.
599         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
600         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
601         Check for timegm declaration.
602         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
603         Do not check for gmtime_r.
604         Replace mktime if __mktime_internal does not exist and if mktime
605         hasn't been replaced already.
606
607 2003-08-31  Simon Josefsson  <jas@extundo.com>
608
609         * timegm.m4: New file.
610
611 2003-08-26  Bruno Haible  <bruno@clisp.org>
612
613         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
614         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
615         followed by '#define fnmatch fnmatch_posix' gives an error.
616
617 2003-08-27  Jim Meyering  <jim@meyering.net>
618
619         * mkstemp.m4: Require that the system mkstemp be able to create
620         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
621         would fail after 32.  Reported by Danny Levinson.  Details here:
622         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
623
624 2003-08-20  Karl Berry  <karl@gnu.org>
625
626         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
627
628 2003-08-19  Jim Meyering  <jim@meyering.net>
629
630         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
631         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
632
633 2003-08-19  Bruno Haible  <bruno@clisp.org>
634
635         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
636
637 2003-08-18  Jim Meyering  <jim@meyering.net>
638
639         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
640         * lib-ld.m4: Likewise.
641
642 2003-08-17  Simon Josefsson  <jas@extundo.com>
643
644         * argp.m4: New file.
645
646 2003-08-17  Simon Josefsson  <jas@extundo.com>
647
648         * xstrndup.m4: New file.
649
650 2003-08-16  Jim Meyering  <jim@meyering.net>
651
652         * utimes.m4 (gl_FUNC_UTIMES): New file.
653         * utimes.m4: Removed.
654         * utimes-null.m4: Renamed from utimes.m4.
655
656         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
657         to 1MB, so as not to render systems with no stack size limit (e.g.,
658         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
659         Include <unistd.h>.  On some systems,
660         it is required for the definition of _SC_PAGESIZE.
661
662 2003-08-16  Paul Eggert  <eggert@twinsun.com>
663
664         Merges from coreutils, etc.
665         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
666         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
667         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
668         fixing a typo.
669         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
670         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
671
672 2003-08-16  Jim Meyering  <jim@meyering.net>
673         and Paul Eggert  <eggert@cs.ucla.edu>
674
675         Merges from coreutils, etc.
676
677         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
678         using the latest version from cvs.  This avoids problems with #line
679         directives using a vendor (Sun) compiler.
680         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
681         Don't set GETGROUPS_LIB here; now it's
682         done via getgroups.m4's wrapper function.
683         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
684         rather than just in sh-util/configure.in, so that the
685         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
686         same.
687         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
688         AC_FUNC_GETLOADAVG where to find getloadavg.c.
689         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
690         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
691         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
692         Remove code that is now done by the newly-required macros.
693         Append $(EXEEXT) to DF_PROG.
694         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
695         Do not invoke or require the following here,
696         since prereq.m4 or some gnulib .m4 now does this for us:
697         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
698         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
699         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
700         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
701         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
702         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
703         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
704         AC_FUNC_OBSTACK.
705         Do not replace the following functions, as this is now the job
706         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
707         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
708         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
709         atexit getpass, strdup, getpagesize.
710         Replace 'raise'.
711         Do not check for the following functions, as this is now the job
712         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
713         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
714         setregid.
715         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
716         Check for sys/sysctl.h.
717         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
718         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
719         of checking for ssize_t ourselves.
720
721         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
722         Require every macro that gnulib/modules/* suggests for us.
723         (jm_PREREQ_ADDEXT): New macro.
724         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
725         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
726
727         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
728         (gl_PHYSMEM): Use it.
729         Also check for `table' function.
730         Check for new headers and functions.
731         Add check for sys/sysmp.h.
732         With suggestions from Kaveh Ghazi.
733         Ignore headers that are present but cannot be compiled.  This
734         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
735         C 5.4.
736
737 2003-08-16  Jim Meyering  <jim@meyering.net>
738
739         Merges from coreutils.
740         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
741         prefix.  Adjust cache variables similarly.  Create 500 rather than
742         just 300 files, to exercise bug on Darwin6.5, too.
743         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
744         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
745         Reported by mkc@mathdogs.com.
746         Also change use of $am_cv_sys_posix_termios
747         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
748         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
749         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
750         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
751         /proc/mounts until it finds one with matching device number.  This is
752         unnecessary when the FILE argument *is* a mount point.  No stat call
753         is necessary in that case.  So, disable the statvfs-testing code on
754         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
755         as RedHat bug# 84846.
756         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
757         to 1MB, so as not to render systems with no stack size limit (e.g.,
758         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
759         Include <unistd.h>.  On some systems,
760         it is required for the definition of _SC_PAGESIZE.
761
762 2003-08-15  Jim Meyering  <jim@meyering.net>
763         and Paul Eggert  <eggert@cs.ucla.edu>
764
765         Merges from coreutils, etc.
766         * strftime.m4 (_jm_STRFTIME_PREREQS):
767         Require gl_FUNC_TZSET_CLOBBER.
768         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
769         ut_exit.ut_termination, and ut_exit.e_termination members.
770
771 2003-08-14  Paul Eggert  <eggert@twinsun.com>
772
773         Help the merge from coreutils.
774         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
775         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
776         * tzset.m4: Use it too.
777
778 2003-08-14  Jim Meyering  <jim@meyering.net>
779
780         Merge from coreutils.
781         * tzset.m4: New file.
782         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
783         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
784         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
785         is inadequate on such systems: 1) detecting whether a file system
786         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
787         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
788         merely /MOUNT_POINT.  Reported by Mike Jetzer.
789
790 2003-08-13  Paul Eggert  <eggert@twinsun.com>
791
792         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
793         Check for isascii.
794
795         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
796         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
797         Undo previous (whitespace-only) change.
798
799 2003-08-12  Paul Eggert  <eggert@twinsun.com>
800
801         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
802         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
803         Normalize leading white space and remove trailing white space.
804
805         Merge from coreutils
806         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
807
808         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
809         0.12.1.  These files are now being upgraded automatically by
810         ../config/srclist-update.
811
812 2003-08-11  Bruno Haible  <bruno@clisp.org>
813
814         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
815
816 2003-08-09  Paul Eggert  <eggert@twinsun.com>
817
818         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
819         apparently Emacs's Unicode mode got confused before my 2003-08-05
820         checkin.
821
822 2003-08-08  Paul Eggert  <eggert@twinsun.com>
823
824         * extensions.m4: New file.
825         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
826         Require gl_USE_SYSTEM_EXTENSIONS.
827         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
828         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
829
830 2003-08-07  Paul Eggert  <eggert@twinsun.com>
831
832         * restrict.m4: New file.
833         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
834
835 2003-08-07  Bruno Haible  <bruno@clisp.org>
836
837         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
838         the module 'getndelim2' compatible with the module 'getline'.
839
840 2003-08-05  Paul Eggert  <eggert@twinsun.com>
841
842         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
843         byte with "\201" to avoid glitches when editing that source file
844         with multi-gnome-terminal.
845
846 2003-07-31  Bruno Haible  <bruno@clisp.org>
847
848         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
849
850 2003-07-18  Bruno Haible  <bruno@clisp.org>
851
852         * getndelim2.m4: New file.
853         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
854         invoke gl_PREREQ_GETNDELIM2.
855         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
856         gl_PREREQ_GETNDELIM2.
857         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
858         gl_GETNDELIM2.
859
860 2003-07-17  Bruno Haible  <bruno@clisp.org>
861
862         * Makefile.am.in: Remove file.
863         * Makefile.am: Remove file.
864         * Makefile.in: Remove file.
865
866 2003-07-17  Bruno Haible  <bruno@clisp.org>
867
868         * getnline.m4: New file.
869
870 2003-07-14  Simon Josefsson  <jas@extundo.com>
871
872         * mempcpy.m4: New file.
873
874 2003-07-10  Jim Meyering  <jim@meyering.net>
875
876         * clock_time.m4: Remove trailing blank.
877         * intmax_t.m4: Likewise.
878
879 2003-07-01  Paul Eggert  <eggert@twinsun.com>
880
881         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
882         xreadlink.c now includes it unconditionally.
883
884 2003-07-01  Bruno Haible  <bruno@clisp.org>
885
886         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
887         should be sufficient.
888         Reported by Paul Eggert.
889
890 2003-06-25  Bruno Haible  <bruno@clisp.org>
891
892         * readlink.m4: New file.
893
894 2003-06-22  Bruno Haible  <bruno@clisp.org>
895
896         Portability to mingw32.
897         * ssize_t.m4: New file, from GNU gettext.
898         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
899         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
900
901 2003-06-11  Bruno Haible  <bruno@clisp.org>
902
903         * sysexits.m4: New file.
904
905 2003-06-10  Simon Josefsson  <jas@extundo.com>
906
907         * strchrnul.m4: New file.
908
909 2003-06-07  Bruno Haible  <bruno@clisp.org>
910
911         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
912         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
913         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
914         directory.
915         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
916         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
917         directory.
918
919 2003-06-04  Paul Eggert  <eggert@twinsun.com>
920
921         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
922         locale.h, localeconv.  This merges changes from coreutils.
923
924         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
925         It can be removed after the next Autoconf is released.
926         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
927         needed.
928
929 2003-05-30  Bruno Haible  <bruno@clisp.org>
930
931         * gettext.m4: Upgrade to gettext-0.12.1.
932         * nls.m4: New file, from gettext-0.12.1.
933         * po.m4: New file, from gettext-0.12.1.
934         * progtest.m4: Upgrade to gettext-0.12.1.
935
936 2003-05-28  Paul Eggert  <eggert@twinsun.com>
937
938         Assume the headers required for C89 freestanding compilers.
939         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
940         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
941         * human.m4 (gl_HUMAN): Likewise.
942         * pathmax.m4 (gl_PATHMAX): Likewise.
943         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
944         * userspec.m4 (gl_USERSPEC): Likewise.
945         * xreadlink.m4 (gl_XREADLINK): Likewise.
946         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
947         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
948
949 2003-05-26  Jim Meyering  <jim@meyering.net>
950
951         Merge in a change from coreutils:
952         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
953         that is guaranteed to be `no'.  Use `no_such_member' to indicate
954         that condition, rather than `-1' which is slightly misleading.
955         Change the name of the cache variable to have the gl_ prefix.
956         Prompted by a patch from Richard Dawe for DJGPP.
957
958 2003-05-17  Bruno Haible  <bruno@clisp.org>
959
960         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
961         expansion for AC_EGREP_CPP.
962         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
963         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
964         Suggested by Akim Demaille <akim@epita.fr> in
965         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
966
967 2003-04-21  Paul Eggert  <eggert@twinsun.com>
968
969         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
970         code which expansion is under static control.  Patch imported from
971         Akim Demaille's patch to Bison; see
972         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
973
974 2003-04-14  Bruno Haible  <bruno@clisp.org>
975
976         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
977
978 2003-04-10  Bruno Haible  <bruno@clisp.org>
979
980         * findprog.m4: New file.
981         * eaccess.m4: New file.
982
983 2003-04-04  Bruno Haible  <bruno@clisp.org>
984
985         * linebreak.m4: New file.
986
987 2003-04-03  Bruno Haible  <bruno@clisp.org>
988
989         * utf-ucs4.m4: New file.
990         * ucs4-utf.m4: New file.
991
992 2003-03-30  Bruno Haible  <bruno@clisp.org>
993
994         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
995
996 2003-03-28  Bruno Haible  <bruno@clisp.org>
997
998         * copy-file.m4: New file.
999
1000 2003-03-18  Bruno Haible  <bruno@clisp.org>
1001
1002         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
1003         * onceonly_2_57.m4: Likewise.
1004
1005 2003-03-17  Bruno Haible  <bruno@clisp.org>
1006
1007         * onceonly.m4: Require autoconf 2.54 or newer.
1008         (m4_quote): Remove macro.
1009         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
1010
1011 2003-03-14  Bruno Haible  <bruno@clisp.org>
1012
1013         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
1014         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
1015
1016 2003-03-13  Paul Eggert  <eggert@twinsun.com>
1017
1018         * onceonly.m4 (m4_quote): New macro.
1019         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
1020         Quote AC_FOREACH variable-expansions properly.
1021
1022 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
1023
1024         * poll.m4: New file.
1025
1026 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
1027
1028         * mathl.m4: New file.
1029
1030 2003-02-17  Bruno Haible  <bruno@clisp.org>
1031
1032         * mkdtemp.m4: New file, from GNU gettext with modifications.
1033
1034 2003-02-02  Jim Meyering  <jim@meyering.net>
1035
1036         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
1037         e.g. glibc-2.2.93.
1038
1039 2003-01-31  Bruno Haible  <bruno@clisp.org>
1040
1041         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
1042         'rpl_rename'.
1043         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
1044         'rpl_strnlen'.
1045         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
1046         'rpl_strtod'.
1047         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
1048         'rpl_utime'.
1049
1050 2003-01-30  Bruno Haible  <bruno@clisp.org>
1051
1052         * signed.m4: New file, from GNU gettext.
1053         * longdouble.m4: New file, from GNU gettext.
1054         * wchar_t.m4: New file, from GNU gettext.
1055         * wint_t.m4: New file, from GNU gettext.
1056         * vasnprintf.m4: New file.
1057         * vasprintf.m4: New file.
1058
1059 2003-01-29  Bruno Haible  <bruno@clisp.org>
1060
1061         * stpncpy.m4: New file.
1062
1063 2003-01-23  Jim Meyering  <jim@meyering.net>
1064
1065         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
1066         from working on systems without dirfd (at least Irix and OSF1/Tru64).
1067
1068 2003-01-16  Jim Meyering  <jim@meyering.net>
1069
1070         * regex.m4: The `regex' struct is both input and output.
1071         Initialize it before each use.  Patch by Tim Waugh.
1072
1073 2003-01-11  Bruno Haible  <bruno@clisp.org>
1074
1075         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
1076         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
1077         suffix.
1078
1079 2003-01-11  Bruno Haible  <bruno@clisp.org>
1080
1081         * md5.m4 (gl_MD5): Require AC_C_INLINE.
1082
1083 2003-01-11  Bruno Haible  <bruno@clisp.org>
1084
1085         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
1086
1087 2003-01-12  Paul Eggert  <eggert@twinsun.com>
1088
1089         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
1090         to avoid collisions with libcurses and libreadline.
1091
1092         * getstr.m4: Remove.
1093         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
1094
1095 2003-01-10  Bruno Haible  <bruno@clisp.org>
1096
1097         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
1098
1099 2003-01-09  Bruno Haible  <bruno@clisp.org>
1100
1101         * stdbool.m4 (AM_STDBOOL_H): New macro.
1102
1103 2002-12-31  Paul Eggert  <eggert@twinsun.com>
1104
1105         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
1106
1107 2002-12-24  Bruno Haible  <bruno@clisp.org>
1108
1109         General infrasructure.
1110         * README: Rewritten.
1111         * onceonly.m4: New file.
1112         * onceonly_2_57.m4: New file.
1113
1114         Module atexit.
1115         * atexit.m4: New file.
1116
1117         Module strtod.
1118         * strtod.m4: New file.
1119
1120         Module strtol.
1121         * strtol.m4: New file.
1122
1123         Module strtoul.
1124         * strtoul.m4: New file.
1125
1126         Module memchr.
1127         * memchr.m4: New file.
1128
1129         Module memcmp.
1130         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
1131         (jm_FUNC_MEMCMP): Invoke it.
1132
1133         Module memcpy.
1134         * memcpy.m4: New file.
1135
1136         Module memmove.
1137         * memmove.m4: New file.
1138
1139         Module memset.
1140         * memset.m4: New file.
1141
1142         Module strcspn.
1143         * strcspn.m4: New file.
1144
1145         Module strpbrk.
1146         * strpbrk.m4: New file.
1147
1148         Module strstr.
1149         * strstr.m4: New file.
1150
1151         Module strerror.
1152         * strerror.m4: New file.
1153
1154         Module mktime.
1155         * mktime.m4: Renamed from jm-mktime.m4.
1156         (gl_PREREQ_MKTIME): New macro.
1157         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
1158
1159         Module malloc.
1160         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
1161         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
1162         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
1163
1164         Module realloc.
1165         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
1166         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
1167         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
1168
1169         Module strftime.
1170         * tm_gmtoff.m4: New file, extracted from strftime.m4.
1171         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
1172         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
1173         gl_TM_GMTOFF.
1174         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
1175
1176         Module xalloc.
1177         * xalloc.m4: New file.
1178
1179         Module alloca.
1180         * alloca.m4: New file.
1181
1182         Module putenv.
1183         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
1184         (jm_FUNC_PUTENV): Invoke it.
1185
1186         Module setenv.
1187         * setenv.m4 (gt_FUNC_SETENV): New macro.
1188         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
1189         when invoked twice.
1190         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
1191         gt_FUNC_SETENV.
1192
1193         Module memrchr.
1194         * memrchr.m4: New file.
1195
1196         Module stpcpy.
1197         * stpcpy.m4: New file.
1198
1199         Module strcase.
1200         * strcase.m4: New file.
1201
1202         Module strdup.
1203         * strdup.m4: New file.
1204
1205         Module strnlen.
1206         * strnlen.m4: New file.
1207
1208         Module strndup.
1209         * strndup.m4: New file.
1210
1211         Module xstrtod.
1212         * xstrtod.m4: New file.
1213
1214         Module xstrtol.
1215         * xstrtol.m4: New file.
1216
1217         Module getdate.
1218         * getdate.m4: New file.
1219
1220         Module unlocked-io.
1221         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
1222         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
1223         * jm-glibc-io.m4n: Remove file.
1224
1225         Module long-options.
1226         * long-options.m4: New file.
1227
1228         Module md5.
1229         * md5.m4: New file.
1230
1231         Module sha.
1232         * sha.m4: New file.
1233
1234         Module getstr.
1235         * getstr.m4: New file.
1236
1237         Module getline.
1238         * getline.m4 (gl_PREREQ_GETLINE): New macro.
1239         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
1240         <sys/types.h>, for size_t. Use the function name gnu_getline, not
1241         simply getline. Infoke gl_PREREQ_GETLINE.
1242
1243         Module obstack.
1244         * obstack.m4: New file.
1245
1246         Module hash.
1247         * hash.m4: New file.
1248
1249         Module readtokens.
1250         * readtokens.m4: New file.
1251
1252         Module strverscmp.
1253         * strverscmp.m4: New file.
1254
1255         Module stdbool.
1256         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
1257
1258         Module strtoll.
1259         * strtoll.m4: New file.
1260
1261         Module strtoull.
1262         * strtoull.m4: New file.
1263
1264         Module strtoimax.
1265         * strtoimax.m4: New file.
1266
1267         Module strtoumax.
1268         * strtoumax.m4: New file.
1269
1270         Module xstrtoimax.
1271         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
1272         Moved the strtol prerequisites to strtol.m4.
1273         Moved the strtoll prerequisites to strtoll.m4.
1274         Moved the strtoimax prerequisites to strtoimax.m4.
1275
1276         Module xstrtoumax.
1277         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
1278         Moved the strtoul prerequisites to strtoul.m4.
1279         Moved the strtoull prerequisites to strtoull.m4.
1280         Moved the strtoumax prerequisites to strtoumax.m4.
1281
1282         Module chown.
1283         * chown.m4 (gl_PREREQ_CHOWN): New macro.
1284         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
1285
1286         Module dup2.
1287         * dup2.m4: New file.
1288
1289         Module ftruncate.
1290         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
1291         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
1292
1293         Module getgroups.
1294         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
1295         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
1296
1297         Module gettimeofday.
1298         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
1299         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
1300         gl_PREREQ_GETTIMEOFDAY.
1301
1302         Module mkdir.
1303         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
1304         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
1305
1306         Module mkstemp.
1307         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
1308         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
1309         jm_AC_TYPE_UINTMAX_T.
1310         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
1311
1312         Module stat.
1313         * stat.m4 (gl_PREREQ_STAT): New macro.
1314         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
1315
1316         Module lstat.
1317         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
1318         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
1319
1320         Module timespec.
1321         * timespec.m4 (gl_TIMESPEC): New macro.
1322         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
1323         * st_mtim.m4: Indentation.
1324
1325         Module nanosleep.
1326         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
1327         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
1328         gl_PREREQ_NANOSLEEP.
1329
1330         Module regex.
1331         * regex.m4 (jm_PREREQ_REGEX): New macro.
1332         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
1333         (gl_REGEX): New macro.
1334
1335         Module rename.
1336         * rename.m4 (gl_PREREQ_RENAME): New macro.
1337         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
1338
1339         Module rmdir.
1340         * rmdir.m4: New file.
1341
1342         Module utime.
1343         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
1344         * utime.m4 (gl_PREREQ_UTIME): New macro.
1345         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
1346
1347         Module dirname.
1348         * dirname.m4: New file.
1349
1350         Module getopt.
1351         * getopt.m4: New file.
1352
1353         Module unistd-safer.
1354         * unistd-safer.m4: New file.
1355
1356         Module fnmatch.
1357         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
1358         declaration.
1359         (gl_PREREQ_FNMATCH_EXTRA): New macro.
1360         (gl_FUNC_FNMATCH_POSIX): New macro.
1361         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
1362         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
1363         simply fnmatch.
1364
1365         Module exclude.
1366         * exclude.m4: New file.
1367
1368         Module human.
1369         * human.m4: New file.
1370
1371         Module acl.
1372         * acl.m4: Nop.
1373
1374         Module backupfile.
1375         * backupfile.m4: New file.
1376         * d-ino.m4: Indentation.
1377
1378         Module fsusage.
1379         * fsusage.m4 (gl_FSUSAGE): New macro.
1380         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
1381         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
1382
1383         Module dirfd.
1384         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
1385
1386         Module euidaccess.
1387         * euidaccess.m4: New file.
1388
1389         Module file-type.
1390         * file-type.m4: New file.
1391
1392         Module fileblocks.
1393         * fileblocks.m4: New file.
1394
1395         Module filemode.
1396         * filemode.m4: New file.
1397
1398         Module isdir.
1399         * isdir.m4: New file.
1400
1401         Module lchown.
1402         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
1403         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
1404
1405         Module makepath.
1406         * makepath.m4: New file.
1407
1408         Module modechange.
1409         * modechange.m4: New file.
1410
1411         Module mountlist.
1412         * mountlist.m4: New file.
1413         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
1414         Indentation.
1415
1416         Module path-concat.
1417         * path-concat.m4: New file.
1418
1419         Module pathmax.
1420         * pathmax.m4: New file.
1421
1422         Module same.
1423         * same.m4: New file.
1424
1425         Module save-cwd.
1426         * save-cwd.m4: New file.
1427
1428         Module savedir.
1429         * savedir.m4: New file.
1430
1431         Module xgetcwd.
1432         * xgetcwd.m4: New file.
1433         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
1434
1435         Module xreadlink.
1436         * xreadlink.m4: New file.
1437
1438         Module safe-read.
1439         * safe-read.m4: New file.
1440
1441         Module safe-write.
1442         * safe-write.m4: New file.
1443
1444         Module closeout.
1445         * closeout.m4: New file.
1446
1447         Module stdio-safer.
1448         * stdio-safer.m4: New file.
1449
1450         Module getpass.
1451         * getpass.m4: New file.
1452
1453         Module getugroups.
1454         * getugroups.m4: New file.
1455
1456         Module group-member.
1457         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
1458         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
1459
1460         Module idcache.
1461         * idcache.m4: New file.
1462
1463         Module userspec.
1464         * userspec.m4: New file.
1465
1466         Module gettime.
1467         * clock_time.m4: New file.
1468         * gettime.m4: New file.
1469
1470         Module settime.
1471         * settime.m4: New file.
1472
1473         Module posixtm.
1474         * posixtm.m4: New file.
1475
1476         Module gethostname.
1477         * gethostname.m4: New file.
1478
1479         Module canon-host.
1480         * canon-host.m4: New file.
1481
1482         Module gettext.
1483         * codeset.m4: New file, from gettext-0.11.5.
1484         * gettext.m4: New file, from gettext-0.11.5.
1485         * glibc21.m4: New file, from gettext-0.11.5.
1486         * iconv.m4: New file, from gettext-0.11.5.
1487         * intdiv0.m4: New file, from gettext-0.11.5.
1488         * inttypes-pri.m4: New file, from gettext-0.11.5.
1489         * inttypes.m4: New file, from gettext-0.11.5.
1490         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
1491         * isc-posix.m4: New file, from gettext-0.11.5.
1492         * lcmessage.m4: New file, from gettext-0.11.5.
1493         * lib-ld.m4: New file, from gettext-0.11.5.
1494         * lib-link.m4: New file, from gettext-0.11.5.
1495         * lib-prefix.m4: New file, from gettext-0.11.5.
1496         * progtest.m4: New file, from gettext-0.11.5.
1497         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
1498         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
1499         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
1500
1501         Module localcharset.
1502         * localcharset.m4: New file.
1503
1504         Module hard-locale.
1505         * hard-locale.m4: New file.
1506
1507         Module mbswidth.
1508         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
1509         onceonly macros.
1510         * mbrtowc.m4: Add comment.
1511
1512         Module memcasecmp.
1513         * memcasecmp.m4: New file.
1514
1515         Module memcoll.
1516         * memcoll.m4: New file.
1517
1518         Module unicodeio.
1519         * unicodeio.m4: New file.
1520
1521         Module rpmatch.
1522         * rpmatch.m4: New file.
1523
1524         Module yesno.
1525         * yesno.m4: New file.
1526
1527         Module exitfail.
1528         * exitfail.m4: New file.
1529
1530         Module c-stack.
1531         * c-stack.m4 (gl_C_STACK): New macro.
1532         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
1533
1534         Module error.
1535         * error.m4 (gl_ERROR): New macro.
1536         (jm_PREREQ_ERROR): Use onceonly macros.
1537
1538         Module fatal.
1539         * fatal.m4: New file.
1540
1541         Module getloadavg.
1542         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
1543         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
1544
1545         Module getpagesize.
1546         * getpagesize.m4: New file.
1547
1548         Module getusershell.
1549         * getusershell.m4: New file.
1550
1551         Module physmem.
1552         * physmem.m4: New file.
1553
1554         Module posixver.
1555         * posixver.m4: New file.
1556
1557         Module quotearg.
1558         * quotearg.m4: New file.
1559
1560         Module quote.
1561         * quote.m4: New file.
1562
1563         Module readutmp.
1564         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
1565
1566         Module sig2str.
1567         * sig2str.m4: New file.
1568
1569         Other.
1570         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
1571         ulonglong.m4.
1572         * intmax_t.m4: New file.
1573         * d-type.m4: Indentation.
1574         * jm-macros.m4: Update.
1575         * prereq.m4 (jm_PREREQ): Update.
1576         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
1577         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
1578         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
1579         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
1580         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
1581         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
1582         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
1583         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
1584         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
1585         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
1586         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
1587         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
1588         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
1589         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
1590         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
1591         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
1592         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
1593         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
1594         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
1595
1596 2002-12-18  Bruno Haible  <bruno@clisp.org>
1597
1598         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
1599         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
1600
1601 2002-12-17  Bruno Haible  <bruno@clisp.org>
1602
1603         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
1604         stdlib.h, string.h.
1605
1606 2002-12-11  Bruno Haible  <bruno@clisp.org>
1607
1608         * setenv.m4: New file, from gettext-0.11.5.
1609
1610 2002-12-06  Paul Eggert  <eggert@twinsun.com>
1611
1612         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
1613         a pain in practice to deal with generated m4 files.  This change
1614         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
1615
1616         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
1617         and jm-glibc-io.m4, as they are no longer a special case.
1618         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
1619         kludge and the auto-generation stuff.  Check only whether the
1620         functions are declared, not whether they exist, since older hosts
1621         that don't declare the functions can't use the optimization anyway.
1622
1623 2002-07-06  Jim Meyering  <meyering@lucent.com>
1624
1625         * README: Don't mention Makefile.am.in.
1626         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
1627
1628 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1629
1630         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
1631
1632 2002-06-22  Jim Meyering  <meyering@lucent.com>
1633
1634         * c-stack.m4: New file, from diffutils-2.8.2.
1635         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
1636
1637         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
1638         now that configure.ac uses AC_GNU_SOURCE.
1639         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
1640         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
1641
1642         Update to latest tools.  Suggestions from Paul Eggert.
1643         * stdbool.m4: New file, from diffutils-2.8.2.
1644         * gnu-source.m4: Update from diffutils-2.8.2.
1645         * fnmatch.m4: Likewise.
1646         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
1647         to AC_HEADER_STDBOOL
1648
1649 2002-06-21  Jim Meyering  <meyering@lucent.com>
1650
1651         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
1652         * mbrtowc.m4: Likewise.
1653
1654         * mbstate_t.m4: Update from diffutils-2.8.2.
1655         * mbswidth.m4: Reflect name change:
1656         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
1657         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1658
1659         * lib-link.m4: Update from gettext-0.11.2.
1660         * gettext.m4: Likewise.
1661
1662         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
1663         From Alfred M. Szmidt.
1664
1665 2002-05-19  Paul Eggert  <eggert@twinsun.com>
1666
1667         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
1668
1669 2002-06-07  Jim Meyering  <meyering@lucent.com>
1670
1671         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
1672         They're needed at least for NetBSD 1.5.2.
1673         ($statxfs_includes): Include those same headers.
1674         ($statxfs_includes): Include sys/vfs.h if available.
1675         ($statxfs_includes): Likewise for sys/statvfs.h.
1676         Check for the following members in both structs statfs and statvfs:
1677         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
1678
1679 2002-06-01  Jim Meyering  <meyering@lucent.com>
1680
1681         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
1682         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
1683
1684 2002-05-28  Jim Meyering  <meyering@lucent.com>
1685
1686         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
1687         Reported by Volker Borchert.
1688
1689 2002-05-27  Jim Meyering  <meyering@lucent.com>
1690
1691         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
1692         localtime.
1693
1694         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
1695         use the replacement function; it wouldn't resolve at link time.
1696         Reported by Volker Borchert.
1697
1698 2002-04-30  Jim Meyering  <meyering@lucent.com>
1699
1700         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
1701
1702 2002-04-29  Paul Eggert  <eggert@twinsun.com>
1703
1704         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
1705         Do not check for alloca.h (no longer used) or stdbool.h (was never
1706         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
1707
1708 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1709
1710         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
1711
1712 2002-04-29  Jim Meyering  <meyering@lucent.com>
1713
1714         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
1715         * prereq.m4: Add jm_PREREQ_STRNLEN.
1716         Use AC_FUNC_STRNLEN here instead.
1717
1718         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
1719         With autoconf-2.53a, it's part of AC_PROG_CC.
1720
1721 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1722
1723         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
1724         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
1725
1726 2002-04-24  Jim Meyering  <meyering@lucent.com>
1727
1728         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
1729         (jm_PREREQ): Use it.
1730
1731         * getloadavg.m4: Check for these headers: locale.h unistd.h
1732         mach/mach.h fcntl.h.
1733         Check for this function: setlocale.
1734
1735 2002-04-16  Jim Meyering  <meyering@lucent.com>
1736
1737         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
1738         ut_pid, ut_id, ut_exit.
1739
1740 2002-04-12  Jim Meyering  <meyering@lucent.com>
1741
1742         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
1743         check for f_type in sys/mount.h.  Instead, just test for the existence
1744         of the getmntinfo function.  Needed for Darwin 5.3.
1745
1746         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
1747         This is necessary at least on Darwin 5.3.
1748
1749         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
1750         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
1751         in the library, and that makes some versions of ranlib object.
1752
1753 2002-04-09  Jim Meyering  <meyering@lucent.com>
1754
1755         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
1756         to be more precise.  Rather than saying we're checking whether the
1757         function `works', say what we're testing.
1758         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
1759         Reported by Bruno Haible.
1760
1761 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1762
1763         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
1764         Check for clock_settime.
1765
1766 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1767
1768         * acl.m4: New file.
1769         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
1770         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
1771
1772 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
1773
1774         * codeset.m4: Upgrade to gettext-0.11.
1775         * gettext.m4: Upgrade to gettext-0.11.
1776         * glibc21.m4: Upgrade to gettext-0.11.
1777         * iconv.m4: Upgrade to gettext-0.11.
1778         * isc-posix.m4: Upgrade to gettext-0.11.
1779         * lcmessage.m4: Upgrade to gettext-0.11.
1780         * lib-ld.m4: New file, from gettext-0.11.
1781         * lib-link.m4: New file, from gettext-0.11.
1782         * lib-prefix.m4: New file, from gettext-0.11.
1783         * progtest.m4: Upgrade to gettext-0.11.
1784
1785 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1786
1787         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
1788         (jm_PREREQ): Use it.
1789
1790 2002-01-26  Jim Meyering  <meyering@lucent.com>
1791
1792         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
1793         * strnlen.m4: Remove file, now that it's part of autoconf.
1794
1795 2002-01-22  Paul Eggert  <eggert@twinsun.com>
1796
1797         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
1798
1799 2002-01-19  Jim Meyering  <meyering@lucent.com>
1800
1801         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
1802         Remove useless quotes: DF_PROG="df".
1803         * strnlen.m4: New file.
1804
1805 2001-12-14  Jim Meyering  <meyering@lucent.com>
1806
1807         * jm-macros.m4 (jm_MACROS): Check for iswspace.
1808         Suggestion from Bruno Haible.
1809
1810 2001-11-20  Jim Meyering  <meyering@lucent.com>
1811
1812         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
1813         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
1814
1815 2001-11-19  Jim Meyering  <meyering@lucent.com>
1816
1817         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
1818         directory.  Use "conftestXXXXXX" as the template.
1819         Suggestion from Paul Eggert.
1820
1821         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
1822         so the test doesn't mistakenly hit the max-open-files limit.
1823
1824 2001-11-18  Jim Meyering  <meyering@lucent.com>
1825
1826         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
1827
1828 2001-11-17  Jim Meyering  <meyering@lucent.com>
1829
1830         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
1831         Prompted by a report from Bob Proulx.
1832
1833         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
1834         Instead, require UTILS_FUNC_MKSTEMP.
1835
1836 2001-11-11  Jim Meyering  <meyering@lucent.com>
1837
1838         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
1839         Now, that's done as part of AC_FUNC_STRTOD.
1840
1841 2001-10-22  Paul Eggert  <eggert@twinsun.com>
1842
1843         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
1844         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
1845
1846 2001-11-10  Jim Meyering  <meyering@lucent.com>
1847
1848         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
1849         (jm_PREREQ): Use it.
1850
1851 2001-11-09  Jim Meyering  <meyering@lucent.com>
1852
1853         * jm-macros.m4: Require autoconf-2.52f.
1854         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
1855         Use these AC_-prefixed names, not the AM_-prefixed ones.
1856
1857         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
1858
1859 2001-11-04  Jim Meyering  <meyering@lucent.com>
1860
1861         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
1862
1863 2001-11-03  Jim Meyering  <meyering@lucent.com>
1864
1865         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
1866         of AC_DEFUN.
1867
1868         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
1869         know the name of the variable in the macro definition.
1870
1871 2001-11-01  Jim Meyering  <meyering@lucent.com>
1872
1873         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1874         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1875
1876 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1877
1878         * error.m4 (jm_PREREQ_ERROR):
1879         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1880         AC_FUNC_STRERROR_R does that.
1881         Check for strerror declaration.
1882
1883         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1884         are supposed to have them these days.
1885         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1886         Merge changes from latest Autoconf CVS.
1887         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1888         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1889         POSIX decided to standardize on the int flavor of strerror_r.
1890
1891 2001-09-30  Jim Meyering  <meyering@lucent.com>
1892
1893         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1894         `struct fsstat' has the `f_fstypename' member.
1895         Use that to define FS_TYPE, which is now used to make
1896         the getfsstat link test tighter.
1897
1898 2001-09-29  Jim Meyering  <meyering@lucent.com>
1899
1900         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1901         [one-argument getmntent function]): Include stdio.h before mntent.h.
1902         SunOS 4.1.x needs it for the declaration of `FILE'.
1903         Patch by Volker Borchert.
1904
1905         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1906         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1907         sys/fs_types.h, and make the link-test for getfsstat guard #include
1908         directives with appropriate #if HAVE_*_H tests so that we can
1909         detect getfsstat on Apple Darwin1.3.7 systems.
1910         Reported by Nelson Beebe.
1911         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1912
1913 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1914
1915         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1916         #defines strtoimax.  Also treat the other strto* functions
1917         like strtoimax.
1918
1919         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1920         Check for strtoul and strtoumax,
1921         as those declarations are made even in the signed case.
1922         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1923         Likewise, for strtol and strtoimax.
1924
1925 2001-09-24  Jim Meyering  <meyering@lucent.com>
1926
1927         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1928
1929 2001-09-23  Jim Meyering  <meyering@lucent.com>
1930
1931         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1932         instead of the mere test for existence of mntent.h.  The latter
1933         would get a false-positive on AIX 3.4 systems.
1934         In the outer getmntent if-block, don't die if neither of the getmntent
1935         tests succeeds.  Instead, just fall through and continue with the
1936         remaining tests.
1937
1938 2001-09-22  Jim Meyering  <meyering@lucent.com>
1939
1940         * gettext.m4: New file.  From gettext.
1941         * lcmessage.m4: Sync with gettext -- this changes only comments.
1942         * progtest.m4: Likewise
1943         * isc-posix.m4: Decrement serial number to sync with gettext.
1944         * glibc21.m4: Likewise.
1945
1946         * libintl.m4: Remove.  No longer used.
1947
1948 2001-09-20  Jim Meyering  <meyering@lucent.com>
1949
1950         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1951         strtoimax.
1952         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1953         strtoumax.
1954
1955 2001-09-17  Jim Meyering  <meyering@lucent.com>
1956
1957         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1958         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1959         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1960         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1961         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1962         whenever the right hand side need not be expanded by the shell.
1963
1964 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1965
1966         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1967         library.  It's not correct, as some older glibcs are buggy.
1968         fnmatch wasn't fixed until glibc 2.2.
1969
1970         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1971         special shell magic here.
1972
1973 2001-09-16  Jim Meyering  <meyering@lucent.com>
1974
1975         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1976         * jm-macros.m4: Require it.
1977
1978 2001-09-15  Jim Meyering  <meyering@lucent.com>
1979
1980         * jm-macros.m4: Check for help2man.
1981
1982 2001-09-11  Jim Meyering  <meyering@lucent.com>
1983
1984         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1985         The body, by Paul Eggert, was moved here from configure.in.
1986         * jm-macros.m4: Require UTILS_HOST_OS.
1987
1988 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1989
1990         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1991         (jm_PREREQ): Use it.
1992
1993 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1994
1995         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1996         sys/param.h, as pathmax.h includes them.
1997
1998 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1999
2000         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
2001         (jm_PREREQ_XGETCWD): New macro.
2002
2003         * getcwd.m4: New file.
2004
2005 2001-09-01  Jim Meyering  <meyering@lucent.com>
2006
2007         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
2008         Used by df.
2009
2010 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2011
2012         Simplify code, partly by assuming autoconf 2.52 semantics.
2013
2014         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
2015
2016         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
2017         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
2018         All uses removed.
2019         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
2020         Move AC_REQUIRE to next-to-top level, to avoid confusion.
2021         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
2022         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
2023         * jm-macros.m4 (jm_MACROS): Likewise.
2024
2025         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
2026
2027         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
2028         Quote first arg of AC_DEFUN.
2029         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
2030         since they are needed to parse the include file even if we need
2031         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
2032         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
2033         but with opposite signedness.
2034
2035 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2036
2037         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
2038         (jm_PREREQ_EXCLUDE): New macro.
2039
2040 2001-08-26  Jim Meyering  <meyering@lucent.com>
2041
2042         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
2043
2044         * xstrtoimax.m4: New file.
2045         * xstrtoumax.m4: Add comments explaining why we
2046         AC_REPLACE_FUNCS(strtol).
2047
2048 2001-06-20  Paul Eggert  <eggert@twinsun.com>
2049
2050         * inttypes.m4: Add AC_PREREQ(2.13).
2051         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
2052         (jm_AC_TYPE_INTMAX_T): New macro.
2053         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
2054
2055         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
2056
2057         * longlong.m4: Renamed from ulonglong.m4.
2058         * inttypes.m4: Renamed from inttypes_h.m4.
2059         * uintmax_t.m4: Removed.
2060
2061 2001-08-12  Jim Meyering  <meyering@lucent.com>
2062
2063         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
2064         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
2065         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
2066         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
2067         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
2068         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
2069         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
2070         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
2071         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
2072         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
2073         utime.m4, utimes.m4, xstrtoumax.m4:
2074         Quote the first argument in each use of AC_DEFUN.
2075
2076 2001-08-05  Jim Meyering  <meyering@lucent.com>
2077
2078         * jm-macros.m4: Require autoconf-2.52.
2079
2080 2001-08-03  Paul Eggert  <eggert@twinsun.com>
2081
2082         The following changes are from gettext 0.10.39 as maintained by
2083         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
2084
2085         * codeset.m4: Upgrade to serial AM1.
2086         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
2087         all uses changed.  Quote first arg of AC_DEFUN.
2088         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
2089
2090         * iconv.m4: Upgrade to serial AM2.
2091         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
2092         Add --with-libconv-prefix.
2093         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
2094         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
2095         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
2096         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
2097         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
2098
2099         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
2100         * getline.m4 (AM_FUNC_GETLINE): Likewise.
2101         * glibc21.m4 (jm_GLIBC21): Likewise.
2102         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
2103         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
2104         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
2105         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
2106         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
2107         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
2108
2109         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
2110         string.h any more.
2111
2112         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
2113         not the default value.
2114
2115         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
2116         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
2117         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
2118         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
2119         Also check for iswcntrl, used for wcwidth fallback.
2120         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
2121         to Autoconf 2.13.
2122
2123 2001-08-03  Jim Meyering  <meyering@lucent.com>
2124
2125         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
2126         as it was in the original.  Reported by Paul Eggert.
2127
2128 2001-07-16  Jim Meyering  <meyering@lucent.com>
2129
2130         * gettimeofday.m4: New file.
2131         Prompted by a report from Bernhard Baehr.
2132
2133 2001-07-15  Jim Meyering  <meyering@lucent.com>
2134
2135         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
2136         Now it's in ../Makefile.cfg.
2137
2138 2001-07-04  Jim Meyering  <meyering@lucent.com>
2139
2140         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
2141         that generates jm-glibc-io.m4 so that it doesn't trigger any make
2142         distcheck failure.
2143
2144 2001-07-02  Jim Meyering  <meyering@lucent.com>
2145
2146         The following changes were prompted by suggestions from Bruno Haible.
2147
2148         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
2149         is now generated.
2150         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
2151         definition of EXTRA_DIST.
2152         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
2153         ensure that the generated file is created/updated whenever the list
2154         of $(unlocked_functions) is changed.
2155         (jm-glibc-io.m4): New rule.
2156         (unlocked-io.h): New rule -- currently unused.
2157
2158 2001-06-24  Jim Meyering  <meyering@lucent.com>
2159
2160         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
2161         unmatched right bracket, rather than kludging it with an extra,
2162         falsely-matching quote in a comment.  Patch by Akim Demaille.
2163
2164 2001-05-27  Jim Meyering  <meyering@lucent.com>
2165
2166         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
2167         Check for ut_type in struct utmp.
2168
2169 2001-05-22  Jim Meyering  <meyering@lucent.com>
2170
2171         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
2172         now that we use the package-supplied version unconditionally.
2173         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2174
2175 2001-05-21  Jim Meyering  <meyering@lucent.com>
2176
2177         * regex.m4: Change a couple backticks to single quotes to avoid shell
2178         syntax errors.
2179
2180 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
2181
2182         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
2183
2184 2001-05-11  Paul Eggert  <eggert@twinsun.com>
2185
2186         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
2187         Don't bother to check library strftime, since
2188         we'll be using our own my_strftime function anyway.
2189         Define my_strftime instead of strftime.
2190
2191 2001-05-15  Jim Meyering  <meyering@lucent.com>
2192
2193         * regex.m4: Use proper quoting so brackets appear in the test program.
2194         Reported by, and with help from, Bruno Haible.
2195
2196 2001-05-13  Jim Meyering  <meyering@lucent.com>
2197
2198         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
2199
2200 2000-11-26  Paul Eggert  <eggert@twinsun.com>
2201
2202         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
2203
2204 2001-04-21  Jim Meyering  <meyering@lucent.com>
2205
2206         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
2207         doesn't interfere.
2208
2209 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
2210
2211         * ftruncate.m4: Check for chsize.
2212         Link with ftruncate.o unconditionally if ftruncate is missing.
2213         This was required when cross-compiling to i586-mingw32msvc.
2214
2215 2001-03-24  Jim Meyering  <meyering@lucent.com>
2216
2217         * jm-macros.m4: Require autoconf-2.49d.
2218
2219 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
2220
2221         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
2222
2223 2001-03-17  Jim Meyering  <meyering@lucent.com>
2224
2225         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
2226         now that the version in autoconf is equivalent.
2227         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
2228
2229         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
2230         Suggestion from Akim Demaille.
2231
2232         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
2233         (jm_PREREQ_TEMPNAME): New function.
2234
2235 2001-02-25  Paul Eggert  <eggert@twinsun.com>
2236
2237         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
2238         lacks mkstemp.  Compile our own tempname.c if we compile our own
2239         mkstemp.c, as mkstemp relies on tempname.
2240
2241 2001-03-01  Jim Meyering  <meyering@lucent.com>
2242
2243         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
2244         AH_VERBATIM really does output its argument verbatim.
2245
2246 2001-02-18  Paul Eggert  <eggert@twinsun.com>
2247
2248         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
2249
2250 2001-02-17  Jim Meyering  <meyering@lucent.com>
2251
2252         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
2253         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
2254         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
2255         UnixWare 7.1.1.
2256
2257         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
2258         rather than AC_CACHE_VAL.
2259
2260 2001-02-17  Paul Eggert  <eggert@twinsun.com>
2261
2262         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
2263         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
2264         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
2265         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
2266
2267 2001-02-07  Jim Meyering  <meyering@lucent.com>
2268
2269         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
2270
2271 2001-02-05  Jim Meyering  <meyering@lucent.com>
2272
2273         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
2274         it includes the patch required for `large file' support with at least
2275         HP-UX's 10.20 /bin/cc.
2276
2277 2001-02-03  Jim Meyering  <meyering@lucent.com>
2278
2279         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
2280         AS_IF, now that it works once again (mysteriously).
2281         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2282
2283 2001-01-30  Jim Meyering  <meyering@lucent.com>
2284
2285         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
2286         * chown.m4: Rename conftestchown to conftest.chown.
2287         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
2288         * utimes.m4: s/conftestdata/conftest.data/
2289         Inspired by Pavel Roskin's change in autoconf.
2290
2291 2001-01-27  Jim Meyering  <meyering@lucent.com>
2292
2293         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
2294         a use of AS_IF.
2295         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2296
2297 2001-01-26  Jim Meyering  <meyering@lucent.com>
2298
2299         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
2300         quotearg.c includes it.
2301
2302 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
2303
2304         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
2305         has const.
2306
2307 2001-01-20  Jim Meyering  <meyering@lucent.com>
2308
2309         Be sure that headers are checked before used in code compiled
2310         for the type checks.
2311         * jm-macros.m4 (jm_MACROS): Remove all header checks.
2312         In place of that, invoke jm_CHECK_ALL_TYPES.
2313         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
2314         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
2315         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
2316         The check for ssize_t was mistakenly run before the test for unistd.h.
2317
2318         The configure-time check for stdbool.h was missing.
2319         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
2320         (jm_PREREQ_HASH): New function.
2321
2322 2001-01-17  Jim Meyering  <meyering@lucent.com>
2323
2324         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
2325         for autoconf-2.49c.
2326         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
2327
2328 2001-01-14  Jim Meyering  <meyering@lucent.com>
2329
2330         * rename.m4: Use temporary directories named conftestdir{,2}, not
2331         foo and bar.  Create conftestdir/ in the script, not in the C code.
2332         Remove directories in the script, not in the C code.
2333         Remove conftestdir{,2} before trying to create the directory.
2334         Make the entire configure script fail if the mkdir fails.
2335
2336 2001-01-02  Volker Borchert  <bt@teknon.de>
2337
2338         * rename.m4: New file.
2339         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
2340
2341 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
2342
2343         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
2344         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
2345         so `make install' also works in VPATH builds.
2346
2347 2001-01-01  Jim Meyering  <meyering@lucent.com>
2348
2349         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
2350         on systems with utmpx.h.  It's necessary for the declaration of utmp's
2351         ut_user member.  Reported by Andreas Jaeger.
2352
2353         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
2354         They are required for the declarations of getgrgid and getpwuid resp.
2355         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
2356         Reported by Andreas Jaeger.
2357
2358 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
2359
2360         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
2361         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
2362         can be used in subdirectories.
2363
2364 2000-12-26  Jim Meyering  <meyering@lucent.com>
2365
2366         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
2367         with autoheader.
2368
2369 2000-12-17  Jim Meyering  <meyering@lucent.com>
2370
2371         * dos.m4 (jm_AC_DOS): New file and macro.
2372         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
2373
2374 2000-12-06  Paul Eggert  <eggert@twinsun.com>
2375
2376         * off_t-format.m4: Remove this file.
2377         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
2378
2379 2000-12-06  Jim Meyering  <meyering@lucent.com>
2380
2381         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
2382         strtoull, we may well need the replacement strtoul, too.
2383         Check for declarations of strtoul and strtoull.
2384         Check for strtol.  Mainly as a cue to cause automake to include
2385         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
2386         Check for limits.h -- strtol.c needs it.
2387
2388 2000-12-02  Jim Meyering  <meyering@lucent.com>
2389
2390         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
2391         * jm-macros.m4 (jm_MACROS): require it.
2392
2393 2000-11-30  Jim Meyering  <meyering@lucent.com>
2394
2395         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
2396
2397 2000-11-30  Jim Meyering  <meyering@lucent.com>
2398
2399         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
2400
2401 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
2402
2403         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
2404
2405 2000-11-04  Jim Meyering  <meyering@lucent.com>
2406
2407         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
2408
2409 2000-10-29  Jim Meyering  <meyering@lucent.com>
2410
2411         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
2412         * ls-mntd-fs.m4: Likewise
2413
2414 2000-10-28  Jim Meyering  <meyering@lucent.com>
2415
2416         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
2417         (jm_PREREQ_MEMCHR): New function.
2418
2419 2000-10-21  Jim Meyering  <meyering@lucent.com>
2420
2421         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
2422         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
2423         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
2424
2425 2000-09-18  Jim Meyering  <meyering@lucent.com>
2426
2427         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
2428         Otherwise, everyone ends up linking with -lelf for some configurations.
2429         Reported by Mike Stone.
2430
2431 2000-08-26  Jim Meyering  <meyering@lucent.com>
2432
2433         * jm-macros.m4: Use jm_FUNC_FPENDING.
2434         * fpending.m4: New file.
2435
2436 2000-08-20  Jim Meyering  <meyering@lucent.com>
2437
2438         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
2439         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
2440         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
2441
2442 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2443
2444         Improve fileutils installation on systems where running
2445         programs (like install) can't be unlinked.
2446         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
2447         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
2448
2449 2000-08-06  Paul Eggert  <eggert@twinsun.com>
2450
2451         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
2452         not char, for compatibility with glibc 2.1.3 strftime.c.
2453
2454 2000-07-23  Paul Eggert  <eggert@twinsun.com>
2455
2456         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2457
2458 2000-07-23  Jim Meyering  <meyering@lucent.com>
2459
2460         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
2461         getgrgid, getpwuid, getuid.
2462
2463 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
2464
2465         * mbswidth.m4: New file.
2466         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
2467
2468 2000-07-14  Jim Meyering  <meyering@lucent.com>
2469
2470         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
2471
2472 2000-07-10  Paul Eggert  <eggert@twinsun.com>
2473
2474         From a suggestion by Bruno Haible.
2475         * mbstate_t.m4 (AC_MBSTATE_T):
2476         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
2477         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
2478         and mbstate_t, to a single-part test that simply defines mbstate_t.
2479         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
2480
2481 2000-07-10  Jim Meyering  <meyering@lucent.com>
2482
2483         * strerror_r.m4: Mirror the correction made in autoconf.
2484
2485         * gnu-source.m4: Output to confdefs.h directly.
2486         Suggestion from Akim Demaille.
2487
2488 2000-07-09  Jim Meyering  <meyering@lucent.com>
2489
2490         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
2491         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
2492
2493         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
2494         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
2495
2496 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2497
2498         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
2499         to strerror_r.
2500         Include <ctype.h> for use of isalpha.
2501
2502 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2503         and Bruno Haible  <haible@clisp.cons.org>
2504
2505         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
2506         only if the test for an object-type mbstate_t fails.  This
2507         prevents us from mistakenly reporting that mbstate_t is a
2508         system object type after we "#define mbstate_t int" to work
2509         around its lack.
2510
2511 2000-07-04  Jim Meyering  <meyering@lucent.com>
2512
2513         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
2514         of the deprecated AC_CHECKING.
2515
2516 2000-07-03  Jim Meyering  <meyering@lucent.com>
2517
2518         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
2519
2520 2000-07-03  Paul Eggert  <eggert@twinsun.com>
2521
2522         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
2523         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2524
2525 2000-07-02  Jim Meyering  <meyering@lucent.com>
2526
2527         * mbstate_t.m4: Also define mbstate_t, if necessary.
2528
2529         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
2530         AC_LIBOBJ(function_name).
2531         * chown.m4: Likewise.
2532         * fnmatch.m4: Likewise.
2533         * ftruncate.m4: Likewise.
2534         * getgroups.m4: Likewise.
2535         * getline.m4: Likewise.
2536         * group-member.m4: Likewise.
2537         * jm-macros.m4: Likewise.
2538         * lstat.m4: Likewise.
2539         * malloc.m4: Likewise.
2540         * memcmp.m4: Likewise.
2541         * nanosleep.m4: Likewise.
2542         * putenv.m4: Likewise.
2543         * realloc.m4: Likewise.
2544         * regex.m4: Likewise.
2545         * stat.m4: Likewise.
2546         * strftime.m4: Likewise.
2547
2548 2000-07-01  Jim Meyering  <meyering@lucent.com>
2549
2550         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
2551         problem.
2552
2553 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2554
2555         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
2556         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
2557
2558 2000-07-01  Jim Meyering  <meyering@lucent.com>
2559
2560         * uptime.m4: Put double quotes around use of $cross_compiling.
2561
2562 2000-06-28  Jim Meyering  <meyering@lucent.com>
2563
2564         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
2565         by quotearg.c, for which we perform this test.  From Bruno Haible.
2566
2567 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2568
2569         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
2570         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
2571         <utmpx.h> exists, put readutmp.o into LIBOBJS.
2572
2573 2000-06-25  Jim Meyering  <meyering@lucent.com>
2574
2575         * mbstate_t.m4: Include stdio.h before wchar.h to work around
2576         Linux header bug when _XOPEN_SOURCE is defined to 500.
2577
2578 2000-06-24  Jim Meyering  <meyering@lucent.com>
2579
2580         * strerror_r.m4: Revive this file -- to try out an experimental
2581         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
2582         for which strerror does return char*, but which lacks a conveniently
2583         accessible declaration of the function.  If the compile-test says
2584         strerror_r doesn't work, then resort to a `run'-test that works on
2585         BeOS and segfaults on DEC Unix.
2586
2587 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2588
2589         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
2590         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
2591
2592 2000-06-23  Jim Meyering  <meyering@lucent.com>
2593
2594         * afs.m4: Add missing AC_MSG_RESULT.
2595         Reported by Bruno Haible.
2596
2597         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
2598         Suggestion from Bruno Haible.
2599
2600 2000-06-21  Jim Meyering  <meyering@lucent.com>
2601
2602         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
2603
2604 2000-06-18  Jim Meyering  <meyering@lucent.com>
2605
2606         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
2607
2608         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
2609         `checking whether...' message to be consistent with that of the
2610         lstat test.
2611
2612 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
2613
2614         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
2615
2616 2000-06-12  Jim Meyering  <meyering@lucent.com>
2617
2618         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
2619         from autoconf, and tweak the latter to accept an optional argument.
2620         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
2621         the optional argument, `lib'.
2622
2623 2000-06-08  Jim Meyering  <meyering@lucent.com>
2624
2625         * largefile.m4: Remove file (now that it's part of autoconf).
2626
2627 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2628
2629         Rewrite largefile configuration so that we don't need to run
2630         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
2631         AC_CANONICAL_HOST in configure.in -- jmm]
2632
2633         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
2634         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
2635         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
2636         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
2637         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
2638         All uses changed.
2639         Instead of inspecting the output of getconf, try to compile the
2640         test program without and with the macro definition.
2641         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
2642         for getconf.  Instead, check for the needed flags by compiling
2643         test programs.
2644
2645 2000-06-03  Jim Meyering  <meyering@lucent.com>
2646
2647         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
2648         now that autoconf requires that.
2649
2650         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
2651         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
2652         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
2653
2654 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2655
2656         * glibc21.m4: New file.
2657         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
2658
2659 2000-05-28  Jim Meyering  <meyering@lucent.com>
2660
2661         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
2662         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2663         * stat.m4: Likewise.
2664         * lstat.m4: Likewise.
2665         * lstat-slash.m4: Remove file (absorbed into autoconf).
2666
2667         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
2668         * strerror_r.m4: Remove file (absorbed into autoconf).
2669
2670 2000-05-26  Jim Meyering  <meyering@lucent.com>
2671
2672         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
2673
2674 2000-05-24  Jim Meyering  <meyering@lucent.com>
2675
2676         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
2677         autoconf requires that.
2678         * lib-check.m4: Likewise.
2679         * jm-macros.m4: Likewise.
2680         * strftime.m4: Likewise.
2681
2682         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
2683         now that autoconf requires that.
2684
2685 2000-05-22  Jim Meyering  <meyering@lucent.com>
2686
2687         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2688         * lstat.m4: Likewise.
2689
2690 2000-05-20  Jim Meyering  <meyering@lucent.com>
2691
2692         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
2693         (jm_PREREQ): Use it.
2694
2695 2000-05-09  Jim Meyering  <meyering@lucent.com>
2696
2697         * gettext.m4: Rename this...
2698         * libintl.m4: ...to this.
2699
2700 2000-05-06  Jim Meyering  <meyering@lucent.com>
2701
2702         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
2703         (AC_REPLACE_FUNCS): Add strnlen.
2704
2705         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
2706         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
2707
2708         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
2709         AC_SEARCH_LIBS call for nanosleep.
2710         (LIB_NANOSLEEP): Set and AC_SUBST.
2711
2712 2000-05-03  Paul Eggert  <eggert@twinsun.com>
2713
2714         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
2715         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2716         2.1.3 bug.  This avoids a clash when files like regex.c define
2717         _GNU_SOURCE.
2718
2719 2000-05-05  Jim Meyering  <meyering@lucent.com>
2720
2721         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
2722         call for clock_gettime.
2723         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
2724
2725         * search-libs.m4: Update from autoconf.
2726
2727         su doesn't work on Solaris 2.6.
2728         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
2729         <shadow.h>.  Reported by Dragos Harabor.
2730
2731 2000-05-03  Jim Meyering  <meyering@lucent.com>
2732
2733         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
2734
2735 2000-05-02  Paul Eggert  <eggert@twinsun.com>
2736
2737         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
2738         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
2739         compile-time test, rather than inspecting host and OS, to
2740         decide whether to define _LARGEFILE_SOURCE.
2741
2742 2000-05-01  Jim Meyering  <meyering@lucent.com>
2743
2744         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2745
2746         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
2747         Based on a patch from Bruno Haible.
2748
2749 2000-04-18  Jim Meyering  <meyering@lucent.com>
2750
2751         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
2752         (jm_PREREQ): Use it.
2753
2754 2000-04-17  Jim Meyering  <meyering@lucent.com>
2755
2756         Get it right :-)
2757         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
2758         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
2759         Suggestion from Akim Demaille.
2760
2761 2000-04-14  Jim Meyering  <meyering@lucent.com>
2762
2763         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
2764         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2765
2766 2000-04-13  Jim Meyering  <meyering@lucent.com>
2767
2768         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
2769         to insert required #ifndef into config.h.in.
2770         Suggestion from Akim Demaille.
2771
2772 2000-04-12  Jim Meyering  <meyering@lucent.com>
2773
2774         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
2775         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
2776         Christian Krackowizer.
2777
2778         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
2779         * jm-macros.m4 (_GNU_SOURCE): Define.
2780         (AC_SYS_LARGEFILE): Require.
2781         (AM_C_PROTOTYPES): Require.
2782
2783 2000-04-05  Paul Eggert  <eggert@twinsun.com>
2784
2785         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
2786         IRIX if the installer said otherwise.
2787
2788 2000-04-05  Jim Meyering  <meyering@lucent.com>
2789
2790         Portability tweaks required for ultrix4.3.
2791         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
2792         (jm_CHECK_DECLS): Add getutent to the list of functions.
2793         (_jm_DECL_HEADERS): Add utmpx.h.
2794         From John David Anglin.
2795
2796         * strftime.m4: Back out the 2000-04-02 change.
2797         Instead of that change, simply undefine putenv in the test program.
2798
2799 2000-04-03  Jim Meyering  <meyering@lucent.com>
2800
2801         * gettext.m4: Fix typo in comment.
2802
2803         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
2804         textutils/configure.in).  Suggestion from Paul Eggert.
2805         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
2806
2807 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2808
2809         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
2810         variable in the shell rather than using putenv, which isn't
2811         portable.  This avoids the configure-time inter-test dependency
2812         on the potentially-renamed putenv function.
2813
2814 2000-03-30  Paul Eggert  <eggert@twinsun.com>
2815
2816         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
2817         before checking struct stat.st_blksize, so that
2818         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
2819
2820 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2821
2822         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
2823         since strftime.c uses HAVE_STRFTIME to decide whether to use
2824         the underlying strftime.
2825
2826 2000-03-10  Jim Meyering  <meyering@lucent.com>
2827
2828         * lib-check.m4: Look for getspnam in -lgen, too.
2829         From Marco Franzen.
2830
2831 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2832
2833         * codeset.m4: New file.
2834         * iconv.m4: New file.
2835         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
2836
2837 2000-03-04  Jim Meyering  <meyering@lucent.com>
2838
2839         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
2840         for lib/localcharset.c.
2841
2842 2000-03-03  Jim Meyering  <meyering@lucent.com>
2843
2844         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
2845
2846 2000-03-02  Jim Meyering  <meyering@lucent.com>
2847
2848         * timespec.m4: Require AC_HEADER_TIME before the cache check so
2849         the messages come out on separate lines.
2850
2851         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
2852         rather than jm_CHECK_DECLARATIONS.
2853         * decl.m4: Remove now-unused file.
2854
2855         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
2856
2857 2000-02-27  Jim Meyering  <meyering@lucent.com>
2858
2859         * check-decl.m4: Add getenv to the list.
2860
2861 2000-02-23  Jim Meyering  <meyering@lucent.com>
2862
2863         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
2864         in place of my hack.
2865
2866 2000-02-10  Jim Meyering  <meyering@lucent.com>
2867
2868         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
2869         gnu_nanosleep to rpl_nanosleep.
2870
2871 2000-02-09  Jim Meyering  <meyering@lucent.com>
2872
2873         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2874         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
2875
2876 2000-02-08  Akim Demaille  <akim@epita.fr>
2877
2878         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2879         `[' and `]' and remove uses of `changequote'.
2880         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2881         (AC_SYS_LARGEFILE): Likewise.
2882         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2883         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2884         of changequote.
2885         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2886         * readdir.m4 (jm_FUNC_READDIR): Likewise
2887         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2888         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2889
2890 2000-02-05  Jim Meyering  <meyering@lucent.com>
2891
2892         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2893         Remove explicit use of AC_HEADER_TIME.  It is required by
2894         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2895         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2896         in autoconf whereby the expansion of the latter ended up preceding
2897         the expansion of its prerequisite, AC_HEADER_TIME.
2898         Reported by Volker Borchert.
2899
2900 2000-02-03  Jim Meyering  <meyering@lucent.com>
2901
2902         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2903
2904 2000-02-02  Jim Meyering  <meyering@lucent.com>
2905
2906         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2907         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2908         Reported by Eli Zaretskii.
2909
2910 2000-01-31  Jim Meyering  <meyering@lucent.com>
2911
2912         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2913         functions.  Add the time.h and sys/time.h headers along with the
2914         AC_REQUIRE'ment of AC_HEADER_TIME.
2915
2916 2000-01-30  Jim Meyering  <meyering@lucent.com>
2917
2918         * lib-check.m4: Clean up some kludgy old shadow password tests.
2919
2920         * prereq.m4 (utmp_includes): Define.
2921         Check for ut_user and ut_name members in both struct utmpx
2922         and struct utmp.
2923
2924 2000-01-29  Jim Meyering  <meyering@lucent.com>
2925
2926         * lib-check.m4: New file containing library-related checks from
2927         fileutils and sh-utils (textutils had none).
2928
2929 2000-01-28  Jim Meyering  <meyering@lucent.com>
2930
2931         * perl.m4: Change format of warning message to look more like that
2932         from the missing script.  Suggestion from François Pinard.
2933
2934 2000-01-25  Jim Meyering  <meyering@lucent.com>
2935
2936         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2937         as time.h in the compile check.
2938         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2939         Fix typo in cross-compiling case: s/yes/no/.
2940
2941 2000-01-23  Jim Meyering  <meyering@lucent.com>
2942
2943         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2944
2945         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2946         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2947
2948         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2949         s/space/ac_fsusage_space/.
2950         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2951
2952         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2953         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2954         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2955
2956         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2957         AC_SUBST these here, rather than just in sh-util/configure.in, so
2958         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2959         all the same.
2960         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2961         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2962         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2963         (AC_SUBST(POW_LIBM)): Likewise.
2964         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2965
2966 2000-01-22  Jim Meyering  <meyering@lucent.com>
2967
2968         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2969
2970         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2971
2972         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2973         configure.in
2974         (AC_CHECK_HEADERS): Likewise for sh-utils.
2975         (AC_CHECK_HEADERS): Likewise for textutils.
2976         Merge the three lists of headers.
2977
2978         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2979         from fileutils' configure.in.
2980
2981         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2982         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2983
2984         * check-decl.m4: Use #if rather than #ifdef.
2985         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2986         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2987         (_jm_DECL_HEADERS): Define new function.
2988         (jm_CHECK_DECLARATIONS): Require it.
2989
2990 2000-01-19  Jim Meyering  <meyering@lucent.com>
2991
2992         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2993         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2994         defines `struct timespec' in <sys/time.h>
2995
2996         * c-bs-a.m4: Remove uses of changequote altogether.
2997         Thanks to Akim for explaining.
2998
2999 2000-01-16  Jim Meyering  <meyering@lucent.com>
3000
3001         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
3002         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
3003         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
3004         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
3005
3006 2000-01-16  Jim Meyering  <meyering@lucent.com>
3007
3008         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
3009         because the latter didn't work.
3010
3011 2000-01-15  Jim Meyering  <meyering@lucent.com>
3012
3013         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
3014         (AC_REPLACE_FUNCS): Add memcpy and memset.
3015         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
3016         Add strpbrk.
3017         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
3018
3019 2000-01-12  Jim Meyering  <meyering@lucent.com>
3020
3021         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
3022         (jm_PREREQ): Use it.
3023         (jm_PREREQ_READUTMP): New macro.
3024         (jm_PREREQ): Use it.
3025
3026 2000-01-11  Paul Eggert  <eggert@twinsun.com>
3027
3028         Quote multibyte characters correctly.
3029         * c-bs-a.m4: New file.
3030         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
3031         (jm_PREREQ): Use it.
3032
3033 2000-01-11  Paul Eggert  <eggert@twinsun.com>
3034
3035         * uintmax_t.m4: Port to autoconf 2.13.
3036
3037 2000-01-08  Jim Meyering  <meyering@ascend.com>
3038
3039         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
3040         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
3041
3042 2000-01-04  Jim Meyering  <meyering@ascend.com>
3043
3044         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
3045         jm_STRUCT_DIRENT_D_TYPE.
3046         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
3047         jm_STRUCT_DIRENT_D_INO.
3048         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
3049         jm_STRUCT_UTIMBUF.
3050         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
3051         * utime.m4: Likewise.
3052
3053         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
3054         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
3055
3056 2000-01-03  Paul Eggert  <eggert@twinsun.com>
3057
3058         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
3059         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
3060
3061 2000-01-02  Jim Meyering  <meyering@ascend.com>
3062
3063         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
3064         remember if this is necessary.
3065
3066 1999-12-26  Jim Meyering  <meyering@ascend.com>
3067
3068         * jm-macros.m4: Use it here.
3069         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
3070
3071 1999-12-23  Jim Meyering  <meyering@ascend.com>
3072
3073         * jm-macros.m4: Check for clock_gettime (moved from
3074         fileutils/configure.in)
3075         Check for gettimeofday.
3076
3077 1999-12-20  Jim Meyering  <meyering@ascend.com>
3078
3079         * strftime.m4: Remove kludge, now that I'm using the fixed
3080         autoconf-2.14a-1999-12-20.
3081
3082 1999-12-19  Jim Meyering  <meyering@ascend.com>
3083
3084         * lstat-slash.m4: New file.
3085         * jm-macros.m4: Use the new macro:
3086         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3087
3088 1999-12-07  Jim Meyering  <meyering@ascend.com>
3089
3090         * perl.m4: Require that File::Compare be available, too.
3091         Too many systems seem to lack it.
3092
3093         * strftime.m4: Add checks for most of the cpp macros tested in
3094         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
3095
3096 1999-11-18  Paul Eggert  <eggert@twinsun.com>
3097
3098         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
3099         problem with the QNX 4.25 shell, which doesn't propagate exit
3100         status of failed commands inside shell assignments.
3101
3102 1999-11-17  Jim Meyering  <meyering@ascend.com>
3103
3104         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
3105
3106 1999-11-07  Jim Meyering  <meyering@ascend.com>
3107
3108         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
3109
3110 1999-11-06  Jim Meyering  <meyering@ascend.com>
3111
3112         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
3113         * jm-macros.m4 (jm_MACROS): Use it here.
3114
3115 1999-11-05  Jim Meyering  <meyering@ascend.com>
3116
3117         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
3118         of textutils, fileutils, and sh-utils into this one (shared between
3119         those packages) file.
3120         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
3121         AC_STRUCT_ST_BLKSIZE.
3122
3123 1999-11-03  Jim Meyering  <meyering@ascend.com>
3124
3125         * ssize_t.m4: Remove file.  No longer needed since the new version of
3126         AC_CHECK_TYPE checks includes unistd.h.
3127         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
3128         Suggestion from Akim Demaille.
3129
3130 1999-10-30  Jim Meyering  <meyering@ascend.com>
3131
3132         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
3133         m4-quoted string.
3134         * ls-mntd-fs.m4: Likewise.
3135         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
3136         * jm-winsz1.m4: Likewise.
3137
3138         * const.m4: Remove file, since the fix made it into the experimental
3139         version of autoconf.
3140         * mktime.m4: Likewise.
3141
3142         * check-type.m4: Remove file, now that the latest version of
3143         AC_CHECK_TYPE takes a third arg to specify additional #includes.
3144
3145         * ssize_t.m4: New file, requires experimental version of autoconf.
3146         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
3147         AC_CHECK_TYPE.
3148
3149 1999-10-04  Jim Meyering  <meyering@ascend.com>
3150
3151         * jm-macros.m4: Don't require autoconf-2.14.1.
3152
3153 1999-09-22  Paul Eggert  <eggert@twinsun.com>
3154
3155         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
3156         2.95.1 bug with HP-UX 10.20.
3157
3158 1999-09-17  Jim Meyering  <meyering@ascend.com>
3159
3160         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
3161         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
3162         due to missing strdup (against sh-utils-2.0).
3163
3164 1999-08-29  Jim Meyering  <meyering@ascend.com>
3165
3166         * jm-macros.m4: Require jm_BISON.
3167         * bison.m4: New file.
3168
3169 1999-08-17  Paul Eggert  <eggert@twinsun.com>
3170
3171         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
3172         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
3173
3174 1999-08-05  Jim Meyering  <meyering@ascend.com>
3175
3176         * getline.m4: Rename test file from conftestdata to conftest.data
3177         to avoid conflicts with `conftest' on 8+3 filesystems.
3178         Suggestion from Eli Zaretskii.
3179
3180 1999-08-04  Jim Meyering  <meyering@ascend.com>
3181
3182         * jm-macros.m4: Move a 4-line block of code from the configure.in of
3183         fileutils and sh-utils (textutils's getline test was inadequate).
3184         (AM_FUNC_GETLINE): Run this test.
3185         (AC_CHECK_FUNCS): Check for getdelim.
3186         Reported by Bob Proulx.
3187
3188 1999-08-02  Jim Meyering  <meyering@ascend.com>
3189
3190         * jm-macros.m4: Add a comment.
3191
3192 1999-08-01  Jim Meyering  <meyering@ascend.com>
3193
3194         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
3195
3196 1999-08-01  Paul Eggert  <eggert@twinsun.com>
3197
3198         * lfs.m4: Remove this file.
3199         * largefile.m4: New file.  It contains the old contents of
3200         lfs.m4, except that all names with prefix AC_LFS have been
3201         changed to use the prefix AC_SYS_LARGEFILE instead, to be
3202         compatible with future autoconf versions.  Also, some minor m4
3203         quoting problems have been fixed.
3204
3205 1999-07-16  Paul Eggert  <eggert@twinsun.com>
3206
3207         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
3208         that we can shift, multiply and divide unsigned long long
3209         values; Ultrix cc can't do it.
3210
3211 1999-07-14  Paul Eggert  <eggert@twinsun.com>
3212
3213         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
3214         <inttypes.h> defines strtoumax as a macro (and not as a
3215         function).
3216
3217 1999-07-05  Paul Eggert  <eggert@twinsun.com>
3218
3219         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
3220         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
3221         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
3222         and simplify the shell code.
3223
3224 1999-07-03  Paul Eggert  <eggert@twinsun.com>
3225
3226         * mktime.m4: New file, which is a preview of what should appear
3227         in the next public autoconf release.
3228
3229 1999-07-20  Jim Meyering  <meyering@ascend.com>
3230
3231         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
3232
3233 1999-07-15  Jim Meyering  <meyering@ascend.com>
3234
3235         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
3236
3237 1999-05-22  Jim Meyering  <meyering@ascend.com>
3238
3239         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
3240
3241 1999-05-20  Jim Meyering  <meyering@ascend.com>
3242
3243         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
3244         Add a colon after each `then' in case $4 is empty.
3245
3246 1999-05-16  Jim Meyering  <meyering@ascend.com>
3247
3248         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
3249
3250 1999-05-10  Jim Meyering  <meyering@ascend.com>
3251
3252         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
3253
3254         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
3255         AC_FUNC_MKTIME.
3256
3257 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3258
3259         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
3260
3261 1999-05-04  Paul Eggert  <eggert@twinsun.com>
3262
3263         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
3264         not CPPFLAGS, so that linking works correctly in IRIX.
3265
3266 1999-04-30  Paul Eggert  <eggert@twinsun.com>
3267
3268         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
3269
3270 1999-04-20  Jim Meyering  <meyering@ascend.com>
3271
3272         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
3273         AC_REPLACE xstroull if necessary.  From Paul Eggert.
3274         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
3275
3276 1999-04-20  Paul Eggert  <eggert@twinsun.com>
3277
3278         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
3279         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
3280         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
3281         jm_AC_TYPE_UNSIGNED_LONG_LONG.
3282         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
3283
3284         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
3285
3286 1999-04-18  Jim Meyering  <meyering@ascend.com>
3287
3288         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
3289         * jm-macros.m4: Use it.
3290
3291 1999-04-06  Jim Meyering  <meyering@ascend.com>
3292
3293         * strftime.m4: Remove test for %f.
3294
3295 1999-03-29  Jim Meyering  <meyering@ascend.com>
3296
3297         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
3298         superset of the AC_TYPE_* checks in the textutils, fileutils,
3299         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
3300         AC_TYPE_PID_T.
3301
3302 1999-03-28  Jim Meyering  <meyering@ascend.com>
3303
3304         * jm-macros.m4: Define GNU_PACKAGE here.
3305         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
3306         replaced e.g., in the *.sh files of the sh-utils.
3307
3308 1999-03-20  Jim Meyering  <meyering@ascend.com>
3309
3310         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
3311         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
3312         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
3313
3314 1999-03-19  Jim Meyering  <meyering@ascend.com>
3315
3316         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
3317
3318 1999-03-12  Jim Meyering  <meyering@ascend.com>
3319
3320         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
3321
3322 1999-03-07  Jim Meyering  <meyering@ascend.com>
3323
3324         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
3325
3326 1999-02-17  Jim Meyering  <meyering@ascend.com>
3327
3328         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
3329         in macro definition.  From Eli Zaretskii and Alain Magloire.
3330
3331 1999-02-07  Jim Meyering  <meyering@ascend.com>
3332
3333         * group-member.m4: New file -- extracted from sh-utils' configure.in.
3334
3335         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3336         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
3337
3338 1999-02-06  Jim Meyering  <meyering@ascend.com>
3339
3340         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
3341         * fnmatch.m4: Likewise.
3342         * getgroups.m4: Likewise.
3343         * lstat.m4: Likewise.
3344         * malloc.m4: Likewise.
3345         * putenv.m4: Likewise.
3346         * realloc.m4: Likewise.
3347         * regex.m4: Likewise.
3348         * stat.m4: Likewise.
3349         * strftime.m4: Likewise.
3350         Suggestion from Alain Magloire.
3351
3352         * chown.m4: Use `.$ac_objext', not `.o'.
3353         * fnmatch.m4: Likewise.
3354         * getgroups.m4: Likewise.
3355         * getline.m4: Likewise.
3356         * lstat.m4: Likewise.
3357         * malloc.m4: Likewise.
3358         * memcmp.m4: Likewise.
3359         * putenv.m4: Likewise.
3360         * realloc.m4: Likewise.
3361         * regex.m4: Likewise.
3362         * stat.m4: Likewise.
3363         * strftime.m4: Likewise.
3364         Suggestion from Alain Magloire.
3365
3366         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
3367         an argument.
3368
3369         * regex.m4: Add a run-time Test for proper operation of
3370         re_compile_pattern.
3371
3372 1999-01-31  Jim Meyering  <meyering@ascend.com>
3373
3374         * getloadavg.m4: Check for locale.h and the function, setlocale.
3375
3376 1999-01-30  Jim Meyering  <meyering@ascend.com>
3377
3378         * check-type.m4: Use 3-arg form of AC_DEFINE.
3379
3380         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
3381         rather than my private copy, now that the official one is up to date.
3382         * mktime.m4: Remove file.
3383
3384         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
3385         * uptime.m4: Likewise.
3386         * uintmax_t.m4: Likewise.
3387
3388 1999-01-28  Jim Meyering  <meyering@ascend.com>
3389
3390         * jm-macros.m4: Use jm_AFS.
3391         * afs.m4: New file (from fileutils' configure.in).
3392
3393         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
3394         * chown.m4: Likewise.
3395         * d-ino.m4: Likewise.
3396         * d-type.m4: Likewise.
3397         * fnmatch.m4: Likewise.
3398         * getgroups.m4: Likewise.
3399         * gettext.m4: Likewise.
3400         * jm-mktime.m4: Likewise.
3401         * jm-winsz2.m4: Likewise.
3402         * lcmessage.m4: Likewise.
3403         * ls-mntd-fs.m4: Likewise.
3404         * malloc.m4: Likewise.
3405         * memcmp.m4: Likewise.
3406         * putenv.m4: Likewise.
3407         * realloc.m4: Likewise.
3408         * st_mtim.m4: Likewise.
3409         * strftime.m4: Likewise.
3410
3411 1999-01-16  Jim Meyering  <meyering@ascend.com>
3412
3413         * jm-macros.m4 (ARGMATCH_DIE): Define.
3414         (ARGMATCH_DIE_DECL): Define.
3415
3416 1999-01-12  Jim Meyering  <meyering@ascend.com>
3417
3418         * Makefile.am.in: Rewrite to avoid using fmt.
3419         Reported by Lars Hecking.
3420
3421 1999-01-10  Jim Meyering  <meyering@ascend.com>
3422
3423         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
3424         gross kludge.
3425         * inttypes_h.m4: Likewise.
3426         * lstat.m4: Likewise.
3427         * malloc.m4: Likewise.
3428         * readdir.m4: Likewise.
3429         * realloc.m4: Likewise.
3430         * st_dm_mode.m4: Likewise.
3431         * stat.m4: Likewise.
3432         * utimbuf.m4: Likewise.
3433         * utimes.m4: Likewise.
3434
3435         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
3436         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
3437         comments in config.h.in are meaningful.
3438
3439         * jm-macros.m4: Require autoconf-2.13 here.
3440
3441         * regex.m4: By default, don't use the included regex.c on systems
3442         with glibc 2.  Suggestion from Uli Drepper.
3443
3444 1999-01-02  Jim Meyering  <meyering@ascend.com>
3445
3446         * jm-macros.m4: Replace strcasecmp and strncasecmp.
3447
3448 1998-12-18  Jim Meyering  <meyering@ascend.com>
3449
3450         * Makefile.am.in (Makefile.am): Simplify rule.
3451         Based on a suggestion from Lars Hecking.
3452
3453 1998-11-16  Jim Meyering  <meyering@ascend.com>
3454
3455         * lfs.m4: Double-quote the `uname...` expression.
3456
3457 1998-11-16  Paul Eggert  <eggert@twinsun.com>
3458
3459         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
3460
3461 1998-11-14  Jim Meyering  <meyering@ascend.com>
3462
3463         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
3464         * stat.m4: Likewise.
3465
3466 1998-11-03  Jim Meyering  <meyering@ascend.com>
3467
3468         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
3469         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
3470
3471 1998-10-18  Jim Meyering  <meyering@ascend.com>
3472
3473         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
3474
3475 1998-10-17  Jim Meyering  <meyering@ascend.com>
3476
3477         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
3478         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
3479         calls for those previously hard-coded headers.  Instead, take a new
3480         parameter.
3481         (jm_CHECK_DECLARATIONS): Reflect interface change.
3482         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
3483         (jm_CHECK_DECL_LOCALTIME_R): New macro.
3484
3485         * mktime.m4: Test for spring-forward gap before long-running test.
3486
3487 1998-10-14  Jim Meyering  <meyering@ascend.com>
3488
3489         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
3490         instead of "TZ=America/Vancouver".  From Paul Eggert.
3491
3492 1998-10-11  Jim Meyering  <meyering@ascend.com>
3493
3494         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
3495         This adds a test for a recently added compatibility fix for mktime.c.
3496         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
3497
3498 1998-09-27  Jim Meyering  <meyering@ascend.com>
3499
3500         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
3501
3502         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
3503         ../configure.in, including a change from Gordon Matzigkeit to allow
3504         cross-compiling for the Hurd.
3505
3506         * glibc.m4: New file/macro to test for the GNU C Library
3507         versions 1 and 2.  From Gordon Matzigkeit.
3508         Indent.
3509
3510 1998-09-21  Jim Meyering  <meyering@ascend.com>
3511
3512         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
3513
3514 1998-08-18  Paul Eggert  <eggert@twinsun.com>
3515
3516         Port nanosecond-resolution times to UnixWare 2.1.2 and
3517         pedantic Solaris 2.6.
3518
3519         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
3520         AC_STRUCT_ST_MTIM.
3521         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
3522         Generate name of ns member, instead of just 1 or undef.
3523         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
3524
3525 1998-08-15  Jim Meyering  <meyering@ascend.com>
3526
3527         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
3528         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
3529         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
3530         instead of jm_TYPE_SSIZE_T.
3531
3532 1998-08-12  Jim Meyering  <meyering@ascend.com>
3533
3534         * st_dm_mode.m4: New file.  From Johan Danielsson.
3535
3536 1998-08-02  Jim Meyering  <meyering@ascend.com>
3537
3538         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
3539         in acconfig.h manually.
3540
3541 1998-07-31  Paul Eggert  <eggert@twinsun.com>
3542
3543         * st_mtim.m4: New file.
3544
3545 1998-07-28  Jim Meyering  <meyering@ascend.com>
3546
3547         * utimes.m4: Undef stat.
3548
3549 1998-07-25  Jim Meyering  <meyering@ascend.com>
3550
3551         * utime.m4 (jm_FUNC_UTIME): New file and macro.
3552         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
3553
3554 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
3555
3556         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
3557         uid and gid actually remain unchanged.
3558
3559 1998-07-07  Jim Meyering  <meyering@ascend.com>
3560
3561         * jm-glibc-io.m4: Remove fclose_unlocked.
3562
3563 1998-07-04  Jim Meyering  <meyering@ascend.com>
3564
3565         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
3566         to prove that this macro can be used in packages without regex.c.
3567
3568 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3569
3570         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
3571         is to be used.
3572
3573 1998-07-03  Jim Meyering  <meyering@ascend.com>
3574
3575         * gettext.m4: Add -lintl if it's found to be necessary.
3576
3577         * gettext.m4: New file -- from gettext-0.10.35.
3578         * lcmessage.m4: Likewise.
3579         * progtest.m4: Likewise.
3580
3581         * regex.m4 (jm_WITH_REGEX): New file and macro.
3582         * jm-macros.m4: Require the new macro.
3583
3584 1998-06-29  Jim Meyering  <meyering@ascend.com>
3585
3586         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
3587         for the definition of NGROUPS (used in a system header included
3588         by sys/mount.h).
3589
3590 1998-06-28  Jim Meyering  <meyering@ascend.com>
3591
3592         * ls-mntd-fs.m4: New file.
3593         * fstypename.m4: New file.
3594
3595         * jm-macros.m4: Require the new macro.
3596         * jm-glibc-io.m4: New file.
3597
3598 1998-05-19  Jim Meyering  <meyering@ascend.com>
3599
3600         * jm-macros.m4: Add jm_FUNC_LCHOWN.
3601         * lchown.m4: New file.
3602
3603         * Makefile.am.in: New file.
3604         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
3605
3606 1998-05-14  Jim Meyering  <meyering@ascend.com>
3607
3608         * Makefile.am (EXTRA_DIST): Add them.
3609         * jm-macros.m4: New file.
3610         * utimbuf.m4: New file.
3611
3612 1998-05-12  Jim Meyering  <meyering@ascend.com>
3613
3614         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
3615
3616 1998-05-11  Jim Meyering  <meyering@ascend.com>
3617
3618         * isc-posix.m4: New file.
3619
3620 1998-05-10  Jim Meyering  <meyering@ascend.com>
3621
3622         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
3623
3624 1998-05-09  Jim Meyering  <meyering@ascend.com>
3625
3626         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
3627         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
3628         with automake.
3629
3630         * ssize_t.m4: New file.
3631         * mktime.m4: Remove file -- the new automake has this now.
3632
3633 1998-04-26  Jim Meyering  <meyering@ascend.com>
3634
3635         * assert.m4: New file.
3636         * Makefile.am (EXTRA_DIST): Add assert.m4.
3637
3638 1998-04-05  Jim Meyering  <meyering@ascend.com>
3639
3640         * prereq.m4 (jm_PREREQ_REGEX): New macro.
3641         (jm_PREREQ): Use it here.
3642
3643 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
3644
3645         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
3646         in acconfig.h.
3647
3648 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
3649
3650         * prereq.m4: New file.
3651         * error.m4: New file.
3652         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
3653
3654 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
3655
3656         * getline.m4: Don't set am_cv_func_working_getline before the
3657         cache-check for the same variable -- that defeated the purpose of
3658         the test; the test program was never run.  This was a problem only
3659         on systems with losing getline functions -- HP-UX 10.20 is one.
3660         Reported by Bjorn Helgaas.
3661
3662 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
3663
3664         * Makefile.am (EXTRA_DIST): Add perl.m4.
3665
3666 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
3667
3668         * Makefile.am (EXTRA_DIST): Add const.m4.
3669
3670         * const.m4: New file.  Use an initializer in this declaration
3671         typedef int charset[2]; const charset x;
3672         Reported by Bob Glickstein.
3673
3674 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
3675
3676         * chown.m4: Fix reversed types on -1 args to chown.
3677         From Kaveh Ghazi.
3678
3679 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
3680
3681         * check-decl.m4: s/DECLARATION_/DECL_/g.
3682         Add lseek and memchr.
3683
3684         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
3685         T.E.Dickey <dickey@clark.net> said that some older preprocessors
3686         have a 20-character limit on names.
3687
3688 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
3689
3690         * inttypes_h.m4: New file.
3691         * uintmax_t.m4: New file.
3692         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
3693
3694 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
3695   Free Software Foundation, Inc.
3696 Copying and distribution of this file, with or without modification,
3697 are permitted provided the copyright notice and this notice are preserved.