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