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