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