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