Make it possibly to simply write: #include <alloca.h>.
[gnulib.git] / m4 / ChangeLog
1 2003-01-10  Bruno Haible  <bruno@clisp.org>
2
3         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
4
5 2003-01-09  Bruno Haible  <bruno@clisp.org>
6
7         * stdbool.m4 (AM_STDBOOL_H): New macro.
8
9 2002-12-31  Paul Eggert  <eggert@twinsun.com>
10
11         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
12
13 2002-12-24  Bruno Haible  <bruno@clisp.org>
14
15         General infrasructure.
16         * README: Rewritten.
17         * onceonly.m4: New file.
18         * onceonly_2_57.m4: New file.
19
20         Module atexit.
21         * atexit.m4: New file.
22
23         Module strtod.
24         * strtod.m4: New file.
25
26         Module strtol.
27         * strtol.m4: New file.
28
29         Module strtoul.
30         * strtoul.m4: New file.
31
32         Module memchr.
33         * memchr.m4: New file.
34
35         Module memcmp.
36         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
37         (jm_FUNC_MEMCMP): Invoke it.
38
39         Module memcpy.
40         * memcpy.m4: New file.
41
42         Module memmove.
43         * memmove.m4: New file.
44
45         Module memset.
46         * memset.m4: New file.
47
48         Module strcspn.
49         * strcspn.m4: New file.
50
51         Module strpbrk.
52         * strpbrk.m4: New file.
53
54         Module strstr.
55         * strstr.m4: New file.
56
57         Module strerror.
58         * strerror.m4: New file.
59
60         Module mktime.
61         * mktime.m4: Renamed from jm-mktime.m4.
62         (gl_PREREQ_MKTIME): New macro.
63         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
64
65         Module malloc.
66         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
67         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
68         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
69
70         Module realloc.
71         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
72         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
73         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
74
75         Module strftime.
76         * tm_gmtoff.m4: New file, extracted from strftime.m4.
77         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
78         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
79         gl_TM_GMTOFF.
80         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
81
82         Module xalloc.
83         * xalloc.m4: New file.
84
85         Module alloca.
86         * alloca.m4: New file.
87
88         Module putenv.
89         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
90         (jm_FUNC_PUTENV): Invoke it.
91
92         Module setenv.
93         * setenv.m4 (gt_FUNC_SETENV): New macro.
94         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
95         when invoked twice.
96         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
97         gt_FUNC_SETENV.
98
99         Module memrchr.
100         * memrchr.m4: New file.
101
102         Module stpcpy.
103         * stpcpy.m4: New file.
104
105         Module strcase.
106         * strcase.m4: New file.
107
108         Module strdup.
109         * strdup.m4: New file.
110
111         Module strnlen.
112         * strnlen.m4: New file.
113
114         Module strndup.
115         * strndup.m4: New file.
116
117         Module xstrtod.
118         * xstrtod.m4: New file.
119
120         Module xstrtol.
121         * xstrtol.m4: New file.
122
123         Module getdate.
124         * getdate.m4: New file.
125
126         Module unlocked-io.
127         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
128         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
129         * jm-glibc-io.m4n: Remove file.
130
131         Module long-options.
132         * long-options.m4: New file.
133
134         Module md5.
135         * md5.m4: New file.
136
137         Module sha.
138         * sha.m4: New file.
139
140         Module getstr.
141         * getstr.m4: New file.
142
143         Module getline.
144         * getline.m4 (gl_PREREQ_GETLINE): New macro.
145         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
146         <sys/types.h>, for size_t. Use the function name gnu_getline, not
147         simply getline. Infoke gl_PREREQ_GETLINE.
148
149         Module obstack.
150         * obstack.m4: New file.
151
152         Module hash.
153         * hash.m4: New file.
154
155         Module readtokens.
156         * readtokens.m4: New file.
157
158         Module strverscmp.
159         * strverscmp.m4: New file.
160
161         Module stdbool.
162         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
163
164         Module strtoll.
165         * strtoll.m4: New file.
166
167         Module strtoull.
168         * strtoull.m4: New file.
169
170         Module strtoimax.
171         * strtoimax.m4: New file.
172
173         Module strtoumax.
174         * strtoumax.m4: New file.
175
176         Module xstrtoimax.
177         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
178         Moved the strtol prerequisites to strtol.m4.
179         Moved the strtoll prerequisites to strtoll.m4.
180         Moved the strtoimax prerequisites to strtoimax.m4.
181
182         Module xstrtoumax.
183         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
184         Moved the strtoul prerequisites to strtoul.m4.
185         Moved the strtoull prerequisites to strtoull.m4.
186         Moved the strtoumax prerequisites to strtoumax.m4.
187
188         Module chown.
189         * chown.m4 (gl_PREREQ_CHOWN): New macro.
190         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
191
192         Module dup2.
193         * dup2.m4: New file.
194
195         Module ftruncate.
196         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
197         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
198
199         Module getgroups.
200         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
201         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
202
203         Module gettimeofday.
204         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
205         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
206         gl_PREREQ_GETTIMEOFDAY.
207
208         Module mkdir.
209         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
210         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
211
212         Module mkstemp.
213         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
214         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
215         jm_AC_TYPE_UINTMAX_T.
216         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
217
218         Module stat.
219         * stat.m4 (gl_PREREQ_STAT): New macro.
220         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
221
222         Module lstat.
223         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
224         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
225
226         Module timespec.
227         * timespec.m4 (gl_TIMESPEC): New macro.
228         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
229         * st_mtim.m4: Indentation.
230
231         Module nanosleep.
232         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
233         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
234         gl_PREREQ_NANOSLEEP.
235
236         Module regex.
237         * regex.m4 (jm_PREREQ_REGEX): New macro.
238         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
239         (gl_REGEX): New macro.
240
241         Module rename.
242         * rename.m4 (gl_PREREQ_RENAME): New macro.
243         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
244
245         Module rmdir.
246         * rmdir.m4: New file.
247
248         Module utime.
249         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
250         * utime.m4 (gl_PREREQ_UTIME): New macro.
251         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
252
253         Module dirname.
254         * dirname.m4: New file.
255
256         Module getopt.
257         * getopt.m4: New file.
258
259         Module unistd-safer.
260         * unistd-safer.m4: New file.
261
262         Module fnmatch.
263         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
264         declaration.
265         (gl_PREREQ_FNMATCH_EXTRA): New macro.
266         (gl_FUNC_FNMATCH_POSIX): New macro.
267         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
268         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
269         simply fnmatch.
270
271         Module exclude.
272         * exclude.m4: New file.
273
274         Module human.
275         * human.m4: New file.
276
277         Module acl.
278         * acl.m4: Nop.
279
280         Module backupfile.
281         * backupfile.m4: New file.
282         * d-ino.m4: Indentation.
283
284         Module fsusage.
285         * fsusage.m4 (gl_FSUSAGE): New macro.
286         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
287         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
288
289         Module dirfd.
290         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
291
292         Module euidaccess.
293         * euidaccess.m4: New file.
294
295         Module file-type.
296         * file-type.m4: New file.
297
298         Module fileblocks.
299         * fileblocks.m4: New file.
300
301         Module filemode.
302         * filemode.m4: New file.
303
304         Module isdir.
305         * isdir.m4: New file.
306
307         Module lchown.
308         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
309         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
310
311         Module makepath.
312         * makepath.m4: New file.
313
314         Module modechange.
315         * modechange.m4: New file.
316
317         Module mountlist.
318         * mountlist.m4: New file.
319         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
320         Indentation.
321
322         Module path-concat.
323         * path-concat.m4: New file.
324
325         Module pathmax.
326         * pathmax.m4: New file.
327
328         Module same.
329         * same.m4: New file.
330
331         Module save-cwd.
332         * save-cwd.m4: New file.
333
334         Module savedir.
335         * savedir.m4: New file.
336
337         Module xgetcwd.
338         * xgetcwd.m4: New file.
339         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
340
341         Module xreadlink.
342         * xreadlink.m4: New file.
343
344         Module safe-read.
345         * safe-read.m4: New file.
346
347         Module safe-write.
348         * safe-write.m4: New file.
349
350         Module closeout.
351         * closeout.m4: New file.
352
353         Module stdio-safer.
354         * stdio-safer.m4: New file.
355
356         Module getpass.
357         * getpass.m4: New file.
358
359         Module getugroups.
360         * getugroups.m4: New file.
361
362         Module group-member.
363         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
364         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
365
366         Module idcache.
367         * idcache.m4: New file.
368
369         Module userspec.
370         * userspec.m4: New file.
371
372         Module gettime.
373         * clock_time.m4: New file.
374         * gettime.m4: New file.
375
376         Module settime.
377         * settime.m4: New file.
378
379         Module posixtm.
380         * posixtm.m4: New file.
381
382         Module gethostname.
383         * gethostname.m4: New file.
384
385         Module canon-host.
386         * canon-host.m4: New file.
387
388         Module gettext.
389         * codeset.m4: New file, from gettext-0.11.5.
390         * gettext.m4: New file, from gettext-0.11.5.
391         * glibc21.m4: New file, from gettext-0.11.5.
392         * iconv.m4: New file, from gettext-0.11.5.
393         * intdiv0.m4: New file, from gettext-0.11.5.
394         * inttypes-pri.m4: New file, from gettext-0.11.5.
395         * inttypes.m4: New file, from gettext-0.11.5.
396         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
397         * isc-posix.m4: New file, from gettext-0.11.5.
398         * lcmessage.m4: New file, from gettext-0.11.5.
399         * lib-ld.m4: New file, from gettext-0.11.5.
400         * lib-link.m4: New file, from gettext-0.11.5.
401         * lib-prefix.m4: New file, from gettext-0.11.5.
402         * progtest.m4: New file, from gettext-0.11.5.
403         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
404         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
405         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
406
407         Module localcharset.
408         * localcharset.m4: New file.
409
410         Module hard-locale.
411         * hard-locale.m4: New file.
412
413         Module mbswidth.
414         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
415         onceonly macros.
416         * mbrtowc.m4: Add comment.
417
418         Module memcasecmp.
419         * memcasecmp.m4: New file.
420
421         Module memcoll.
422         * memcoll.m4: New file.
423
424         Module unicodeio.
425         * unicodeio.m4: New file.
426
427         Module rpmatch.
428         * rpmatch.m4: New file.
429
430         Module yesno.
431         * yesno.m4: New file.
432
433         Module exitfail.
434         * exitfail.m4: New file.
435
436         Module c-stack.
437         * c-stack.m4 (gl_C_STACK): New macro.
438         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
439
440         Module error.
441         * error.m4 (gl_ERROR): New macro.
442         (jm_PREREQ_ERROR): Use onceonly macros.
443
444         Module fatal.
445         * fatal.m4: New file.
446
447         Module getloadavg.
448         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
449         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
450
451         Module getpagesize.
452         * getpagesize.m4: New file.
453
454         Module getusershell.
455         * getusershell.m4: New file.
456
457         Module physmem.
458         * physmem.m4: New file.
459
460         Module posixver.
461         * posixver.m4: New file.
462
463         Module quotearg.
464         * quotearg.m4: New file.
465
466         Module quote.
467         * quote.m4: New file.
468
469         Module readutmp.
470         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
471
472         Module sig2str.
473         * sig2str.m4: New file.
474
475         Other.
476         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
477         ulonglong.m4.
478         * intmax_t.m4: New file.
479         * d-type.m4: Indentation.
480         * jm-macros.m4: Update.
481         * prereq.m4 (jm_PREREQ): Update.
482         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
483         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
484         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
485         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
486         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
487         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
488         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
489         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
490         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
491         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
492         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
493         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
494         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
495         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
496         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
497         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
498         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
499         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
500         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
501
502 2002-12-18  Bruno Haible  <bruno@clisp.org>
503
504         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
505         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
506
507 2002-12-17  Bruno Haible  <bruno@clisp.org>
508
509         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
510         stdlib.h, string.h.
511
512 2002-12-11  Bruno Haible  <bruno@clisp.org>
513
514         * setenv.m4: New file, from gettext-0.11.5.
515
516 2002-12-06  Paul Eggert  <eggert@twinsun.com>
517
518         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
519         a pain in practice to deal with generated m4 files.  This change
520         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
521
522         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
523         and jm-glibc-io.m4, as they are no longer a special case.
524         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
525         kludge and the auto-generation stuff.  Check only whether the
526         functions are declared, not whether they exist, since older hosts
527         that don't declare the functions can't use the optimization anyway.
528
529 2002-07-06  Jim Meyering  <meyering@lucent.com>
530
531         * README: Don't mention Makefile.am.in.
532         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
533
534 2002-06-11  Paul Eggert  <eggert@twinsun.com>
535
536         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
537
538 2002-06-22  Jim Meyering  <meyering@lucent.com>
539
540         * c-stack.m4: New file, from diffutils-2.8.2.
541         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
542
543         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
544         now that configure.ac uses AC_GNU_SOURCE.
545         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
546         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
547
548         Update to latest tools.  Suggestions from Paul Eggert.
549         * stdbool.m4: New file, from diffutils-2.8.2.
550         * gnu-source.m4: Update from diffutils-2.8.2.
551         * fnmatch.m4: Likewise.
552         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
553         to AC_HEADER_STDBOOL
554
555 2002-06-21  Jim Meyering  <meyering@lucent.com>
556
557         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
558         * mbrtowc.m4: Likewise.
559
560         * mbstate_t.m4: Update from diffutils-2.8.2.
561         * mbswidth.m4: Reflect name change:
562         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
563         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
564
565         * lib-link.m4: Update from gettext-0.11.2.
566         * gettext.m4: Likewise.
567
568         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
569         From Alfred M. Szmidt.
570
571 2002-05-19  Paul Eggert  <eggert@twinsun.com>
572
573         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
574
575 2002-06-07  Jim Meyering  <meyering@lucent.com>
576
577         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
578         They're needed at least for NetBSD 1.5.2.
579         ($statxfs_includes): Include those same headers.
580         ($statxfs_includes): Include sys/vfs.h if available.
581         ($statxfs_includes): Likewise for sys/statvfs.h.
582         Check for the following members in both structs statfs and statvfs:
583         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
584
585 2002-06-01  Jim Meyering  <meyering@lucent.com>
586
587         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
588         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
589
590 2002-05-28  Jim Meyering  <meyering@lucent.com>
591
592         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
593         Reported by Volker Borchert.
594
595 2002-05-27  Jim Meyering  <meyering@lucent.com>
596
597         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
598         localtime.
599
600         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
601         use the replacement function; it wouldn't resolve at link time.
602         Reported by Volker Borchert.
603
604 2002-04-30  Jim Meyering  <meyering@lucent.com>
605
606         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
607
608 2002-04-29  Paul Eggert  <eggert@twinsun.com>
609
610         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
611         Do not check for alloca.h (no longer used) or stdbool.h (was never
612         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
613
614 2002-04-28  Paul Eggert  <eggert@twinsun.com>
615
616         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
617
618 2002-04-29  Jim Meyering  <meyering@lucent.com>
619
620         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
621         * prereq.m4: Add jm_PREREQ_STRNLEN.
622         Use AC_FUNC_STRNLEN here instead.
623
624         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
625         With autoconf-2.53a, it's part of AC_PROG_CC.
626
627 2002-04-28  Paul Eggert  <eggert@twinsun.com>
628
629         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
630         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
631
632 2002-04-24  Jim Meyering  <meyering@lucent.com>
633
634         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
635         (jm_PREREQ): Use it.
636
637         * getloadavg.m4: Check for these headers: locale.h unistd.h
638         mach/mach.h fcntl.h.
639         Check for this function: setlocale.
640
641 2002-04-16  Jim Meyering  <meyering@lucent.com>
642
643         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
644         ut_pid, ut_id, ut_exit.
645
646 2002-04-12  Jim Meyering  <meyering@lucent.com>
647
648         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
649         check for f_type in sys/mount.h.  Instead, just test for the existence
650         of the getmntinfo function.  Needed for Darwin 5.3.
651
652         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
653         This is necessary at least on Darwin 5.3.
654
655         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
656         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
657         in the library, and that makes some versions of ranlib object.
658
659 2002-04-09  Jim Meyering  <meyering@lucent.com>
660
661         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
662         to be more precise.  Rather than saying we're checking whether the
663         function `works', say what we're testing.
664         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
665         Reported by Bruno Haible.
666
667 2002-02-27  Paul Eggert  <eggert@twinsun.com>
668
669         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
670         Check for clock_settime.
671
672 2002-02-25  Paul Eggert  <eggert@twinsun.com>
673
674         * acl.m4: New file.
675         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
676         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
677
678 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
679
680         * codeset.m4: Upgrade to gettext-0.11.
681         * gettext.m4: Upgrade to gettext-0.11.
682         * glibc21.m4: Upgrade to gettext-0.11.
683         * iconv.m4: Upgrade to gettext-0.11.
684         * isc-posix.m4: Upgrade to gettext-0.11.
685         * lcmessage.m4: Upgrade to gettext-0.11.
686         * lib-ld.m4: New file, from gettext-0.11.
687         * lib-link.m4: New file, from gettext-0.11.
688         * lib-prefix.m4: New file, from gettext-0.11.
689         * progtest.m4: Upgrade to gettext-0.11.
690
691 2002-02-15  Paul Eggert  <eggert@twinsun.com>
692
693         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
694         (jm_PREREQ): Use it.
695
696 2002-01-26  Jim Meyering  <meyering@lucent.com>
697
698         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
699         * strnlen.m4: Remove file, now that it's part of autoconf.
700
701 2002-01-22  Paul Eggert  <eggert@twinsun.com>
702
703         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
704
705 2002-01-19  Jim Meyering  <meyering@lucent.com>
706
707         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
708         Remove useless quotes: DF_PROG="df".
709         * strnlen.m4: New file.
710
711 2001-12-14  Jim Meyering  <meyering@lucent.com>
712
713         * jm-macros.m4 (jm_MACROS): Check for iswspace.
714         Suggestion from Bruno Haible.
715
716 2001-11-20  Jim Meyering  <meyering@lucent.com>
717
718         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
719         SunOS4.1.4 and solaris2.5.1 lose, too.
720
721 2001-11-19  Jim Meyering  <meyering@lucent.com>
722
723         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
724         directory.  Use "conftestXXXXXX" as the template.
725         Suggestion from Paul Eggert.
726
727         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
728         so the test doesn't mistakenly hit the max-open-files limit.
729
730 2001-11-18  Jim Meyering  <meyering@lucent.com>
731
732         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
733
734 2001-11-17  Jim Meyering  <meyering@lucent.com>
735
736         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
737         Prompted by a report from Bob Proulx.
738
739         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
740         Instead, require UTILS_FUNC_MKSTEMP.
741
742 2001-11-11  Jim Meyering  <meyering@lucent.com>
743
744         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
745         Now, that's done as part of AC_FUNC_STRTOD.
746
747 2001-10-22  Paul Eggert  <eggert@twinsun.com>
748
749         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
750         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
751
752 2001-11-10  Jim Meyering  <meyering@lucent.com>
753
754         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
755         (jm_PREREQ): Use it.
756
757 2001-11-09  Jim Meyering  <meyering@lucent.com>
758
759         * jm-macros.m4: Require autoconf-2.52f.
760         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
761         Use these AC_-prefixed names, not the AM_-prefixed ones.
762
763         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
764
765 2001-11-04  Jim Meyering  <meyering@lucent.com>
766
767         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
768
769 2001-11-03  Jim Meyering  <meyering@lucent.com>
770
771         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
772         of AC_DEFUN.
773
774         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
775         know the name of the variable in the macro definition.
776
777 2001-11-01  Jim Meyering  <meyering@lucent.com>
778
779         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
780         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
781
782 2001-10-20  Paul Eggert  <eggert@twinsun.com>
783
784         * error.m4 (jm_PREREQ_ERROR):
785         Do not invoke AC_CHECK_FUNCS with strerror_r, as
786         AC_FUNC_STRERROR_R does that.
787         Check for strerror declaration.
788
789         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
790         are supposed to have them these days.
791         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
792         Merge changes from latest Autoconf CVS.
793         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
794         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
795         POSIX decided to standardize on the int flavor of strerror_r.
796
797 2001-09-30  Jim Meyering  <meyering@lucent.com>
798
799         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
800         `struct fsstat' has the `f_fstypename' member.
801         Use that to define FS_TYPE, which is now used to make
802         the getfsstat link test tighter.
803
804 2001-09-29  Jim Meyering  <meyering@lucent.com>
805
806         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
807         [one-argument getmntent function]): Include stdio.h before mntent.h.
808         SunOS4.1.x needs it for the declaration of `FILE'.
809         Patch by Volker Borchert.
810
811         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
812         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
813         sys/fs_types.h, and make the link-test for getfsstat guard #include
814         directives with appropriate #if HAVE_*_H tests so that we can
815         detect getfsstat on Apple Darwin1.3.7 systems.
816         Reported by Nelson Beebe.
817         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
818
819 2001-09-28  Paul Eggert  <eggert@twinsun.com>
820
821         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
822         #defines strtoimax.  Also treat the other strto* functions
823         like strtoimax.
824
825         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
826         Check for strtoul and strtoumax,
827         as those declarations are made even in the signed case.
828         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
829         Likewise, for strtol and strtoimax.
830
831 2001-09-24  Jim Meyering  <meyering@lucent.com>
832
833         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
834
835 2001-09-23  Jim Meyering  <meyering@lucent.com>
836
837         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
838         instead of the mere test for existence of mntent.h.  The latter
839         would get a false-positive on AIX 3.4 systems.
840         In the outer getmntent if-block, don't die if neither of the getmntent
841         tests succeeds.  Instead, just fall through and continue with the
842         remaining tests.
843
844 2001-09-22  Jim Meyering  <meyering@lucent.com>
845
846         * gettext.m4: New file.  From gettext.
847         * lcmessage.m4: Sync with gettext -- this changes only comments.
848         * progtest.m4: Likewise
849         * isc-posix.m4: Decrement serial number to sync with gettext.
850         * glibc21.m4: Likewise.
851
852         * libintl.m4: Remove.  No longer used.
853
854 2001-09-20  Jim Meyering  <meyering@lucent.com>
855
856         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
857         strtoimax.
858         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
859         strtoumax.
860
861 2001-09-17  Jim Meyering  <meyering@lucent.com>
862
863         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
864         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
865         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
866         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
867         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
868         whenever the right hand side need not be expanded by the shell.
869
870 2001-09-16  Paul Eggert  <eggert@twinsun.com>
871
872         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
873         library.  It's not correct, as some older glibcs are buggy.
874         fnmatch wasn't fixed until glibc 2.2.
875
876         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
877         special shell magic here.
878
879 2001-09-16  Jim Meyering  <meyering@lucent.com>
880
881         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
882         * jm-macros.m4: Require it.
883
884 2001-09-15  Jim Meyering  <meyering@lucent.com>
885
886         * jm-macros.m4: Check for help2man.
887
888 2001-09-11  Jim Meyering  <meyering@lucent.com>
889
890         * host-os.m4 (UTILS_HOST_OS): New file/macro.
891         The body, by Paul Eggert, was moved here from configure.in.
892         * jm-macros.m4: Require UTILS_HOST_OS.
893
894 2001-09-04  Paul Eggert  <eggert@twinsun.com>
895
896         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
897         (jm_PREREQ): Use it.
898
899 2001-09-03  Paul Eggert  <eggert@twinsun.com>
900
901         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
902         sys/param.h, as pathmax.h includes them.
903
904 2001-09-03  Paul Eggert  <eggert@twinsun.com>
905
906         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
907         (jm_PREREQ_XGETCWD): New macro.
908
909         * getcwd.m4: New file.
910
911 2001-09-01  Jim Meyering  <meyering@lucent.com>
912
913         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
914         Used by df.
915
916 2001-08-30  Paul Eggert  <eggert@twinsun.com>
917
918         Simplify code, partly by assuming autoconf 2.52 semantics.
919
920         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
921
922         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
923         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
924         All uses removed.
925         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
926         Move AC_REQUIRE to next-to-top level, to avoid confusion.
927         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
928         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
929         * jm-macros.m4 (jm_MACROS): Likewise.
930
931         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
932
933         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
934         Quote first arg of AC_DEFUN.
935         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
936         since they are needed to parse the include file even if we need
937         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
938         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
939         but with opposite signedness.
940
941 2001-08-30  Paul Eggert  <eggert@twinsun.com>
942
943         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
944         (jm_PREREQ_EXCLUDE): New macro.
945
946 2001-08-26  Jim Meyering  <meyering@lucent.com>
947
948         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
949
950         * xstrtoimax.m4: New file.
951         * xstrtoumax.m4: Add comments explaining why we
952         AC_REPLACE_FUNCS(strtol).
953
954 2001-06-20  Paul Eggert  <eggert@twinsun.com>
955
956         * inttypes.m4: Add AC_PREREQ(2.13).
957         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
958         (jm_AC_TYPE_INTMAX_T): New macro.
959         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
960
961         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
962
963         * longlong.m4: Renamed from ulonglong.m4.
964         * inttypes.m4: Renamed from inttypes_h.m4.
965         * uintmax_t.m4: Removed.
966
967 2001-08-12  Jim Meyering  <meyering@lucent.com>
968
969         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
970         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
971         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
972         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
973         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
974         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
975         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
976         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
977         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
978         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
979         utime.m4, utimes.m4, xstrtoumax.m4:
980         Quote the first argument in each use of AC_DEFUN.
981
982 2001-08-05  Jim Meyering  <meyering@lucent.com>
983
984         * jm-macros.m4: Require autoconf-2.52.
985
986 2001-08-03  Paul Eggert  <eggert@twinsun.com>
987
988         The following changes are from gettext 0.10.39 as maintained by
989         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
990
991         * codeset.m4: Upgrade to serial AM1.
992         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
993         all uses changed.  Quote first arg of AC_DEFUN.
994         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
995
996         * iconv.m4: Upgrade to serial AM2.
997         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
998         Add --with-libconv-prefix.
999         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1000         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1001         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1002         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1003         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1004
1005         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1006         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1007         * glibc21.m4 (jm_GLIBC21): Likewise.
1008         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1009         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1010         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1011         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1012         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1013         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1014
1015         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1016         string.h any more.
1017
1018         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1019         not the default value.
1020
1021         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1022         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1023         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1024         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1025         Also check for iswcntrl, used for wcwidth fallback.
1026         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1027         to Autoconf 2.13.
1028
1029 2001-08-03  Jim Meyering  <meyering@lucent.com>
1030
1031         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1032         as it was in the original.  Reported by Paul Eggert.
1033
1034 2001-07-16  Jim Meyering  <meyering@lucent.com>
1035
1036         * gettimeofday.m4: New file.
1037         Prompted by a report from Bernhard Baehr.
1038
1039 2001-07-15  Jim Meyering  <meyering@lucent.com>
1040
1041         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1042         Now it's in ../Makefile.cfg.
1043
1044 2001-07-04  Jim Meyering  <meyering@lucent.com>
1045
1046         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1047         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1048         distcheck failure.
1049
1050 2001-07-02  Jim Meyering  <meyering@lucent.com>
1051
1052         The following changes were prompted by suggestions from Bruno Haible.
1053
1054         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1055         is now generated.
1056         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1057         definition of EXTRA_DIST.
1058         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1059         ensure that the generated file is created/updated whenever the list
1060         of $(unlocked_functions) is changed.
1061         (jm-glibc-io.m4): New rule.
1062         (unlocked-io.h): New rule -- currently unused.
1063
1064 2001-06-24  Jim Meyering  <meyering@lucent.com>
1065
1066         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
1067         unmatched right bracket, rather than kludging it with an extra,
1068         falsely-matching quote in a comment.  Patch by Akim Demaille.
1069
1070 2001-05-27  Jim Meyering  <meyering@lucent.com>
1071
1072         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
1073         Check for ut_type in struct utmp.
1074
1075 2001-05-22  Jim Meyering  <meyering@lucent.com>
1076
1077         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
1078         now that we use the package-supplied version unconditionally.
1079         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
1080
1081 2001-05-21  Jim Meyering  <meyering@lucent.com>
1082
1083         * regex.m4: Change a couple backticks to single quotes to avoid shell
1084         syntax errors.
1085
1086 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
1087
1088         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
1089
1090 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1091
1092         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
1093         Don't bother to check library strftime, since
1094         we'll be using our own my_strftime function anyway.
1095         Define my_strftime instead of strftime.
1096
1097 2001-05-15  Jim Meyering  <meyering@lucent.com>
1098
1099         * regex.m4: Use proper quoting so brackets appear in the test program.
1100         Reported by, and with help from, Bruno Haible.
1101
1102 2001-05-13  Jim Meyering  <meyering@lucent.com>
1103
1104         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
1105
1106 2000-11-26  Paul Eggert  <eggert@twinsun.com>
1107
1108         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
1109
1110 2001-04-21  Jim Meyering  <meyering@lucent.com>
1111
1112         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
1113         doesn't interfere.
1114
1115 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
1116
1117         * ftruncate.m4: Check for chsize.
1118         Link with ftruncate.o unconditionally if ftruncate is missing.
1119         This was required when cross-compiling to i586-mingw32msvc.
1120
1121 2001-03-24  Jim Meyering  <meyering@lucent.com>
1122
1123         * jm-macros.m4: Require autoconf-2.49d.
1124
1125 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
1126
1127         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
1128
1129 2001-03-17  Jim Meyering  <meyering@lucent.com>
1130
1131         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
1132         now that the version in autoconf is equivalent.
1133         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
1134
1135         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
1136         Suggestion from Akim Demaille.
1137
1138         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
1139         (jm_PREREQ_TEMPNAME): New function.
1140
1141 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1142
1143         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
1144         lacks mkstemp.  Compile our own tempname.c if we compile our own
1145         mkstemp.c, as mkstemp relies on tempname.
1146
1147 2001-03-01  Jim Meyering  <meyering@lucent.com>
1148
1149         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
1150         AH_VERBATIM really does output its argument verbatim.
1151
1152 2001-02-18  Paul Eggert  <eggert@twinsun.com>
1153
1154         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
1155
1156 2001-02-17  Jim Meyering  <meyering@lucent.com>
1157
1158         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
1159         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
1160         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
1161         UnixWare 7.1.1.
1162
1163         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
1164         rather than AC_CACHE_VAL.
1165
1166 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1167
1168         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
1169         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
1170         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
1171         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1172
1173 2001-02-07  Jim Meyering  <meyering@lucent.com>
1174
1175         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
1176
1177 2001-02-05  Jim Meyering  <meyering@lucent.com>
1178
1179         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
1180         it includes the patch required for `large file' support with at least
1181         HP-UX's 10.20 /bin/cc.
1182
1183 2001-02-03  Jim Meyering  <meyering@lucent.com>
1184
1185         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
1186         AS_IF, now that it works once again (mysteriously).
1187         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1188
1189 2001-01-30  Jim Meyering  <meyering@lucent.com>
1190
1191         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
1192         * chown.m4: Rename conftestchown to conftest.chown.
1193         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
1194         * utimes.m4: s/conftestdata/conftest.data/
1195         Inspired by Pavel Roskin's change in autoconf.
1196
1197 2001-01-27  Jim Meyering  <meyering@lucent.com>
1198
1199         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
1200         a use of AS_IF.
1201         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1202
1203 2001-01-26  Jim Meyering  <meyering@lucent.com>
1204
1205         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
1206         quotearg.c includes it.
1207
1208 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1209
1210         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
1211         has const.
1212
1213 2001-01-20  Jim Meyering  <meyering@lucent.com>
1214
1215         Be sure that headers are checked before used in code compiled
1216         for the type checks.
1217         * jm-macros.m4 (jm_MACROS): Remove all header checks.
1218         In place of that, invoke jm_CHECK_ALL_TYPES.
1219         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
1220         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
1221         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
1222         The check for ssize_t was mistakenly run before the test for unistd.h.
1223
1224         The configure-time check for stdbool.h was missing.
1225         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
1226         (jm_PREREQ_HASH): New function.
1227
1228 2001-01-17  Jim Meyering  <meyering@lucent.com>
1229
1230         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
1231         for autoconf-2.49c.
1232         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
1233
1234 2001-01-14  Jim Meyering  <meyering@lucent.com>
1235
1236         * rename.m4: Use temporary directories named conftestdir{,2}, not
1237         foo and bar.  Create conftestdir/ in the script, not in the C code.
1238         Remove directories in the script, not in the C code.
1239         Remove conftestdir{,2} before trying to create the directory.
1240         Make the entire configure script fail if the mkdir fails.
1241
1242 2001-01-02  Volker Borchert  <bt@teknon.de>
1243
1244         * rename.m4: New file.
1245         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
1246
1247 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
1248
1249         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
1250         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
1251         so `make install' also works in VPATH builds.
1252
1253 2001-01-01  Jim Meyering  <meyering@lucent.com>
1254
1255         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
1256         on systems with utmpx.h.  It's necessary for the declaration of utmp's
1257         ut_user member.  Reported by Andreas Jaeger.
1258
1259         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
1260         They are required for the declarations of getgrgid and getpwuid resp.
1261         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
1262         Reported by Andreas Jaeger.
1263
1264 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
1265
1266         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
1267         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
1268         can be used in subdirectories.
1269
1270 2000-12-26  Jim Meyering  <meyering@lucent.com>
1271
1272         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
1273         with autoheader.
1274
1275 2000-12-17  Jim Meyering  <meyering@lucent.com>
1276
1277         * dos.m4 (jm_AC_DOS): New file and macro.
1278         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
1279
1280 2000-12-06  Paul Eggert  <eggert@twinsun.com>
1281
1282         * off_t-format.m4: Remove this file.
1283         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
1284
1285 2000-12-06  Jim Meyering  <meyering@lucent.com>
1286
1287         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
1288         strtoull, we may well need the replacement strtoul, too.
1289         Check for declarations of strtoul and strtoull.
1290         Check for strtol.  Mainly as a cue to cause automake to include
1291         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
1292         Check for limits.h -- strtol.c needs it.
1293
1294 2000-12-02  Jim Meyering  <meyering@lucent.com>
1295
1296         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
1297         * jm-macros.m4 (jm_MACROS): require it.
1298
1299 2000-11-30  Jim Meyering  <meyering@lucent.com>
1300
1301         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
1302
1303 2000-11-30  Jim Meyering  <meyering@lucent.com>
1304
1305         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
1306
1307 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
1308
1309         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
1310
1311 2000-11-04  Jim Meyering  <meyering@lucent.com>
1312
1313         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
1314
1315 2000-10-29  Jim Meyering  <meyering@lucent.com>
1316
1317         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
1318         * ls-mntd-fs.m4: Likewise
1319
1320 2000-10-28  Jim Meyering  <meyering@lucent.com>
1321
1322         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
1323         (jm_PREREQ_MEMCHR): New function.
1324
1325 2000-10-21  Jim Meyering  <meyering@lucent.com>
1326
1327         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
1328         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
1329         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
1330
1331 2000-09-18  Jim Meyering  <meyering@lucent.com>
1332
1333         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
1334         Otherwise, everyone ends up linking with -lelf for some configurations.
1335         Reported by Mike Stone.
1336
1337 2000-08-26  Jim Meyering  <meyering@lucent.com>
1338
1339         * jm-macros.m4: Use jm_FUNC_FPENDING.
1340         * fpending.m4: New file.
1341
1342 2000-08-20  Jim Meyering  <meyering@lucent.com>
1343
1344         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
1345         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
1346         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
1347
1348 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1349
1350         Improve fileutils installation on systems where running
1351         programs (like install) can't be unlinked.
1352         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
1353         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
1354
1355 2000-08-06  Paul Eggert  <eggert@twinsun.com>
1356
1357         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
1358         not char, for compatibility with glibc 2.1.3 strftime.c.
1359
1360 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1361
1362         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
1363
1364 2000-07-23  Jim Meyering  <meyering@lucent.com>
1365
1366         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
1367         getgrgid, getpwuid, getuid.
1368
1369 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
1370
1371         * mbswidth.m4: New file.
1372         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
1373
1374 2000-07-14  Jim Meyering  <meyering@lucent.com>
1375
1376         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
1377
1378 2000-07-10  Paul Eggert  <eggert@twinsun.com>
1379
1380         From a suggestion by Bruno Haible.
1381         * mbstate_t.m4 (AC_MBSTATE_T):
1382         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
1383         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
1384         and mbstate_t, to a single-part test that simply defines mbstate_t.
1385         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
1386
1387 2000-07-10  Jim Meyering  <meyering@lucent.com>
1388
1389         * strerror_r.m4: Mirror the correction made in autoconf.
1390
1391         * gnu-source.m4: Output to confdefs.h directly.
1392         Suggestion from Akim Demaille.
1393
1394 2000-07-09  Jim Meyering  <meyering@lucent.com>
1395
1396         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
1397         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
1398
1399         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
1400         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
1401
1402 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
1403
1404         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
1405         to strerror_r.
1406         Include <ctype.h> for use of isalpha.
1407
1408 2000-07-05  Paul Eggert  <eggert@twinsun.com>
1409         and Bruno Haible  <haible@clisp.cons.org>
1410
1411         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
1412         only if the test for an object-type mbstate_t fails.  This
1413         prevents us from mistakenly reporting that mbstate_t is a
1414         system object type after we "#define mbstate_t int" to work
1415         around its lack.
1416
1417 2000-07-04  Jim Meyering  <meyering@lucent.com>
1418
1419         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
1420         of the deprecated AC_CHECKING.
1421
1422 2000-07-03  Jim Meyering  <meyering@lucent.com>
1423
1424         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
1425
1426 2000-07-03  Paul Eggert  <eggert@twinsun.com>
1427
1428         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
1429         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
1430
1431 2000-07-02  Jim Meyering  <meyering@lucent.com>
1432
1433         * mbstate_t.m4: Also define mbstate_t, if necessary.
1434
1435         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
1436         AC_LIBOBJ(function_name).
1437         * chown.m4: Likewise.
1438         * fnmatch.m4: Likewise.
1439         * ftruncate.m4: Likewise.
1440         * getgroups.m4: Likewise.
1441         * getline.m4: Likewise.
1442         * group-member.m4: Likewise.
1443         * jm-macros.m4: Likewise.
1444         * lstat.m4: Likewise.
1445         * malloc.m4: Likewise.
1446         * memcmp.m4: Likewise.
1447         * nanosleep.m4: Likewise.
1448         * putenv.m4: Likewise.
1449         * realloc.m4: Likewise.
1450         * regex.m4: Likewise.
1451         * stat.m4: Likewise.
1452         * strftime.m4: Likewise.
1453
1454 2000-07-01  Jim Meyering  <meyering@lucent.com>
1455
1456         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
1457         problem.
1458
1459 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1460
1461         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
1462         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
1463
1464 2000-07-01  Jim Meyering  <meyering@lucent.com>
1465
1466         * uptime.m4: Put double quotes around use of $cross_compiling.
1467
1468 2000-06-28  Jim Meyering  <meyering@lucent.com>
1469
1470         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
1471         by quotearg.c, for which we perform this test.  From Bruno Haible.
1472
1473 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1474
1475         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
1476         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
1477         <utmpx.h> exists, put readutmp.o into LIBOBJS.
1478
1479 2000-06-25  Jim Meyering  <meyering@lucent.com>
1480
1481         * mbstate_t.m4: Include stdio.h before wchar.h to work around
1482         Linux header bug when _XOPEN_SOURCE is defined to 500.
1483
1484 2000-06-24  Jim Meyering  <meyering@lucent.com>
1485
1486         * strerror_r.m4: Revive this file -- to try out an experimental
1487         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
1488         for which strerror does return char*, but which lacks a conveniently
1489         accessible declaration of the function.  If the compile-test says
1490         strerror_r doesn't work, then resort to a `run'-test that works on
1491         BeOS and segfaults on DEC Unix.
1492
1493 2000-06-19  Paul Eggert  <eggert@twinsun.com>
1494
1495         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
1496         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
1497
1498 2000-06-23  Jim Meyering  <meyering@lucent.com>
1499
1500         * afs.m4: Add missing AC_MSG_RESULT.
1501         Reported by Bruno Haible.
1502
1503         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
1504         Suggestion from Bruno Haible.
1505
1506 2000-06-21  Jim Meyering  <meyering@lucent.com>
1507
1508         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
1509
1510 2000-06-18  Jim Meyering  <meyering@lucent.com>
1511
1512         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
1513
1514         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
1515         `checking whether...' message to be consistent with that of the
1516         lstat test.
1517
1518 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
1519
1520         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
1521
1522 2000-06-12  Jim Meyering  <meyering@lucent.com>
1523
1524         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
1525         from autoconf, and tweak the latter to accept an optional argument.
1526         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
1527         the optional argument, `lib'.
1528
1529 2000-06-08  Jim Meyering  <meyering@lucent.com>
1530
1531         * largefile.m4: Remove file (now that it's part of autoconf).
1532
1533 2000-06-04  Paul Eggert  <eggert@twinsun.com>
1534
1535         Rewrite largefile configuration so that we don't need to run
1536         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
1537         AC_CANONICAL_HOST in configure.in -- jmm]
1538
1539         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
1540         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
1541         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
1542         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
1543         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
1544         All uses changed.
1545         Instead of inspecting the output of getconf, try to compile the
1546         test program without and with the macro definition.
1547         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
1548         for getconf.  Instead, check for the needed flags by compiling
1549         test programs.
1550
1551 2000-06-03  Jim Meyering  <meyering@lucent.com>
1552
1553         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
1554         now that autoconf requires that.
1555
1556         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
1557         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
1558         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
1559
1560 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
1561
1562         * glibc21.m4: New file.
1563         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
1564
1565 2000-05-28  Jim Meyering  <meyering@lucent.com>
1566
1567         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
1568         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1569         * stat.m4: Likewise.
1570         * lstat.m4: Likewise.
1571         * lstat-slash.m4: Remove file (absorbed into autoconf).
1572
1573         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
1574         * strerror_r.m4: Remove file (absorbed into autoconf).
1575
1576 2000-05-26  Jim Meyering  <meyering@lucent.com>
1577
1578         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
1579
1580 2000-05-24  Jim Meyering  <meyering@lucent.com>
1581
1582         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
1583         autoconf requires that.
1584         * lib-check.m4: Likewise.
1585         * jm-macros.m4: Likewise.
1586         * strftime.m4: Likewise.
1587
1588         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
1589         now that autoconf requires that.
1590
1591 2000-05-22  Jim Meyering  <meyering@lucent.com>
1592
1593         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1594         * lstat.m4: Likewise.
1595
1596 2000-05-20  Jim Meyering  <meyering@lucent.com>
1597
1598         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
1599         (jm_PREREQ): Use it.
1600
1601 2000-05-09  Jim Meyering  <meyering@lucent.com>
1602
1603         * gettext.m4: Rename this...
1604         * libintl.m4: ...to this.
1605
1606 2000-05-06  Jim Meyering  <meyering@lucent.com>
1607
1608         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
1609         (AC_REPLACE_FUNCS): Add strnlen.
1610
1611         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
1612         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
1613
1614         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
1615         AC_SEARCH_LIBS call for nanosleep.
1616         (LIB_NANOSLEEP): Set and AC_SUBST.
1617
1618 2000-05-03  Paul Eggert  <eggert@twinsun.com>
1619
1620         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
1621         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
1622         2.1.3 bug.  This avoids a clash when files like regex.c define
1623         _GNU_SOURCE.
1624
1625 2000-05-05  Jim Meyering  <meyering@lucent.com>
1626
1627         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
1628         call for clock_gettime.
1629         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
1630
1631         * search-libs.m4: Update from autoconf.
1632
1633         su doesn't work on Solaris2.6.
1634         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
1635         <shadow.h>.  Reported by Dragos Harabor.
1636
1637 2000-05-03  Jim Meyering  <meyering@lucent.com>
1638
1639         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
1640
1641 2000-05-02  Paul Eggert  <eggert@twinsun.com>
1642
1643         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
1644         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
1645         compile-time test, rather than inspecting host and OS, to
1646         decide whether to define _LARGEFILE_SOURCE.
1647
1648 2000-05-01  Jim Meyering  <meyering@lucent.com>
1649
1650         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
1651
1652         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
1653         Based on a patch from Bruno Haible.
1654
1655 2000-04-18  Jim Meyering  <meyering@lucent.com>
1656
1657         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
1658         (jm_PREREQ): Use it.
1659
1660 2000-04-17  Jim Meyering  <meyering@lucent.com>
1661
1662         Get it right :-)
1663         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
1664         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
1665         Suggestion from Akim Demaille.
1666
1667 2000-04-14  Jim Meyering  <meyering@lucent.com>
1668
1669         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
1670         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
1671
1672 2000-04-13  Jim Meyering  <meyering@lucent.com>
1673
1674         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
1675         to insert required #ifndef into config.h.in.
1676         Suggestion from Akim Demaille.
1677
1678 2000-04-12  Jim Meyering  <meyering@lucent.com>
1679
1680         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
1681         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
1682         Christian Krackowizer.
1683
1684         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
1685         * jm-macros.m4 (_GNU_SOURCE): Define.
1686         (AC_SYS_LARGEFILE): Require.
1687         (AM_C_PROTOTYPES): Require.
1688
1689 2000-04-05  Paul Eggert  <eggert@twinsun.com>
1690
1691         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
1692         IRIX if the installer said otherwise.
1693
1694 2000-04-05  Jim Meyering  <meyering@lucent.com>
1695
1696         Portability tweaks required for ultrix4.3.
1697         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
1698         (jm_CHECK_DECLS): Add getutent to the list of functions.
1699         (_jm_DECL_HEADERS): Add utmpx.h.
1700         From John David Anglin.
1701
1702         * strftime.m4: Back out the 2000-04-02 change.
1703         Instead of that change, simply undefine putenv in the test program.
1704
1705 2000-04-03  Jim Meyering  <meyering@lucent.com>
1706
1707         * gettext.m4: Fix typo in comment.
1708
1709         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
1710         textutils/configure.in).  Suggestion from Paul Eggert.
1711         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
1712
1713 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1714
1715         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
1716         variable in the shell rather than using putenv, which isn't
1717         portable.  This avoids the configure-time inter-test dependency
1718         on the potentially-renamed putenv function.
1719
1720 2000-03-30  Paul Eggert  <eggert@twinsun.com>
1721
1722         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
1723         before checking struct stat.st_blksize, so that
1724         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
1725
1726 2000-03-29  Paul Eggert  <eggert@twinsun.com>
1727
1728         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
1729         since strftime.c uses HAVE_STRFTIME to decide whether to use
1730         the underlying strftime.
1731
1732 2000-03-10  Jim Meyering  <meyering@lucent.com>
1733
1734         * lib-check.m4: Look for getspnam in -lgen, too.
1735         From Marco Franzen.
1736
1737 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
1738
1739         * codeset.m4: New file.
1740         * iconv.m4: New file.
1741         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
1742
1743 2000-03-04  Jim Meyering  <meyering@lucent.com>
1744
1745         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
1746         for lib/localcharset.c.
1747
1748 2000-03-03  Jim Meyering  <meyering@lucent.com>
1749
1750         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
1751
1752 2000-03-02  Jim Meyering  <meyering@lucent.com>
1753
1754         * timespec.m4: Require AC_HEADER_TIME before the cache check so
1755         the messages come out on separate lines.
1756
1757         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
1758         rather than jm_CHECK_DECLARATIONS.
1759         * decl.m4: Remove now-unused file.
1760
1761         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
1762
1763 2000-02-27  Jim Meyering  <meyering@lucent.com>
1764
1765         * check-decl.m4: Add getenv to the list.
1766
1767 2000-02-23  Jim Meyering  <meyering@lucent.com>
1768
1769         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
1770         in place of my hack.
1771
1772 2000-02-10  Jim Meyering  <meyering@lucent.com>
1773
1774         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
1775         gnu_nanosleep to rpl_nanosleep.
1776
1777 2000-02-09  Jim Meyering  <meyering@lucent.com>
1778
1779         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
1780         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
1781
1782 2000-02-08  Akim Demaille  <akim@epita.fr>
1783
1784         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
1785         `[' and `]' and remove uses of `changequote'.
1786         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
1787         (AC_SYS_LARGEFILE): Likewise.
1788         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
1789         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
1790         of changequote.
1791         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
1792         * readdir.m4 (jm_FUNC_READDIR): Likewise
1793         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
1794         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
1795
1796 2000-02-05  Jim Meyering  <meyering@lucent.com>
1797
1798         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
1799         Remove explicit use of AC_HEADER_TIME.  It is required by
1800         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
1801         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
1802         in autoconf whereby the expansion of the latter ended up preceding
1803         the expansion of its prerequisite, AC_HEADER_TIME.
1804         Reported by Volker Borchert.
1805
1806 2000-02-03  Jim Meyering  <meyering@lucent.com>
1807
1808         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
1809
1810 2000-02-02  Jim Meyering  <meyering@lucent.com>
1811
1812         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
1813         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
1814         Reported by Eli Zaretskii.
1815
1816 2000-01-31  Jim Meyering  <meyering@lucent.com>
1817
1818         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
1819         functions.  Add the time.h and sys/time.h headers along with the
1820         AC_REQUIRE'ment of AC_HEADER_TIME.
1821
1822 2000-01-30  Jim Meyering  <meyering@lucent.com>
1823
1824         * lib-check.m4: Clean up some kludgy old shadow password tests.
1825
1826         * prereq.m4 (utmp_includes): Define.
1827         Check for ut_user and ut_name members in both struct utmpx
1828         and struct utmp.
1829
1830 2000-01-29  Jim Meyering  <meyering@lucent.com>
1831
1832         * lib-check.m4: New file containing library-related checks from
1833         fileutils and sh-utils (textutils had none).
1834
1835 2000-01-28  Jim Meyering  <meyering@lucent.com>
1836
1837         * perl.m4: Change format of warning message to look more like that
1838         from the missing script.  Suggestion from François Pinard.
1839
1840 2000-01-25  Jim Meyering  <meyering@lucent.com>
1841
1842         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
1843         as time.h in the compile check.
1844         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
1845         Fix typo in cross-compiling case: s/yes/no/.
1846
1847 2000-01-23  Jim Meyering  <meyering@lucent.com>
1848
1849         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
1850
1851         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
1852         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
1853
1854         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
1855         s/space/ac_fsusage_space/.
1856         (jm_FILE_SYSTEM_USAGE): Take two parameters.
1857
1858         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
1859         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
1860         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
1861
1862         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
1863         AC_SUBST these here, rather than just in sh-util/configure.in, so
1864         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
1865         all the same.
1866         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
1867         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
1868         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
1869         (AC_SUBST(POW_LIBM)): Likewise.
1870         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
1871
1872 2000-01-22  Jim Meyering  <meyering@lucent.com>
1873
1874         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
1875
1876         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
1877
1878         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
1879         configure.in
1880         (AC_CHECK_HEADERS): Likewise for sh-utils.
1881         (AC_CHECK_HEADERS): Likewise for textutils.
1882         Merge the three lists of headers.
1883
1884         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
1885         from fileutils' configure.in.
1886
1887         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
1888         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
1889
1890         * check-decl.m4: Use #if rather than #ifdef.
1891         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
1892         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
1893         (_jm_DECL_HEADERS): Define new function.
1894         (jm_CHECK_DECLARATIONS): Require it.
1895
1896 2000-01-19  Jim Meyering  <meyering@lucent.com>
1897
1898         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
1899         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
1900         defines `struct timespec' in <sys/time.h>
1901
1902         * c-bs-a.m4: Remove uses of changequote altogether.
1903         Thanks to Akim for explaining.
1904
1905 2000-01-16  Jim Meyering  <meyering@lucent.com>
1906
1907         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
1908         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
1909         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
1910         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
1911
1912 2000-01-16  Jim Meyering  <meyering@lucent.com>
1913
1914         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
1915         because the latter didn't work.
1916
1917 2000-01-15  Jim Meyering  <meyering@lucent.com>
1918
1919         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
1920         (AC_REPLACE_FUNCS): Add memcpy and memset.
1921         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
1922         Add strpbrk.
1923         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
1924
1925 2000-01-12  Jim Meyering  <meyering@lucent.com>
1926
1927         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
1928         (jm_PREREQ): Use it.
1929         (jm_PREREQ_READUTMP): New macro.
1930         (jm_PREREQ): Use it.
1931
1932 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1933
1934         Quote multibyte characters correctly.
1935         * c-bs-a.m4: New file.
1936         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
1937         (jm_PREREQ): Use it.
1938
1939 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1940
1941         * uintmax_t.m4: Port to autoconf 2.13.
1942
1943 2000-01-08  Jim Meyering  <meyering@ascend.com>
1944
1945         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
1946         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
1947
1948 2000-01-04  Jim Meyering  <meyering@ascend.com>
1949
1950         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
1951         jm_STRUCT_DIRENT_D_TYPE.
1952         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
1953         jm_STRUCT_DIRENT_D_INO.
1954         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
1955         jm_STRUCT_UTIMBUF.
1956         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
1957         * utime.m4: Likewise.
1958
1959         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
1960         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
1961
1962 2000-01-03  Paul Eggert  <eggert@twinsun.com>
1963
1964         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
1965         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
1966
1967 2000-01-02  Jim Meyering  <meyering@ascend.com>
1968
1969         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
1970         remember if this is necessary.
1971
1972 1999-12-26  Jim Meyering  <meyering@ascend.com>
1973
1974         * jm-macros.m4: Use it here.
1975         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
1976
1977 1999-12-23  Jim Meyering  <meyering@ascend.com>
1978
1979         * jm-macros.m4: Check for clock_gettime (moved from
1980         fileutils/configure.in)
1981         Check for gettimeofday.
1982
1983 1999-12-20  Jim Meyering  <meyering@ascend.com>
1984
1985         * strftime.m4: Remove kludge, now that I'm using the fixed
1986         autoconf-2.14a-1999-12-20.
1987
1988 1999-12-19  Jim Meyering  <meyering@ascend.com>
1989
1990         * lstat-slash.m4: New file.
1991         * jm-macros.m4: Use the new macro:
1992         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1993
1994 1999-12-07  Jim Meyering  <meyering@ascend.com>
1995
1996         * perl.m4: Require that File::Compare be available, too.
1997         Too many systems seem to lack it.
1998
1999         * strftime.m4: Add checks for most of the cpp macros tested in
2000         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2001
2002 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2003
2004         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2005         problem with the QNX 4.25 shell, which doesn't propagate exit
2006         status of failed commands inside shell assignments.
2007
2008 1999-11-17  Jim Meyering  <meyering@ascend.com>
2009
2010         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2011
2012 1999-11-07  Jim Meyering  <meyering@ascend.com>
2013
2014         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2015
2016 1999-11-06  Jim Meyering  <meyering@ascend.com>
2017
2018         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2019         * jm-macros.m4 (jm_MACROS): Use it here.
2020
2021 1999-11-05  Jim Meyering  <meyering@ascend.com>
2022
2023         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2024         of textutils, fileutils, and sh-utils into this one (shared between
2025         those packages) file.
2026         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2027         AC_STRUCT_ST_BLKSIZE.
2028
2029 1999-11-03  Jim Meyering  <meyering@ascend.com>
2030
2031         * ssize_t.m4: Remove file.  No longer needed since the new version of
2032         AC_CHECK_TYPE checks includes unistd.h.
2033         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2034         Suggestion from Akim Demaille.
2035
2036 1999-10-30  Jim Meyering  <meyering@ascend.com>
2037
2038         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2039         m4-quoted string.
2040         * ls-mntd-fs.m4: Likewise.
2041         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2042         * jm-winsz1.m4: Likewise.
2043
2044         * const.m4: Remove file, since the fix made it into the experimental
2045         version of autoconf.
2046         * mktime.m4: Likewise.
2047
2048         * check-type.m4: Remove file, now that the latest version of
2049         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2050
2051         * ssize_t.m4: New file, requires experimental version of autoconf.
2052         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2053         AC_CHECK_TYPE.
2054
2055 1999-10-04  Jim Meyering  <meyering@ascend.com>
2056
2057         * jm-macros.m4: Don't require autoconf-2.14.1.
2058
2059 1999-09-22  Paul Eggert  <eggert@twinsun.com>
2060
2061         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
2062         2.95.1 bug with HP-UX 10.20.
2063
2064 1999-09-17  Jim Meyering  <meyering@ascend.com>
2065
2066         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
2067         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
2068         due to missing strdup (against sh-utils-2.0).
2069
2070 1999-08-29  Jim Meyering  <meyering@ascend.com>
2071
2072         * jm-macros.m4: Require jm_BISON.
2073         * bison.m4: New file.
2074
2075 1999-08-17  Paul Eggert  <eggert@twinsun.com>
2076
2077         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
2078         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
2079
2080 1999-08-05  Jim Meyering  <meyering@ascend.com>
2081
2082         * getline.m4: Rename test file from conftestdata to conftest.data
2083         to avoid conflicts with `conftest' on 8+3 filesystems.
2084         Suggestion from Eli Zaretskii.
2085
2086 1999-08-04  Jim Meyering  <meyering@ascend.com>
2087
2088         * jm-macros.m4: Move a 4-line block of code from the configure.in of
2089         fileutils and sh-utils (textutils's getline test was inadequate).
2090         (AM_FUNC_GETLINE): Run this test.
2091         (AC_CHECK_FUNCS): Check for getdelim.
2092         Reported by Bob Proulx.
2093
2094 1999-08-02  Jim Meyering  <meyering@ascend.com>
2095
2096         * jm-macros.m4: Add a comment.
2097
2098 1999-08-01  Jim Meyering  <meyering@ascend.com>
2099
2100         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
2101
2102 1999-08-01  Paul Eggert  <eggert@twinsun.com>
2103
2104         * lfs.m4: Remove this file.
2105         * largefile.m4: New file.  It contains the old contents of
2106         lfs.m4, except that all names with prefix AC_LFS have been
2107         changed to use the prefix AC_SYS_LARGEFILE instead, to be
2108         compatible with future autoconf versions.  Also, some minor m4
2109         quoting problems have been fixed.
2110
2111 1999-07-16  Paul Eggert  <eggert@twinsun.com>
2112
2113         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
2114         that we can shift, multiply and divide unsigned long long
2115         values; Ultrix cc can't do it.
2116
2117 1999-07-14  Paul Eggert  <eggert@twinsun.com>
2118
2119         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
2120         <inttypes.h> defines strtoumax as a macro (and not as a
2121         function).
2122
2123 1999-07-05  Paul Eggert  <eggert@twinsun.com>
2124
2125         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
2126         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
2127         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
2128         and simplify the shell code.
2129
2130 1999-07-03  Paul Eggert  <eggert@twinsun.com>
2131
2132         * mktime.m4: New file, which is a preview of what should appear
2133         in the next public autoconf release.
2134
2135 1999-07-20  Jim Meyering  <meyering@ascend.com>
2136
2137         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
2138
2139 1999-07-15  Jim Meyering  <meyering@ascend.com>
2140
2141         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
2142
2143 1999-05-22  Jim Meyering  <meyering@ascend.com>
2144
2145         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
2146
2147 1999-05-20  Jim Meyering  <meyering@ascend.com>
2148
2149         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
2150         Add a colon after each `then' in case $4 is empty.
2151
2152 1999-05-16  Jim Meyering  <meyering@ascend.com>
2153
2154         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
2155
2156 1999-05-10  Jim Meyering  <meyering@ascend.com>
2157
2158         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
2159
2160         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
2161         AC_FUNC_MKTIME.
2162
2163 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2164
2165         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
2166
2167 1999-05-04  Paul Eggert  <eggert@twinsun.com>
2168
2169         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
2170         not CPPFLAGS, so that linking works correctly in IRIX.
2171
2172 1999-04-30  Paul Eggert  <eggert@twinsun.com>
2173
2174         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
2175
2176 1999-04-20  Jim Meyering  <meyering@ascend.com>
2177
2178         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
2179         AC_REPLACE xstroull if necessary.  From Paul Eggert.
2180         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
2181
2182 1999-04-20  Paul Eggert  <eggert@twinsun.com>
2183
2184         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
2185         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
2186         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
2187         jm_AC_TYPE_UNSIGNED_LONG_LONG.
2188         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
2189
2190         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
2191
2192 1999-04-18  Jim Meyering  <meyering@ascend.com>
2193
2194         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
2195         * jm-macros.m4: Use it.
2196
2197 1999-04-06  Jim Meyering  <meyering@ascend.com>
2198
2199         * strftime.m4: Remove test for %f.
2200
2201 1999-03-29  Jim Meyering  <meyering@ascend.com>
2202
2203         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
2204         superset of the AC_TYPE_* checks in the textutils, fileutils,
2205         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
2206         AC_TYPE_PID_T.
2207
2208 1999-03-28  Jim Meyering  <meyering@ascend.com>
2209
2210         * jm-macros.m4: Define GNU_PACKAGE here.
2211         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
2212         replaced e.g., in the *.sh files of the sh-utils.
2213
2214 1999-03-20  Jim Meyering  <meyering@ascend.com>
2215
2216         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
2217         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
2218         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
2219
2220 1999-03-19  Jim Meyering  <meyering@ascend.com>
2221
2222         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
2223
2224 1999-03-12  Jim Meyering  <meyering@ascend.com>
2225
2226         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
2227
2228 1999-03-07  Jim Meyering  <meyering@ascend.com>
2229
2230         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
2231
2232 1999-02-17  Jim Meyering  <meyering@ascend.com>
2233
2234         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
2235         in macro definition.  From Eli Zaretskii and Alain Magloire.
2236
2237 1999-02-07  Jim Meyering  <meyering@ascend.com>
2238
2239         * group-member.m4: New file -- extracted from sh-utils' configure.in.
2240
2241         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2242         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
2243
2244 1999-02-06  Jim Meyering  <meyering@ascend.com>
2245
2246         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
2247         * fnmatch.m4: Likewise.
2248         * getgroups.m4: Likewise.
2249         * lstat.m4: Likewise.
2250         * malloc.m4: Likewise.
2251         * putenv.m4: Likewise.
2252         * realloc.m4: Likewise.
2253         * regex.m4: Likewise.
2254         * stat.m4: Likewise.
2255         * strftime.m4: Likewise.
2256         Suggestion from Alain Magloire.
2257
2258         * chown.m4: Use `.$ac_objext', not `.o'.
2259         * fnmatch.m4: Likewise.
2260         * getgroups.m4: Likewise.
2261         * getline.m4: Likewise.
2262         * lstat.m4: Likewise.
2263         * malloc.m4: Likewise.
2264         * memcmp.m4: Likewise.
2265         * putenv.m4: Likewise.
2266         * realloc.m4: Likewise.
2267         * regex.m4: Likewise.
2268         * stat.m4: Likewise.
2269         * strftime.m4: Likewise.
2270         Suggestion from Alain Magloire.
2271
2272         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
2273         an argument.
2274
2275         * regex.m4: Add a run-time Test for proper operation of
2276         re_compile_pattern.
2277
2278 1999-01-31  Jim Meyering  <meyering@ascend.com>
2279
2280         * getloadavg.m4: Check for locale.h and the function, setlocale.
2281
2282 1999-01-30  Jim Meyering  <meyering@ascend.com>
2283
2284         * check-type.m4: Use 3-arg form of AC_DEFINE.
2285
2286         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
2287         rather than my private copy, now that the official one is up to date.
2288         * mktime.m4: Remove file.
2289
2290         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
2291         * uptime.m4: Likewise.
2292         * uintmax_t.m4: Likewise.
2293
2294 1999-01-28  Jim Meyering  <meyering@ascend.com>
2295
2296         * jm-macros.m4: Use jm_AFS.
2297         * afs.m4: New file (from fileutils' configure.in).
2298
2299         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
2300         * chown.m4: Likewise.
2301         * d-ino.m4: Likewise.
2302         * d-type.m4: Likewise.
2303         * fnmatch.m4: Likewise.
2304         * getgroups.m4: Likewise.
2305         * gettext.m4: Likewise.
2306         * jm-mktime.m4: Likewise.
2307         * jm-winsz2.m4: Likewise.
2308         * lcmessage.m4: Likewise.
2309         * ls-mntd-fs.m4: Likewise.
2310         * malloc.m4: Likewise.
2311         * memcmp.m4: Likewise.
2312         * putenv.m4: Likewise.
2313         * realloc.m4: Likewise.
2314         * st_mtim.m4: Likewise.
2315         * strftime.m4: Likewise.
2316
2317 1999-01-16  Jim Meyering  <meyering@ascend.com>
2318
2319         * jm-macros.m4 (ARGMATCH_DIE): Define.
2320         (ARGMATCH_DIE_DECL): Define.
2321
2322 1999-01-12  Jim Meyering  <meyering@ascend.com>
2323
2324         * Makefile.am.in: Rewrite to avoid using fmt.
2325         Reported by Lars Hecking.
2326
2327 1999-01-10  Jim Meyering  <meyering@ascend.com>
2328
2329         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
2330         gross kludge.
2331         * inttypes_h.m4: Likewise.
2332         * lstat.m4: Likewise.
2333         * malloc.m4: Likewise.
2334         * readdir.m4: Likewise.
2335         * realloc.m4: Likewise.
2336         * st_dm_mode.m4: Likewise.
2337         * stat.m4: Likewise.
2338         * utimbuf.m4: Likewise.
2339         * utimes.m4: Likewise.
2340
2341         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
2342         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
2343         comments in config.h.in are meaningful.
2344
2345         * jm-macros.m4: Require autoconf-2.13 here.
2346
2347         * regex.m4: By default, don't use the included regex.c on systems
2348         with glibc 2.  Suggestion from Uli Drepper.
2349
2350 1999-01-02  Jim Meyering  <meyering@ascend.com>
2351
2352         * jm-macros.m4: Replace strcasecmp and strncasecmp.
2353
2354 1998-12-18  Jim Meyering  <meyering@ascend.com>
2355
2356         * Makefile.am.in (Makefile.am): Simplify rule.
2357         Based on a suggestion from Lars Hecking.
2358
2359 1998-11-16  Jim Meyering  <meyering@ascend.com>
2360
2361         * lfs.m4: Double-quote the `uname...` expression.
2362
2363 1998-11-16  Paul Eggert  <eggert@twinsun.com>
2364
2365         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
2366
2367 1998-11-14  Jim Meyering  <meyering@ascend.com>
2368
2369         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
2370         * stat.m4: Likewise.
2371
2372 1998-11-03  Jim Meyering  <meyering@ascend.com>
2373
2374         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
2375         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
2376
2377 1998-10-18  Jim Meyering  <meyering@ascend.com>
2378
2379         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
2380
2381 1998-10-17  Jim Meyering  <meyering@ascend.com>
2382
2383         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
2384         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
2385         calls for those previously hard-coded headers.  Instead, take a new
2386         parameter.
2387         (jm_CHECK_DECLARATIONS): Reflect interface change.
2388         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
2389         (jm_CHECK_DECL_LOCALTIME_R): New macro.
2390
2391         * mktime.m4: Test for spring-forward gap before long-running test.
2392
2393 1998-10-14  Jim Meyering  <meyering@ascend.com>
2394
2395         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
2396         instead of "TZ=America/Vancouver".  From Paul Eggert.
2397
2398 1998-10-11  Jim Meyering  <meyering@ascend.com>
2399
2400         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
2401         This adds a test for a recently added compatibility fix for mktime.c.
2402         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
2403
2404 1998-09-27  Jim Meyering  <meyering@ascend.com>
2405
2406         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
2407
2408         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
2409         ../configure.in, including a change from Gordon Matzigkeit to allow
2410         cross-compiling for the Hurd.
2411
2412         * glibc.m4: New file/macro to test for the GNU C Library
2413         versions 1 and 2.  From Gordon Matzigkeit.
2414         Indent.
2415
2416 1998-09-21  Jim Meyering  <meyering@ascend.com>
2417
2418         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
2419
2420 1998-08-18  Paul Eggert  <eggert@twinsun.com>
2421
2422         Port nanosecond-resolution times to UnixWare 2.1.2 and
2423         pedantic Solaris 2.6.
2424
2425         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
2426         AC_STRUCT_ST_MTIM.
2427         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
2428         Generate name of ns member, instead of just 1 or undef.
2429         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
2430
2431 1998-08-15  Jim Meyering  <meyering@ascend.com>
2432
2433         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
2434         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
2435         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
2436         instead of jm_TYPE_SSIZE_T.
2437
2438 1998-08-12  Jim Meyering  <meyering@ascend.com>
2439
2440         * st_dm_mode.m4: New file.  From Johan Danielsson.
2441
2442 1998-08-02  Jim Meyering  <meyering@ascend.com>
2443
2444         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
2445         in acconfig.h manually.
2446
2447 1998-07-31  Paul Eggert  <eggert@twinsun.com>
2448
2449         * st_mtim.m4: New file.
2450
2451 1998-07-28  Jim Meyering  <meyering@ascend.com>
2452
2453         * utimes.m4: Undef stat.
2454
2455 1998-07-25  Jim Meyering  <meyering@ascend.com>
2456
2457         * utime.m4 (jm_FUNC_UTIME): New file and macro.
2458         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
2459
2460 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
2461
2462         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
2463         uid and gid actually remain unchanged.
2464
2465 1998-07-07  Jim Meyering  <meyering@ascend.com>
2466
2467         * jm-glibc-io.m4: Remove fclose_unlocked.
2468
2469 1998-07-04  Jim Meyering  <meyering@ascend.com>
2470
2471         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
2472         to prove that this macro can be used in packages without regex.c.
2473
2474 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2475
2476         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
2477         is to be used.
2478
2479 1998-07-03  Jim Meyering  <meyering@ascend.com>
2480
2481         * gettext.m4: Add -lintl if it's found to be necessary.
2482
2483         * gettext.m4: New file -- from gettext-0.10.35.
2484         * lcmessage.m4: Likewise.
2485         * progtest.m4: Likewise.
2486
2487         * regex.m4 (jm_WITH_REGEX): New file and macro.
2488         * jm-macros.m4: Require the new macro.
2489
2490 1998-06-29  Jim Meyering  <meyering@ascend.com>
2491
2492         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
2493         for the definition of NGROUPS (used in a system header included
2494         by sys/mount.h).
2495
2496 1998-06-28  Jim Meyering  <meyering@ascend.com>
2497
2498         * ls-mntd-fs.m4: New file.
2499         * fstypename.m4: New file.
2500
2501         * jm-macros.m4: Require the new macro.
2502         * jm-glibc-io.m4: New file.
2503
2504 1998-05-19  Jim Meyering  <meyering@ascend.com>
2505
2506         * jm-macros.m4: Add jm_FUNC_LCHOWN.
2507         * lchown.m4: New file.
2508
2509         * Makefile.am.in: New file.
2510         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
2511
2512 1998-05-14  Jim Meyering  <meyering@ascend.com>
2513
2514         * Makefile.am (EXTRA_DIST): Add them.
2515         * jm-macros.m4: New file.
2516         * utimbuf.m4: New file.
2517
2518 1998-05-12  Jim Meyering  <meyering@ascend.com>
2519
2520         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
2521
2522 1998-05-11  Jim Meyering  <meyering@ascend.com>
2523
2524         * isc-posix.m4: New file.
2525
2526 1998-05-10  Jim Meyering  <meyering@ascend.com>
2527
2528         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
2529
2530 1998-05-09  Jim Meyering  <meyering@ascend.com>
2531
2532         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
2533         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
2534         with automake.
2535
2536         * ssize_t.m4: New file.
2537         * mktime.m4: Remove file -- the new automake has this now.
2538
2539 1998-04-26  Jim Meyering  <meyering@ascend.com>
2540
2541         * assert.m4: New file.
2542         * Makefile.am (EXTRA_DIST): Add assert.m4.
2543
2544 1998-04-05  Jim Meyering  <meyering@ascend.com>
2545
2546         * prereq.m4 (jm_PREREQ_REGEX): New macro.
2547         (jm_PREREQ): Use it here.
2548
2549 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
2550
2551         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
2552         in acconfig.h.
2553
2554 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
2555
2556         * prereq.m4: New file.
2557         * error.m4: New file.
2558         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
2559
2560 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
2561
2562         * getline.m4: Don't set am_cv_func_working_getline before the
2563         cache-check for the same variable -- that defeated the purpose of
2564         the test; the test program was never run.  This was a problem only
2565         on systems with losing getline functions -- HP-UX 10.20 is one.
2566         Reported by Bjorn Helgaas.
2567
2568 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
2569
2570         * Makefile.am (EXTRA_DIST): Add perl.m4.
2571
2572 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
2573
2574         * Makefile.am (EXTRA_DIST): Add const.m4.
2575
2576         * const.m4: New file.  Use an initializer in this declaration
2577         typedef int charset[2]; const charset x;
2578         Reported by Bob Glickstein.
2579
2580 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
2581
2582         * chown.m4: Fix reversed types on -1 args to chown.
2583         From Kaveh Ghazi.
2584
2585 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
2586
2587         * check-decl.m4: s/DECLARATION_/DECL_/g.
2588         Add lseek and memchr.
2589
2590         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
2591         T.E.Dickey <dickey@clark.net> said that some older preprocessors
2592         have a 20-character limit on names.
2593
2594 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
2595
2596         * inttypes_h.m4: New file.
2597         * uintmax_t.m4: New file.
2598         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.