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