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