*** empty log message ***
[gnulib.git] / m4 / ChangeLog
blob5bc0030f31778969316a6fa40f4024dbd1ebeb83
1 2002-04-12  Jim Meyering  <meyering@lucent.com>
3         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
4         AC_FUNC_STRNLEN.  That would end up putting two copies of strnlen.o
5         in the library, and that makes some versions of ranlib object.
7 2002-04-09  Jim Meyering  <meyering@lucent.com>
9         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
10         to be more precise.  Rather than saying we're checking whether the
11         function `works', say what we're testing.
12         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
13         Reported by Bruno Haible.
15 2002-02-27  Paul Eggert  <eggert@twinsun.com>
17         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
18         Check for clock_settime.
20 2002-02-25  Paul Eggert  <eggert@twinsun.com>
22         * acl.m4: New file.
23         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
24         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
26 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28         * codeset.m4: Upgrade to gettext-0.11.
29         * gettext.m4: Upgrade to gettext-0.11.
30         * glibc21.m4: Upgrade to gettext-0.11.
31         * iconv.m4: Upgrade to gettext-0.11.
32         * isc-posix.m4: Upgrade to gettext-0.11.
33         * lcmessage.m4: Upgrade to gettext-0.11.
34         * lib-ld.m4: New file, from gettext-0.11.
35         * lib-link.m4: New file, from gettext-0.11.
36         * lib-prefix.m4: New file, from gettext-0.11.
37         * progtest.m4: Upgrade to gettext-0.11.
39 2002-02-15  Paul Eggert  <eggert@twinsun.com>
41         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
42         (jm_PREREQ): Use it.
44 2002-01-26  Jim Meyering  <meyering@lucent.com>
46         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
47         * strnlen.m4: Remove file, now that it's part of autoconf.
49 2002-01-22  Paul Eggert  <eggert@twinsun.com>
51         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
53 2002-01-19  Jim Meyering  <meyering@lucent.com>
55         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
56         Remove useless quotes: DF_PROG="df".
57         * strnlen.m4: New file.
59 2001-12-14  Jim Meyering  <meyering@lucent.com>
61         * jm-macros.m4 (jm_MACROS): Check for iswspace.
62         Suggestion from Bruno Haible.
64 2001-11-20  Jim Meyering  <meyering@lucent.com>
66         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
67         SunOS4.1.4 and solaris2.5.1 lose, too.
69 2001-11-19  Jim Meyering  <meyering@lucent.com>
71         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
72         directory.  Use "conftestXXXXXX" as the template.
73         Suggestion from Paul Eggert.
75         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
76         so the test doesn't mistakenly hit the max-open-files limit.
78 2001-11-18  Jim Meyering  <meyering@lucent.com>
80         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
82 2001-11-17  Jim Meyering  <meyering@lucent.com>
84         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
85         Prompted by a report from Bob Proulx.
87         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
88         Instead, require UTILS_FUNC_MKSTEMP.
90 2001-11-11  Jim Meyering  <meyering@lucent.com>
92         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
93         Now, that's done as part of AC_FUNC_STRTOD.
95 2001-10-22  Paul Eggert  <eggert@twinsun.com>
97         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
98         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
100 2001-11-10  Jim Meyering  <meyering@lucent.com>
102         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
103         (jm_PREREQ): Use it.
105 2001-11-09  Jim Meyering  <meyering@lucent.com>
107         * jm-macros.m4: Require autoconf-2.52f.
108         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
109         Use these AC_-prefixed names, not the AM_-prefixed ones.
111         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
113 2001-11-04  Jim Meyering  <meyering@lucent.com>
115         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
117 2001-11-03  Jim Meyering  <meyering@lucent.com>
119         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
120         of AC_DEFUN.
122         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
123         know the name of the variable in the macro definition.
125 2001-11-01  Jim Meyering  <meyering@lucent.com>
127         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
128         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
130 2001-10-20  Paul Eggert  <eggert@twinsun.com>
132         * error.m4 (jm_PREREQ_ERROR):
133         Do not invoke AC_CHECK_FUNCS with strerror_r, as
134         AC_FUNC_STRERROR_R does that.
135         Check for strerror declaration.
137         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
138         are supposed to have them these days.
139         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
140         Merge changes from latest Autoconf CVS.
141         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
142         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
143         POSIX decided to standardize on the int flavor of strerror_r.
145 2001-09-30  Jim Meyering  <meyering@lucent.com>
147         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
148         `struct fsstat' has the `f_fstypename' member.
149         Use that to define FS_TYPE, which is now used to make
150         the getfsstat link test tighter.
152 2001-09-29  Jim Meyering  <meyering@lucent.com>
154         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
155         [one-argument getmntent function]): Include stdio.h before mntent.h.
156         SunOS4.1.x needs it for the declaration of `FILE'.
157         Patch by Volker Borchert.
159         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
160         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
161         sys/fs_types.h, and make the link-test for getfsstat guard #include
162         directives with appropriate #if HAVE_*_H tests so that we can
163         detect getfsstat on Apple Darwin1.3.7 systems.
164         Reported by Nelson Beebe.
165         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
167 2001-09-28  Paul Eggert  <eggert@twinsun.com>
169         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
170         #defines strtoimax.  Also treat the other strto* functions
171         like strtoimax.
173         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
174         Check for strtoul and strtoumax,
175         as those declarations are made even in the signed case.
176         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
177         Likewise, for strtol and strtoimax.
179 2001-09-24  Jim Meyering  <meyering@lucent.com>
181         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
183 2001-09-23  Jim Meyering  <meyering@lucent.com>
185         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
186         instead of the mere test for existence of mntent.h.  The latter
187         would get a false-positive on AIX 3.4 systems.
188         In the outer getmntent if-block, don't die if neither of the getmntent
189         tests succeeds.  Instead, just fall through and continue with the
190         remaining tests.
192 2001-09-22  Jim Meyering  <meyering@lucent.com>
194         * gettext.m4: New file.  From gettext.
195         * lcmessage.m4: Sync with gettext -- this changes only comments.
196         * progtest.m4: Likewise
197         * isc-posix.m4: Decrement serial number to sync with gettext.
198         * glibc21.m4: Likewise.
200         * libintl.m4: Remove.  No longer used.
202 2001-09-20  Jim Meyering  <meyering@lucent.com>
204         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
205         strtoimax.
206         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
207         strtoumax.
209 2001-09-17  Jim Meyering  <meyering@lucent.com>
211         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
212         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
213         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
214         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
215         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
216         whenever the right hand side need not be expanded by the shell.
218 2001-09-16  Paul Eggert  <eggert@twinsun.com>
220         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
221         library.  It's not correct, as some older glibcs are buggy.
222         fnmatch wasn't fixed until glibc 2.2.
224         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
225         special shell magic here.
227 2001-09-16  Jim Meyering  <meyering@lucent.com>
229         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
230         * jm-macros.m4: Require it.
232 2001-09-15  Jim Meyering  <meyering@lucent.com>
234         * jm-macros.m4: Check for help2man.
236 2001-09-11  Jim Meyering  <meyering@lucent.com>
238         * host-os.m4 (UTILS_HOST_OS): New file/macro.
239         The body, by Paul Eggert, was moved here from configure.in.
240         * jm-macros.m4: Require UTILS_HOST_OS.
242 2001-09-04  Paul Eggert  <eggert@twinsun.com>
244         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
245         (jm_PREREQ): Use it.
247 2001-09-03  Paul Eggert  <eggert@twinsun.com>
249         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
250         sys/param.h, as pathmax.h includes them.
252 2001-09-03  Paul Eggert  <eggert@twinsun.com>
254         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
255         (jm_PREREQ_XGETCWD): New macro.
257         * getcwd.m4: New file.
259 2001-09-01  Jim Meyering  <meyering@lucent.com>
261         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
262         Used by df.
264 2001-08-30  Paul Eggert  <eggert@twinsun.com>
266         Simplify code, partly by assuming autoconf 2.52 semantics.
268         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
270         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
271         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
272         All uses removed.
273         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
274         Move AC_REQUIRE to next-to-top level, to avoid confusion.
275         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
276         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
277         * jm-macros.m4 (jm_MACROS): Likewise.
279         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
281         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
282         Quote first arg of AC_DEFUN.
283         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
284         since they are needed to parse the include file even if we need
285         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
286         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
287         but with opposite signedness.
289 2001-08-30  Paul Eggert  <eggert@twinsun.com>
291         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
292         (jm_PREREQ_EXCLUDE): New macro.
294 2001-08-26  Jim Meyering  <meyering@lucent.com>
296         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
298         * xstrtoimax.m4: New file.
299         * xstrtoumax.m4: Add comments explaining why we
300         AC_REPLACE_FUNCS(strtol).
302 2001-06-20  Paul Eggert  <eggert@twinsun.com>
304         * inttypes.m4: Add AC_PREREQ(2.13).
305         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
306         (jm_AC_TYPE_INTMAX_T): New macro.
307         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
309         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
311         * longlong.m4: Renamed from ulonglong.m4.
312         * inttypes.m4: Renamed from inttypes_h.m4.
313         * uintmax_t.m4: Removed.
315 2001-08-12  Jim Meyering  <meyering@lucent.com>
317         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
318         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
319         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
320         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
321         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
322         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
323         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
324         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
325         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
326         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
327         utime.m4, utimes.m4, xstrtoumax.m4:
328         Quote the first argument in each use of AC_DEFUN.
330 2001-08-05  Jim Meyering  <meyering@lucent.com>
332         * jm-macros.m4: Require autoconf-2.52.
334 2001-08-03  Paul Eggert  <eggert@twinsun.com>
336         The following changes are from gettext 0.10.39 as maintained by
337         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
339         * codeset.m4: Upgrade to serial AM1.
340         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
341         all uses changed.  Quote first arg of AC_DEFUN.
342         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
344         * iconv.m4: Upgrade to serial AM2.
345         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
346         Add --with-libconv-prefix.
347         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
348         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
349         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
350         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
351         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
353         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
354         * getline.m4 (AM_FUNC_GETLINE): Likewise.
355         * glibc21.m4 (jm_GLIBC21): Likewise.
356         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
357         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
358         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
359         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
360         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
361         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
363         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
364         string.h any more.
366         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
367         not the default value.
369         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
370         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
371         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
372         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
373         Also check for iswcntrl, used for wcwidth fallback.
374         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
375         to Autoconf 2.13.
377 2001-08-03  Jim Meyering  <meyering@lucent.com>
379         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
380         as it was in the original.  Reported by Paul Eggert.
382 2001-07-16  Jim Meyering  <meyering@lucent.com>
384         * gettimeofday.m4: New file.
385         Prompted by a report from Bernhard Baehr.
387 2001-07-15  Jim Meyering  <meyering@lucent.com>
389         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
390         Now it's in ../Makefile.cfg.
392 2001-07-04  Jim Meyering  <meyering@lucent.com>
394         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
395         that generates jm-glibc-io.m4 so that it doesn't trigger any make
396         distcheck failure.
398 2001-07-02  Jim Meyering  <meyering@lucent.com>
400         The following changes were prompted by suggestions from Bruno Haible.
402         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
403         is now generated.
404         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
405         definition of EXTRA_DIST.
406         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
407         ensure that the generated file is created/updated whenever the list
408         of $(unlocked_functions) is changed.
409         (jm-glibc-io.m4): New rule.
410         (unlocked-io.h): New rule -- currently unused.
412 2001-06-24  Jim Meyering  <meyering@lucent.com>
414         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
415         unmatched right bracket, rather than kludging it with an extra,
416         falsely-matching quote in a comment.  Patch by Akim Demaille.
418 2001-05-27  Jim Meyering  <meyering@lucent.com>
420         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
421         Check for ut_type in struct utmp.
423 2001-05-22  Jim Meyering  <meyering@lucent.com>
425         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
426         now that we use the package-supplied version unconditionally.
427         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
429 2001-05-21  Jim Meyering  <meyering@lucent.com>
431         * regex.m4: Change a couple backticks to single quotes to avoid shell
432         syntax errors.
434 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
436         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
438 2001-05-11  Paul Eggert  <eggert@twinsun.com>
440         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
441         Don't bother to check library strftime, since
442         we'll be using our own my_strftime function anyway.
443         Define my_strftime instead of strftime.
445 2001-05-15  Jim Meyering  <meyering@lucent.com>
447         * regex.m4: Use proper quoting so brackets appear in the test program.
448         Reported by, and with help from, Bruno Haible.
450 2001-05-13  Jim Meyering  <meyering@lucent.com>
452         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
454 2000-11-26  Paul Eggert  <eggert@twinsun.com>
456         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
458 2001-04-21  Jim Meyering  <meyering@lucent.com>
460         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
461         doesn't interfere.
463 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
465         * ftruncate.m4: Check for chsize.
466         Link with ftruncate.o unconditionally if ftruncate is missing.
467         This was required when cross-compiling to i586-mingw32msvc.
469 2001-03-24  Jim Meyering  <meyering@lucent.com>
471         * jm-macros.m4: Require autoconf-2.49d.
473 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
475         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
477 2001-03-17  Jim Meyering  <meyering@lucent.com>
479         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
480         now that the version in autoconf is equivalent.
481         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
483         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
484         Suggestion from Akim Demaille.
486         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
487         (jm_PREREQ_TEMPNAME): New function.
489 2001-02-25  Paul Eggert  <eggert@twinsun.com>
491         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
492         lacks mkstemp.  Compile our own tempname.c if we compile our own
493         mkstemp.c, as mkstemp relies on tempname.
495 2001-03-01  Jim Meyering  <meyering@lucent.com>
497         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
498         AH_VERBATIM really does output its argument verbatim.
500 2001-02-18  Paul Eggert  <eggert@twinsun.com>
502         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
504 2001-02-17  Jim Meyering  <meyering@lucent.com>
506         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
507         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
508         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
509         UnixWare 7.1.1.
511         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
512         rather than AC_CACHE_VAL.
514 2001-02-17  Paul Eggert  <eggert@twinsun.com>
516         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
517         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
518         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
519         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
521 2001-02-07  Jim Meyering  <meyering@lucent.com>
523         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
525 2001-02-05  Jim Meyering  <meyering@lucent.com>
527         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
528         it includes the patch required for `large file' support with at least
529         HP-UX's 10.20 /bin/cc.
531 2001-02-03  Jim Meyering  <meyering@lucent.com>
533         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
534         AS_IF, now that it works once again (mysteriously).
535         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
537 2001-01-30  Jim Meyering  <meyering@lucent.com>
539         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
540         * chown.m4: Rename conftestchown to conftest.chown.
541         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
542         * utimes.m4: s/conftestdata/conftest.data/
543         Inspired by Pavel Roskin's change in autoconf.
545 2001-01-27  Jim Meyering  <meyering@lucent.com>
547         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
548         a use of AS_IF.
549         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
551 2001-01-26  Jim Meyering  <meyering@lucent.com>
553         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
554         quotearg.c includes it.
556 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
558         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
559         has const.
561 2001-01-20  Jim Meyering  <meyering@lucent.com>
563         Be sure that headers are checked before used in code compiled
564         for the type checks.
565         * jm-macros.m4 (jm_MACROS): Remove all header checks.
566         In place of that, invoke jm_CHECK_ALL_TYPES.
567         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
568         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
569         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
570         The check for ssize_t was mistakenly run before the test for unistd.h.
572         The configure-time check for stdbool.h was missing.
573         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
574         (jm_PREREQ_HASH): New function.
576 2001-01-17  Jim Meyering  <meyering@lucent.com>
578         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
579         for autoconf-2.49c.
580         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
582 2001-01-14  Jim Meyering  <meyering@lucent.com>
584         * rename.m4: Use temporary directories named conftestdir{,2}, not
585         foo and bar.  Create conftestdir/ in the script, not in the C code.
586         Remove directories in the script, not in the C code.
587         Remove conftestdir{,2} before trying to create the directory.
588         Make the entire configure script fail if the mkdir fails.
590 2001-01-02  Volker Borchert  <bt@teknon.de>
592         * rename.m4: New file.
593         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
595 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
597         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
598         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
599         so `make install' also works in VPATH builds.
601 2001-01-01  Jim Meyering  <meyering@lucent.com>
603         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
604         on systems with utmpx.h.  It's necessary for the declaration of utmp's
605         ut_user member.  Reported by Andreas Jaeger.
607         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
608         They are required for the declarations of getgrgid and getpwuid resp.
609         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
610         Reported by Andreas Jaeger.
612 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
614         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
615         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
616         can be used in subdirectories.
618 2000-12-26  Jim Meyering  <meyering@lucent.com>
620         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
621         with autoheader.
623 2000-12-17  Jim Meyering  <meyering@lucent.com>
625         * dos.m4 (jm_AC_DOS): New file and macro.
626         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
628 2000-12-06  Paul Eggert  <eggert@twinsun.com>
630         * off_t-format.m4: Remove this file.
631         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
633 2000-12-06  Jim Meyering  <meyering@lucent.com>
635         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
636         strtoull, we may well need the replacement strtoul, too.
637         Check for declarations of strtoul and strtoull.
638         Check for strtol.  Mainly as a cue to cause automake to include
639         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
640         Check for limits.h -- strtol.c needs it.
642 2000-12-02  Jim Meyering  <meyering@lucent.com>
644         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
645         * jm-macros.m4 (jm_MACROS): require it.
647 2000-11-30  Jim Meyering  <meyering@lucent.com>
649         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
651 2000-11-30  Jim Meyering  <meyering@lucent.com>
653         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
655 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
657         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
659 2000-11-04  Jim Meyering  <meyering@lucent.com>
661         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
663 2000-10-29  Jim Meyering  <meyering@lucent.com>
665         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
666         * ls-mntd-fs.m4: Likewise
668 2000-10-28  Jim Meyering  <meyering@lucent.com>
670         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
671         (jm_PREREQ_MEMCHR): New function.
673 2000-10-21  Jim Meyering  <meyering@lucent.com>
675         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
676         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
677         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
679 2000-09-18  Jim Meyering  <meyering@lucent.com>
681         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
682         Otherwise, everyone ends up linking with -lelf for some configurations.
683         Reported by Mike Stone.
685 2000-08-26  Jim Meyering  <meyering@lucent.com>
687         * jm-macros.m4: Use jm_FUNC_FPENDING.
688         * fpending.m4: New file.
690 2000-08-20  Jim Meyering  <meyering@lucent.com>
692         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
693         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
694         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
696 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
698         Improve fileutils installation on systems where running
699         programs (like install) can't be unlinked.
700         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
701         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
703 2000-08-06  Paul Eggert  <eggert@twinsun.com>
705         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
706         not char, for compatibility with glibc 2.1.3 strftime.c.
708 2000-07-23  Paul Eggert  <eggert@twinsun.com>
710         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
712 2000-07-23  Jim Meyering  <meyering@lucent.com>
714         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
715         getgrgid, getpwuid, getuid.
717 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
719         * mbswidth.m4: New file.
720         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
722 2000-07-14  Jim Meyering  <meyering@lucent.com>
724         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
726 2000-07-10  Paul Eggert  <eggert@twinsun.com>
728         From a suggestion by Bruno Haible.
729         * mbstate_t.m4 (AC_MBSTATE_T):
730         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
731         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
732         and mbstate_t, to a single-part test that simply defines mbstate_t.
733         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
735 2000-07-10  Jim Meyering  <meyering@lucent.com>
737         * strerror_r.m4: Mirror the correction made in autoconf.
739         * gnu-source.m4: Output to confdefs.h directly.
740         Suggestion from Akim Demaille.
742 2000-07-09  Jim Meyering  <meyering@lucent.com>
744         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
745         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
747         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
748         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
750 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
752         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
753         to strerror_r.
754         Include <ctype.h> for use of isalpha.
756 2000-07-05  Paul Eggert  <eggert@twinsun.com>
757         and Bruno Haible  <haible@clisp.cons.org>
759         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
760         only if the test for an object-type mbstate_t fails.  This
761         prevents us from mistakenly reporting that mbstate_t is a
762         system object type after we "#define mbstate_t int" to work
763         around its lack.
765 2000-07-04  Jim Meyering  <meyering@lucent.com>
767         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
768         of the deprecated AC_CHECKING.
770 2000-07-03  Jim Meyering  <meyering@lucent.com>
772         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
774 2000-07-03  Paul Eggert  <eggert@twinsun.com>
776         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
777         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
779 2000-07-02  Jim Meyering  <meyering@lucent.com>
781         * mbstate_t.m4: Also define mbstate_t, if necessary.
783         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
784         AC_LIBOBJ(function_name).
785         * chown.m4: Likewise.
786         * fnmatch.m4: Likewise.
787         * ftruncate.m4: Likewise.
788         * getgroups.m4: Likewise.
789         * getline.m4: Likewise.
790         * group-member.m4: Likewise.
791         * jm-macros.m4: Likewise.
792         * lstat.m4: Likewise.
793         * malloc.m4: Likewise.
794         * memcmp.m4: Likewise.
795         * nanosleep.m4: Likewise.
796         * putenv.m4: Likewise.
797         * realloc.m4: Likewise.
798         * regex.m4: Likewise.
799         * stat.m4: Likewise.
800         * strftime.m4: Likewise.
802 2000-07-01  Jim Meyering  <meyering@lucent.com>
804         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
805         problem.
807 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
809         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
810         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
812 2000-07-01  Jim Meyering  <meyering@lucent.com>
814         * uptime.m4: Put double quotes around use of $cross_compiling.
816 2000-06-28  Jim Meyering  <meyering@lucent.com>
818         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
819         by quotearg.c, for which we perform this test.  From Bruno Haible.
821 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
823         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
824         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
825         <utmpx.h> exists, put readutmp.o into LIBOBJS.
827 2000-06-25  Jim Meyering  <meyering@lucent.com>
829         * mbstate_t.m4: Include stdio.h before wchar.h to work around
830         Linux header bug when _XOPEN_SOURCE is defined to 500.
832 2000-06-24  Jim Meyering  <meyering@lucent.com>
834         * strerror_r.m4: Revive this file -- to try out an experimental
835         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
836         for which strerror does return char*, but which lacks a conveniently
837         accessible declaration of the function.  If the compile-test says
838         strerror_r doesn't work, then resort to a `run'-test that works on
839         BeOS and segfaults on DEC Unix.
841 2000-06-19  Paul Eggert  <eggert@twinsun.com>
843         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
844         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
846 2000-06-23  Jim Meyering  <meyering@lucent.com>
848         * afs.m4: Add missing AC_MSG_RESULT.
849         Reported by Bruno Haible.
851         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
852         Suggestion from Bruno Haible.
854 2000-06-21  Jim Meyering  <meyering@lucent.com>
856         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
858 2000-06-18  Jim Meyering  <meyering@lucent.com>
860         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
862         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
863         `checking whether...' message to be consistent with that of the
864         lstat test.
866 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
868         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
870 2000-06-12  Jim Meyering  <meyering@lucent.com>
872         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
873         from autoconf, and tweak the latter to accept an optional argument.
874         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
875         the optional argument, `lib'.
877 2000-06-08  Jim Meyering  <meyering@lucent.com>
879         * largefile.m4: Remove file (now that it's part of autoconf).
881 2000-06-04  Paul Eggert  <eggert@twinsun.com>
883         Rewrite largefile configuration so that we don't need to run
884         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
885         AC_CANONICAL_HOST in configure.in -- jmm]
887         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
888         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
889         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
890         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
891         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
892         All uses changed.
893         Instead of inspecting the output of getconf, try to compile the
894         test program without and with the macro definition.
895         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
896         for getconf.  Instead, check for the needed flags by compiling
897         test programs.
899 2000-06-03  Jim Meyering  <meyering@lucent.com>
901         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
902         now that autoconf requires that.
904         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
905         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
906         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
908 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
910         * glibc21.m4: New file.
911         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
913 2000-05-28  Jim Meyering  <meyering@lucent.com>
915         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
916         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
917         * stat.m4: Likewise.
918         * lstat.m4: Likewise.
919         * lstat-slash.m4: Remove file (absorbed into autoconf).
921         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
922         * strerror_r.m4: Remove file (absorbed into autoconf).
924 2000-05-26  Jim Meyering  <meyering@lucent.com>
926         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
928 2000-05-24  Jim Meyering  <meyering@lucent.com>
930         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
931         autoconf requires that.
932         * lib-check.m4: Likewise.
933         * jm-macros.m4: Likewise.
934         * strftime.m4: Likewise.
936         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
937         now that autoconf requires that.
939 2000-05-22  Jim Meyering  <meyering@lucent.com>
941         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
942         * lstat.m4: Likewise.
944 2000-05-20  Jim Meyering  <meyering@lucent.com>
946         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
947         (jm_PREREQ): Use it.
949 2000-05-09  Jim Meyering  <meyering@lucent.com>
951         * gettext.m4: Rename this...
952         * libintl.m4: ...to this.
954 2000-05-06  Jim Meyering  <meyering@lucent.com>
956         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
957         (AC_REPLACE_FUNCS): Add strnlen.
959         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
960         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
962         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
963         AC_SEARCH_LIBS call for nanosleep.
964         (LIB_NANOSLEEP): Set and AC_SUBST.
966 2000-05-03  Paul Eggert  <eggert@twinsun.com>
968         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
969         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
970         2.1.3 bug.  This avoids a clash when files like regex.c define
971         _GNU_SOURCE.
973 2000-05-05  Jim Meyering  <meyering@lucent.com>
975         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
976         call for clock_gettime.
977         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
979         * search-libs.m4: Update from autoconf.
981         su doesn't work on Solaris2.6.
982         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
983         <shadow.h>.  Reported by Dragos Harabor.
985 2000-05-03  Jim Meyering  <meyering@lucent.com>
987         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
989 2000-05-02  Paul Eggert  <eggert@twinsun.com>
991         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
992         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
993         compile-time test, rather than inspecting host and OS, to
994         decide whether to define _LARGEFILE_SOURCE.
996 2000-05-01  Jim Meyering  <meyering@lucent.com>
998         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
1000         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
1001         Based on a patch from Bruno Haible.
1003 2000-04-18  Jim Meyering  <meyering@lucent.com>
1005         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
1006         (jm_PREREQ): Use it.
1008 2000-04-17  Jim Meyering  <meyering@lucent.com>
1010         Get it right :-)
1011         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
1012         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
1013         Suggestion from Akim Demaille.
1015 2000-04-14  Jim Meyering  <meyering@lucent.com>
1017         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
1018         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
1020 2000-04-13  Jim Meyering  <meyering@lucent.com>
1022         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
1023         to insert required #ifndef into config.h.in.
1024         Suggestion from Akim Demaille.
1026 2000-04-12  Jim Meyering  <meyering@lucent.com>
1028         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
1029         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
1030         Christian Krackowizer.
1032         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
1033         * jm-macros.m4 (_GNU_SOURCE): Define.
1034         (AC_SYS_LARGEFILE): Require.
1035         (AM_C_PROTOTYPES): Require.
1037 2000-04-05  Paul Eggert  <eggert@twinsun.com>
1039         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
1040         IRIX if the installer said otherwise.
1042 2000-04-05  Jim Meyering  <meyering@lucent.com>
1044         Portability tweaks required for ultrix4.3.
1045         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
1046         (jm_CHECK_DECLS): Add getutent to the list of functions.
1047         (_jm_DECL_HEADERS): Add utmpx.h.
1048         From John David Anglin.
1050         * strftime.m4: Back out the 2000-04-02 change.
1051         Instead of that change, simply undefine putenv in the test program.
1053 2000-04-03  Jim Meyering  <meyering@lucent.com>
1055         * gettext.m4: Fix typo in comment.
1057         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
1058         textutils/configure.in).  Suggestion from Paul Eggert.
1059         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
1061 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1063         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
1064         variable in the shell rather than using putenv, which isn't
1065         portable.  This avoids the configure-time inter-test dependency
1066         on the potentially-renamed putenv function.
1068 2000-03-30  Paul Eggert  <eggert@twinsun.com>
1070         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
1071         before checking struct stat.st_blksize, so that
1072         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
1074 2000-03-29  Paul Eggert  <eggert@twinsun.com>
1076         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
1077         since strftime.c uses HAVE_STRFTIME to decide whether to use
1078         the underlying strftime.
1080 2000-03-10  Jim Meyering  <meyering@lucent.com>
1082         * lib-check.m4: Look for getspnam in -lgen, too.
1083         From Marco Franzen.
1085 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
1087         * codeset.m4: New file.
1088         * iconv.m4: New file.
1089         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
1091 2000-03-04  Jim Meyering  <meyering@lucent.com>
1093         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
1094         for lib/localcharset.c.
1096 2000-03-03  Jim Meyering  <meyering@lucent.com>
1098         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
1100 2000-03-02  Jim Meyering  <meyering@lucent.com>
1102         * timespec.m4: Require AC_HEADER_TIME before the cache check so
1103         the messages come out on separate lines.
1105         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
1106         rather than jm_CHECK_DECLARATIONS.
1107         * decl.m4: Remove now-unused file.
1109         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
1111 2000-02-27  Jim Meyering  <meyering@lucent.com>
1113         * check-decl.m4: Add getenv to the list.
1115 2000-02-23  Jim Meyering  <meyering@lucent.com>
1117         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
1118         in place of my hack.
1120 2000-02-10  Jim Meyering  <meyering@lucent.com>
1122         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
1123         gnu_nanosleep to rpl_nanosleep.
1125 2000-02-09  Jim Meyering  <meyering@lucent.com>
1127         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
1128         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
1130 2000-02-08  Akim Demaille  <akim@epita.fr>
1132         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
1133         `[' and `]' and remove uses of `changequote'.
1134         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
1135         (AC_SYS_LARGEFILE): Likewise.
1136         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
1137         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
1138         of changequote.
1139         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
1140         * readdir.m4 (jm_FUNC_READDIR): Likewise
1141         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
1142         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
1144 2000-02-05  Jim Meyering  <meyering@lucent.com>
1146         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
1147         Remove explicit use of AC_HEADER_TIME.  It is required by
1148         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
1149         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
1150         in autoconf whereby the expansion of the latter ended up preceding
1151         the expansion of its prerequisite, AC_HEADER_TIME.
1152         Reported by Volker Borchert.
1154 2000-02-03  Jim Meyering  <meyering@lucent.com>
1156         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
1158 2000-02-02  Jim Meyering  <meyering@lucent.com>
1160         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
1161         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
1162         Reported by Eli Zaretskii.
1164 2000-01-31  Jim Meyering  <meyering@lucent.com>
1166         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
1167         functions.  Add the time.h and sys/time.h headers along with the
1168         AC_REQUIRE'ment of AC_HEADER_TIME.
1170 2000-01-30  Jim Meyering  <meyering@lucent.com>
1172         * lib-check.m4: Clean up some kludgy old shadow password tests.
1174         * prereq.m4 (utmp_includes): Define.
1175         Check for ut_user and ut_name members in both struct utmpx
1176         and struct utmp.
1178 2000-01-29  Jim Meyering  <meyering@lucent.com>
1180         * lib-check.m4: New file containing library-related checks from
1181         fileutils and sh-utils (textutils had none).
1183 2000-01-28  Jim Meyering  <meyering@lucent.com>
1185         * perl.m4: Change format of warning message to look more like that
1186         from the missing script.  Suggestion from François Pinard.
1188 2000-01-25  Jim Meyering  <meyering@lucent.com>
1190         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
1191         as time.h in the compile check.
1192         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
1193         Fix typo in cross-compiling case: s/yes/no/.
1195 2000-01-23  Jim Meyering  <meyering@lucent.com>
1197         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
1199         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
1200         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
1202         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
1203         s/space/ac_fsusage_space/.
1204         (jm_FILE_SYSTEM_USAGE): Take two parameters.
1206         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
1207         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
1208         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
1210         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
1211         AC_SUBST these here, rather than just in sh-util/configure.in, so
1212         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
1213         all the same.
1214         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
1215         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
1216         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
1217         (AC_SUBST(POW_LIBM)): Likewise.
1218         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
1220 2000-01-22  Jim Meyering  <meyering@lucent.com>
1222         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
1224         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
1226         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
1227         configure.in
1228         (AC_CHECK_HEADERS): Likewise for sh-utils.
1229         (AC_CHECK_HEADERS): Likewise for textutils.
1230         Merge the three lists of headers.
1232         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
1233         from fileutils' configure.in.
1235         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
1236         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
1238         * check-decl.m4: Use #if rather than #ifdef.
1239         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
1240         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
1241         (_jm_DECL_HEADERS): Define new function.
1242         (jm_CHECK_DECLARATIONS): Require it.
1244 2000-01-19  Jim Meyering  <meyering@lucent.com>
1246         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
1247         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
1248         defines `struct timespec' in <sys/time.h>
1250         * c-bs-a.m4: Remove uses of changequote altogether.
1251         Thanks to Akim for explaining.
1253 2000-01-16  Jim Meyering  <meyering@lucent.com>
1255         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
1256         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
1257         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
1258         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
1260 2000-01-16  Jim Meyering  <meyering@lucent.com>
1262         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
1263         because the latter didn't work.
1265 2000-01-15  Jim Meyering  <meyering@lucent.com>
1267         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
1268         (AC_REPLACE_FUNCS): Add memcpy and memset.
1269         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
1270         Add strpbrk.
1271         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
1273 2000-01-12  Jim Meyering  <meyering@lucent.com>
1275         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
1276         (jm_PREREQ): Use it.
1277         (jm_PREREQ_READUTMP): New macro.
1278         (jm_PREREQ): Use it.
1280 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1282         Quote multibyte characters correctly.
1283         * c-bs-a.m4: New file.
1284         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
1285         (jm_PREREQ): Use it.
1287 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1289         * uintmax_t.m4: Port to autoconf 2.13.
1291 2000-01-08  Jim Meyering  <meyering@ascend.com>
1293         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
1294         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
1296 2000-01-04  Jim Meyering  <meyering@ascend.com>
1298         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
1299         jm_STRUCT_DIRENT_D_TYPE.
1300         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
1301         jm_STRUCT_DIRENT_D_INO.
1302         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
1303         jm_STRUCT_UTIMBUF.
1304         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
1305         * utime.m4: Likewise.
1307         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
1308         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
1310 2000-01-03  Paul Eggert  <eggert@twinsun.com>
1312         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
1313         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
1315 2000-01-02  Jim Meyering  <meyering@ascend.com>
1317         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
1318         remember if this is necessary.
1320 1999-12-26  Jim Meyering  <meyering@ascend.com>
1322         * jm-macros.m4: Use it here.
1323         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
1325 1999-12-23  Jim Meyering  <meyering@ascend.com>
1327         * jm-macros.m4: Check for clock_gettime (moved from
1328         fileutils/configure.in)
1329         Check for gettimeofday.
1331 1999-12-20  Jim Meyering  <meyering@ascend.com>
1333         * strftime.m4: Remove kludge, now that I'm using the fixed
1334         autoconf-2.14a-1999-12-20.
1336 1999-12-19  Jim Meyering  <meyering@ascend.com>
1338         * lstat-slash.m4: New file.
1339         * jm-macros.m4: Use the new macro:
1340         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1342 1999-12-07  Jim Meyering  <meyering@ascend.com>
1344         * perl.m4: Require that File::Compare be available, too.
1345         Too many systems seem to lack it.
1347         * strftime.m4: Add checks for most of the cpp macros tested in
1348         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
1350 1999-11-18  Paul Eggert  <eggert@twinsun.com>
1352         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
1353         problem with the QNX 4.25 shell, which doesn't propagate exit
1354         status of failed commands inside shell assignments.
1356 1999-11-17  Jim Meyering  <meyering@ascend.com>
1358         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
1360 1999-11-07  Jim Meyering  <meyering@ascend.com>
1362         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
1364 1999-11-06  Jim Meyering  <meyering@ascend.com>
1366         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
1367         * jm-macros.m4 (jm_MACROS): Use it here.
1369 1999-11-05  Jim Meyering  <meyering@ascend.com>
1371         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
1372         of textutils, fileutils, and sh-utils into this one (shared between
1373         those packages) file.
1374         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
1375         AC_STRUCT_ST_BLKSIZE.
1377 1999-11-03  Jim Meyering  <meyering@ascend.com>
1379         * ssize_t.m4: Remove file.  No longer needed since the new version of
1380         AC_CHECK_TYPE checks includes unistd.h.
1381         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
1382         Suggestion from Akim Demaille.
1384 1999-10-30  Jim Meyering  <meyering@ascend.com>
1386         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
1387         m4-quoted string.
1388         * ls-mntd-fs.m4: Likewise.
1389         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
1390         * jm-winsz1.m4: Likewise.
1392         * const.m4: Remove file, since the fix made it into the experimental
1393         version of autoconf.
1394         * mktime.m4: Likewise.
1396         * check-type.m4: Remove file, now that the latest version of
1397         AC_CHECK_TYPE takes a third arg to specify additional #includes.
1399         * ssize_t.m4: New file, requires experimental version of autoconf.
1400         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
1401         AC_CHECK_TYPE.
1403 1999-10-04  Jim Meyering  <meyering@ascend.com>
1405         * jm-macros.m4: Don't require autoconf-2.14.1.
1407 1999-09-22  Paul Eggert  <eggert@twinsun.com>
1409         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
1410         2.95.1 bug with HP-UX 10.20.
1412 1999-09-17  Jim Meyering  <meyering@ascend.com>
1414         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
1415         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
1416         due to missing strdup (against sh-utils-2.0).
1418 1999-08-29  Jim Meyering  <meyering@ascend.com>
1420         * jm-macros.m4: Require jm_BISON.
1421         * bison.m4: New file.
1423 1999-08-17  Paul Eggert  <eggert@twinsun.com>
1425         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
1426         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
1428 1999-08-05  Jim Meyering  <meyering@ascend.com>
1430         * getline.m4: Rename test file from conftestdata to conftest.data
1431         to avoid conflicts with `conftest' on 8+3 filesystems.
1432         Suggestion from Eli Zaretskii.
1434 1999-08-04  Jim Meyering  <meyering@ascend.com>
1436         * jm-macros.m4: Move a 4-line block of code from the configure.in of
1437         fileutils and sh-utils (textutils's getline test was inadequate).
1438         (AM_FUNC_GETLINE): Run this test.
1439         (AC_CHECK_FUNCS): Check for getdelim.
1440         Reported by Bob Proulx.
1442 1999-08-02  Jim Meyering  <meyering@ascend.com>
1444         * jm-macros.m4: Add a comment.
1446 1999-08-01  Jim Meyering  <meyering@ascend.com>
1448         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
1450 1999-08-01  Paul Eggert  <eggert@twinsun.com>
1452         * lfs.m4: Remove this file.
1453         * largefile.m4: New file.  It contains the old contents of
1454         lfs.m4, except that all names with prefix AC_LFS have been
1455         changed to use the prefix AC_SYS_LARGEFILE instead, to be
1456         compatible with future autoconf versions.  Also, some minor m4
1457         quoting problems have been fixed.
1459 1999-07-16  Paul Eggert  <eggert@twinsun.com>
1461         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
1462         that we can shift, multiply and divide unsigned long long
1463         values; Ultrix cc can't do it.
1465 1999-07-14  Paul Eggert  <eggert@twinsun.com>
1467         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
1468         <inttypes.h> defines strtoumax as a macro (and not as a
1469         function).
1471 1999-07-05  Paul Eggert  <eggert@twinsun.com>
1473         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
1474         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
1475         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
1476         and simplify the shell code.
1478 1999-07-03  Paul Eggert  <eggert@twinsun.com>
1480         * mktime.m4: New file, which is a preview of what should appear
1481         in the next public autoconf release.
1483 1999-07-20  Jim Meyering  <meyering@ascend.com>
1485         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
1487 1999-07-15  Jim Meyering  <meyering@ascend.com>
1489         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
1491 1999-05-22  Jim Meyering  <meyering@ascend.com>
1493         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
1495 1999-05-20  Jim Meyering  <meyering@ascend.com>
1497         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
1498         Add a colon after each `then' in case $4 is empty.
1500 1999-05-16  Jim Meyering  <meyering@ascend.com>
1502         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
1504 1999-05-10  Jim Meyering  <meyering@ascend.com>
1506         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
1508         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
1509         AC_FUNC_MKTIME.
1511 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1513         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
1515 1999-05-04  Paul Eggert  <eggert@twinsun.com>
1517         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
1518         not CPPFLAGS, so that linking works correctly in IRIX.
1520 1999-04-30  Paul Eggert  <eggert@twinsun.com>
1522         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
1524 1999-04-20  Jim Meyering  <meyering@ascend.com>
1526         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
1527         AC_REPLACE xstroull if necessary.  From Paul Eggert.
1528         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
1530 1999-04-20  Paul Eggert  <eggert@twinsun.com>
1532         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
1533         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1534         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
1535         jm_AC_TYPE_UNSIGNED_LONG_LONG.
1536         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
1538         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
1540 1999-04-18  Jim Meyering  <meyering@ascend.com>
1542         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
1543         * jm-macros.m4: Use it.
1545 1999-04-06  Jim Meyering  <meyering@ascend.com>
1547         * strftime.m4: Remove test for %f.
1549 1999-03-29  Jim Meyering  <meyering@ascend.com>
1551         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
1552         superset of the AC_TYPE_* checks in the textutils, fileutils,
1553         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
1554         AC_TYPE_PID_T.
1556 1999-03-28  Jim Meyering  <meyering@ascend.com>
1558         * jm-macros.m4: Define GNU_PACKAGE here.
1559         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
1560         replaced e.g., in the *.sh files of the sh-utils.
1562 1999-03-20  Jim Meyering  <meyering@ascend.com>
1564         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
1565         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
1566         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
1568 1999-03-19  Jim Meyering  <meyering@ascend.com>
1570         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
1572 1999-03-12  Jim Meyering  <meyering@ascend.com>
1574         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
1576 1999-03-07  Jim Meyering  <meyering@ascend.com>
1578         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
1580 1999-02-17  Jim Meyering  <meyering@ascend.com>
1582         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
1583         in macro definition.  From Eli Zaretskii and Alain Magloire.
1585 1999-02-07  Jim Meyering  <meyering@ascend.com>
1587         * group-member.m4: New file -- extracted from sh-utils' configure.in.
1589         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1590         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
1592 1999-02-06  Jim Meyering  <meyering@ascend.com>
1594         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
1595         * fnmatch.m4: Likewise.
1596         * getgroups.m4: Likewise.
1597         * lstat.m4: Likewise.
1598         * malloc.m4: Likewise.
1599         * putenv.m4: Likewise.
1600         * realloc.m4: Likewise.
1601         * regex.m4: Likewise.
1602         * stat.m4: Likewise.
1603         * strftime.m4: Likewise.
1604         Suggestion from Alain Magloire.
1606         * chown.m4: Use `.$ac_objext', not `.o'.
1607         * fnmatch.m4: Likewise.
1608         * getgroups.m4: Likewise.
1609         * getline.m4: Likewise.
1610         * lstat.m4: Likewise.
1611         * malloc.m4: Likewise.
1612         * memcmp.m4: Likewise.
1613         * putenv.m4: Likewise.
1614         * realloc.m4: Likewise.
1615         * regex.m4: Likewise.
1616         * stat.m4: Likewise.
1617         * strftime.m4: Likewise.
1618         Suggestion from Alain Magloire.
1620         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
1621         an argument.
1623         * regex.m4: Add a run-time Test for proper operation of
1624         re_compile_pattern.
1626 1999-01-31  Jim Meyering  <meyering@ascend.com>
1628         * getloadavg.m4: Check for locale.h and the function, setlocale.
1630 1999-01-30  Jim Meyering  <meyering@ascend.com>
1632         * check-type.m4: Use 3-arg form of AC_DEFINE.
1634         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
1635         rather than my private copy, now that the official one is up to date.
1636         * mktime.m4: Remove file.
1638         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
1639         * uptime.m4: Likewise.
1640         * uintmax_t.m4: Likewise.
1642 1999-01-28  Jim Meyering  <meyering@ascend.com>
1644         * jm-macros.m4: Use jm_AFS.
1645         * afs.m4: New file (from fileutils' configure.in).
1647         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
1648         * chown.m4: Likewise.
1649         * d-ino.m4: Likewise.
1650         * d-type.m4: Likewise.
1651         * fnmatch.m4: Likewise.
1652         * getgroups.m4: Likewise.
1653         * gettext.m4: Likewise.
1654         * jm-mktime.m4: Likewise.
1655         * jm-winsz2.m4: Likewise.
1656         * lcmessage.m4: Likewise.
1657         * ls-mntd-fs.m4: Likewise.
1658         * malloc.m4: Likewise.
1659         * memcmp.m4: Likewise.
1660         * putenv.m4: Likewise.
1661         * realloc.m4: Likewise.
1662         * st_mtim.m4: Likewise.
1663         * strftime.m4: Likewise.
1665 1999-01-16  Jim Meyering  <meyering@ascend.com>
1667         * jm-macros.m4 (ARGMATCH_DIE): Define.
1668         (ARGMATCH_DIE_DECL): Define.
1670 1999-01-12  Jim Meyering  <meyering@ascend.com>
1672         * Makefile.am.in: Rewrite to avoid using fmt.
1673         Reported by Lars Hecking.
1675 1999-01-10  Jim Meyering  <meyering@ascend.com>
1677         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
1678         gross kludge.
1679         * inttypes_h.m4: Likewise.
1680         * lstat.m4: Likewise.
1681         * malloc.m4: Likewise.
1682         * readdir.m4: Likewise.
1683         * realloc.m4: Likewise.
1684         * st_dm_mode.m4: Likewise.
1685         * stat.m4: Likewise.
1686         * utimbuf.m4: Likewise.
1687         * utimes.m4: Likewise.
1689         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
1690         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
1691         comments in config.h.in are meaningful.
1693         * jm-macros.m4: Require autoconf-2.13 here.
1695         * regex.m4: By default, don't use the included regex.c on systems
1696         with glibc 2.  Suggestion from Uli Drepper.
1698 1999-01-02  Jim Meyering  <meyering@ascend.com>
1700         * jm-macros.m4: Replace strcasecmp and strncasecmp.
1702 1998-12-18  Jim Meyering  <meyering@ascend.com>
1704         * Makefile.am.in (Makefile.am): Simplify rule.
1705         Based on a suggestion from Lars Hecking.
1707 1998-11-16  Jim Meyering  <meyering@ascend.com>
1709         * lfs.m4: Double-quote the `uname...` expression.
1711 1998-11-16  Paul Eggert  <eggert@twinsun.com>
1713         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
1715 1998-11-14  Jim Meyering  <meyering@ascend.com>
1717         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
1718         * stat.m4: Likewise.
1720 1998-11-03  Jim Meyering  <meyering@ascend.com>
1722         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
1723         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
1725 1998-10-18  Jim Meyering  <meyering@ascend.com>
1727         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
1729 1998-10-17  Jim Meyering  <meyering@ascend.com>
1731         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
1732         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
1733         calls for those previously hard-coded headers.  Instead, take a new
1734         parameter.
1735         (jm_CHECK_DECLARATIONS): Reflect interface change.
1736         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
1737         (jm_CHECK_DECL_LOCALTIME_R): New macro.
1739         * mktime.m4: Test for spring-forward gap before long-running test.
1741 1998-10-14  Jim Meyering  <meyering@ascend.com>
1743         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
1744         instead of "TZ=America/Vancouver".  From Paul Eggert.
1746 1998-10-11  Jim Meyering  <meyering@ascend.com>
1748         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
1749         This adds a test for a recently added compatibility fix for mktime.c.
1750         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
1752 1998-09-27  Jim Meyering  <meyering@ascend.com>
1754         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
1756         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
1757         ../configure.in, including a change from Gordon Matzigkeit to allow
1758         cross-compiling for the Hurd.
1760         * glibc.m4: New file/macro to test for the GNU C Library
1761         versions 1 and 2.  From Gordon Matzigkeit.
1762         Indent.
1764 1998-09-21  Jim Meyering  <meyering@ascend.com>
1766         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
1768 1998-08-18  Paul Eggert  <eggert@twinsun.com>
1770         Port nanosecond-resolution times to UnixWare 2.1.2 and
1771         pedantic Solaris 2.6.
1773         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
1774         AC_STRUCT_ST_MTIM.
1775         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
1776         Generate name of ns member, instead of just 1 or undef.
1777         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
1779 1998-08-15  Jim Meyering  <meyering@ascend.com>
1781         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
1782         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
1783         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
1784         instead of jm_TYPE_SSIZE_T.
1786 1998-08-12  Jim Meyering  <meyering@ascend.com>
1788         * st_dm_mode.m4: New file.  From Johan Danielsson.
1790 1998-08-02  Jim Meyering  <meyering@ascend.com>
1792         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
1793         in acconfig.h manually.
1795 1998-07-31  Paul Eggert  <eggert@twinsun.com>
1797         * st_mtim.m4: New file.
1799 1998-07-28  Jim Meyering  <meyering@ascend.com>
1801         * utimes.m4: Undef stat.
1803 1998-07-25  Jim Meyering  <meyering@ascend.com>
1805         * utime.m4 (jm_FUNC_UTIME): New file and macro.
1806         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
1808 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
1810         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
1811         uid and gid actually remain unchanged.
1813 1998-07-07  Jim Meyering  <meyering@ascend.com>
1815         * jm-glibc-io.m4: Remove fclose_unlocked.
1817 1998-07-04  Jim Meyering  <meyering@ascend.com>
1819         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
1820         to prove that this macro can be used in packages without regex.c.
1822 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1824         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
1825         is to be used.
1827 1998-07-03  Jim Meyering  <meyering@ascend.com>
1829         * gettext.m4: Add -lintl if it's found to be necessary.
1831         * gettext.m4: New file -- from gettext-0.10.35.
1832         * lcmessage.m4: Likewise.
1833         * progtest.m4: Likewise.
1835         * regex.m4 (jm_WITH_REGEX): New file and macro.
1836         * jm-macros.m4: Require the new macro.
1838 1998-06-29  Jim Meyering  <meyering@ascend.com>
1840         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
1841         for the definition of NGROUPS (used in a system header included
1842         by sys/mount.h).
1844 1998-06-28  Jim Meyering  <meyering@ascend.com>
1846         * ls-mntd-fs.m4: New file.
1847         * fstypename.m4: New file.
1849         * jm-macros.m4: Require the new macro.
1850         * jm-glibc-io.m4: New file.
1852 1998-05-19  Jim Meyering  <meyering@ascend.com>
1854         * jm-macros.m4: Add jm_FUNC_LCHOWN.
1855         * lchown.m4: New file.
1857         * Makefile.am.in: New file.
1858         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
1860 1998-05-14  Jim Meyering  <meyering@ascend.com>
1862         * Makefile.am (EXTRA_DIST): Add them.
1863         * jm-macros.m4: New file.
1864         * utimbuf.m4: New file.
1866 1998-05-12  Jim Meyering  <meyering@ascend.com>
1868         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
1870 1998-05-11  Jim Meyering  <meyering@ascend.com>
1872         * isc-posix.m4: New file.
1874 1998-05-10  Jim Meyering  <meyering@ascend.com>
1876         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
1878 1998-05-09  Jim Meyering  <meyering@ascend.com>
1880         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
1881         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
1882         with automake.
1884         * ssize_t.m4: New file.
1885         * mktime.m4: Remove file -- the new automake has this now.
1887 1998-04-26  Jim Meyering  <meyering@ascend.com>
1889         * assert.m4: New file.
1890         * Makefile.am (EXTRA_DIST): Add assert.m4.
1892 1998-04-05  Jim Meyering  <meyering@ascend.com>
1894         * prereq.m4 (jm_PREREQ_REGEX): New macro.
1895         (jm_PREREQ): Use it here.
1897 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
1899         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
1900         in acconfig.h.
1902 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
1904         * prereq.m4: New file.
1905         * error.m4: New file.
1906         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
1908 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
1910         * getline.m4: Don't set am_cv_func_working_getline before the
1911         cache-check for the same variable -- that defeated the purpose of
1912         the test; the test program was never run.  This was a problem only
1913         on systems with losing getline functions -- HP-UX 10.20 is one.
1914         Reported by Bjorn Helgaas.
1916 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
1918         * Makefile.am (EXTRA_DIST): Add perl.m4.
1920 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
1922         * Makefile.am (EXTRA_DIST): Add const.m4.
1924         * const.m4: New file.  Use an initializer in this declaration
1925         typedef int charset[2]; const charset x;
1926         Reported by Bob Glickstein.
1928 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
1930         * chown.m4: Fix reversed types on -1 args to chown.
1931         From Kaveh Ghazi.
1933 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
1935         * check-decl.m4: s/DECLARATION_/DECL_/g.
1936         Add lseek and memchr.
1938         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
1939         T.E.Dickey <dickey@clark.net> said that some older preprocessors
1940         have a 20-character limit on names.
1942 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
1944         * inttypes_h.m4: New file.
1945         * uintmax_t.m4: New file.
1946         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.