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