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