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