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