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