*** empty log message ***
[coreutils.git] / m4 / ChangeLog
blobdf3e96068fb936eca697ecc5203c1820b04377ec
1 2003-02-12  Jim Meyering  <jim@meyering.net>
3         * regex.m4 (jm_PREREQ_REGEX): Require ACX_C_RESTRICT.
5         * restrict.m4 (ACX_C_RESTRICT): Minor syntactic changes:
6         Split long lines, use AC_COMPILE_IFELSE, indent, use `case'
7         instead of nested `if's, remove unnecessary quotes.
9         * restrict.m4 (ACX_C_RESTRICT): New macro.
10         Copied directly from the URL in the comments.
11         By Steven G. Johnson.
13 2003-02-09  Jim Meyering  <jim@meyering.net>
15         * check-decl.m4 (jm_CHECK_DECLS): Add euidaccess.
17 2003-02-03  Jim Meyering  <jim@meyering.net>
19         * c-stack.m4: Include <unistd.h>.  On some systems,
20         it is required for the definition of _SC_PAGESIZE.
22 2003-02-02  Jim Meyering  <jim@meyering.net>
24         * onceonly.m4: New file.  From gnulib.
26         * regex.m4 (jm_PREREQ_REGEX): New function, from gnulib.
27         (jm_INCLUDED_REGEX): Use it.
28         * prereq.m4 (jm_PREREQ_REGEX): Remove.
30 2003-01-31  Jim Meyering  <jim@meyering.net>
32         * open-max.m4 (UTILS_SYS_OPEN_MAX): New file/macro.
33         * jm-macros.m4 (jm_MACROS): Require UTILS_SYS_OPEN_MAX.
35 2003-01-29  Jim Meyering  <jim@meyering.net>
37         * regex.m4: Detect broken re_search in e.g. glibc-2.2.93.
39 2003-01-23  Jim Meyering  <jim@meyering.net>
41         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
42         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44         Merge in change by Bruno Haible from gnulib.
45         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
47 2003-01-16  Jim Meyering  <jim@meyering.net>
49         * regex.m4: The `regex' struct is both input and output.
50         Initialize it before each use.  Patch by Tim Waugh.
52 2003-01-15  Jim Meyering  <jim@meyering.net>
54         * jm-macros.m4: Require AC_FUNC_FTW.
56 2003-01-12  Jim Meyering  <jim@meyering.net>
58         * ftw.m4: New file.
60 2003-01-11  Jim Meyering  <jim@meyering.net>
62         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): New file and macro.
63         * jm-macros.m4: Require AC_FUNC_CANONICALIZE_FILE_NAME.
64         (jm_MACROS): No longer check for resolvepath or canonicalize_file_name.
66 2002-12-15  Jim Meyering  <jim@meyering.net>
68         * jm-glibc-io.m4n: Remove now-unused file.
69         * Makefile.am.in (Makefile.am): Remove jm-glibc-io.m4
70         and jm-glibc-io.m4n.
72 2002-12-11  Jim Meyering  <jim@meyering.net>
74         * jm-glibc-io.m4: Maintain this file manually rather than generating it.
75         Generating it caused too much trouble.  From gnulib.
77 2002-11-19  Jim Meyering  <jim@meyering.net>
79         * jm-macros.m4: Require Autoconf-2.56.
81 2002-09-30  Akim Demaille  <akim@epita.fr>
83         * prereq.m4: Use AC_REQUIRE everywhere it is possible.
84         (jm_PREREQ_CANON_HOST): Remove duplicates.
86 2002-11-10  Jim Meyering  <jim@meyering.net>
88         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(raise).
90 2002-10-30  Paul Eggert  <eggert@twinsun.com>
92         * getgroups.m4 (jm_FUNC_GETGROUPS):
93         Fix typo: cv_func_getgroups_works -> ac_cv_func_getgroups_works.
95 2002-10-07  Paul Eggert  <eggert@twinsun.com>
97         * prereq.m4 (jm_PREREQ_HUMAN): Check for locale.h, localeconv,
98         AC_HEADER_STDBOOL.  No need to check for limits.h since it's in
99         freestanding C89.  No need to check for stdlib.h or string.h since
100         autoconf does this now.
102 2002-10-12  Paul Eggert  <eggert@twionsun.com>
104         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Remove fenv.h.
106 2002-09-29  Jim Meyering  <jim@meyering.net>
108         * gettext.m4 (AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H.
109         It's not necessary with autoconf-2.54.
111 2002-09-28  Jim Meyering  <jim@meyering.net>
113         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
114         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
115         * jm-macros.m4 (jm_MACROS): Don't set GETGROUPS_LIB here; now it's
116         done via getgroups.m4's wrapper function.
118         * strerror_r.m4: Remove file -- now it's part of autoconf-2.54.
119         Reported by Akim Demaille.
121 2002-09-25  Jim Meyering  <jim@meyering.net>
123         * gettext.m4: Upgrade to gettext-0.11.5.
125 2002-09-07  Bruno Haible  <bruno@clisp.org>
127         * host-os.m4 (UTILS_HOST_OS): Add a case for freebsd*-gnu*.
129 2002-09-17  Jim Meyering  <jim@meyering.net>
131         * jm-macros.m4 (jm_MACROS): Require gt_INTTYPES_PRI.
132         * inttypes-pri.m4 (gt_INTTYPES_PRI): New file, mostly from gettext.
134 2002-09-16  Jim Meyering  <jim@meyering.net>
136         * prereq.m4: Forbid symbols matching ^jm_[A-Z].
137         (jm_PREREQ_QUOTEARG): Add jm_FUNC_MEMCMP.
138         From Akim Demaille.
140         * error.m4 (jm_PREREQ_ERROR): Check for libintl.h.
141         Reported by Akim Demaille.
143 2002-09-13  Jim Meyering  <jim@meyering.net>
145         * jm-macros.m4 (jm_MACROS): Require autoconf-2.54.
147 2002-09-09  Jim Meyering  <jim@meyering.net>
149         * getloadavg.m4: Remove file -- now it's part of autoconf-2.53c.
150         * jm-macros.m4: Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
151         AC_FUNC_GETLOADAVG where to find getloadavg.c.
153 2002-09-03  Jim Meyering  <jim@meyering.net>
155         * gnu-source.m4: Remove file -- now it's part of autoconf-2.53c.
156         * mbstate_t.m4: Likewise.
157         * fnmatch.m4: Likewise.
159 2002-08-05  Jim Meyering  <jim@meyering.net>
161         * jm-winsz1.m4: Also change use of $am_cv_sys_posix_termios
162         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
164 2002-08-03  Jim Meyering  <jim@meyering.net>
166         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
167         Reported by mkc@mathdogs.com.
169 2002-08-01  Jim Meyering  <jim@meyering.net>
171         * prereq.m4 (jm_PREREQ_TEMPNAME): lib/tempname.c may use uintmax_t,
172         so require jm_AC_TYPE_UINTMAX_T.  Patch by Joe Orton.
174 2002-07-28  Jim Meyering  <jim@meyering.net>
176         * jm-macros.m4: Don't require jm_FUNC_READDIR.
177         * readdir.m4 (jm_FUNC_READDIR): Remove file/macro.  No longer needed.
179 2002-07-27  Jim Meyering  <jim@meyering.net>
181         * prereq.m4 (jm_PREREQ_READUTMP): Don't check just
182         `struct utmpx.ut_exit' and `struct utmp.ut_exit'.  Instead, check
183         all combinations of utmp/utmpx and ut_termination/e_termination
184         and ut_exit/e_exit.
186 2002-07-23  Jim Meyering  <jim@meyering.net>
188         * c-bs-a.m4 (AC_C_BACKSLASH_A): Remove file, now that autoconf
189         provides this macro.
191 2002-07-20  Jim Meyering  <jim@meyering.net>
193         * intdiv0.m4: New file.  From gettex-0.11.3.
195         * jm-macros.m4: Require autoconf-2.53b.
196         Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC,
197         in place of jm_-prefixed ones.  Thanks, Akim!
198         * malloc.m4: Remove file, now that autoconf provides this macro.
199         * realloc.m4: Likewise.
201 2002-07-18  gettextize  <bug-gnu-gettext@gnu.org>
203         * gettext.m4: Upgrade to gettext-0.11.3.
204         * iconv.m4: Upgrade to gettext-0.11.3.
205         * isc-posix.m4: Upgrade to gettext-0.11.3.
206         * lcmessage.m4: Upgrade to gettext-0.11.3.
207         * lib-link.m4: Upgrade to gettext-0.11.3.
209 2002-07-17  Jim Meyering  <jim@meyering.net>
211         * boottime.m4: New file.  Extracted from sh-utils' configure.ac
212         and extended to work also with *BSD systems.
214 2002-07-15  Jim Meyering  <jim@meyering.net>
216         FreeBSD support for uname and uptime.
217         * jm-macros.m4 (jm_MACROS): Check for the sysctl function.
218         (jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h.
219         Suggestion from Bruno Haible.
221 2002-06-11  Paul Eggert  <eggert@twinsun.com>
223         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
225 2002-06-22  Jim Meyering  <jim@meyering.net>
227         * c-stack.m4: New file, from diffutils-2.8.2.
228         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
230         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
231         now that configure.ac uses AC_GNU_SOURCE.
232         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
233         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
235         Update to latest tools.  Suggestions from Paul Eggert.
236         * stdbool.m4: New file, from diffutils-2.8.2.
237         * gnu-source.m4: Update from diffutils-2.8.2.
238         * fnmatch.m4: Likewise.
239         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
240         to AC_HEADER_STDBOOL
242 2002-06-21  Jim Meyering  <jim@meyering.net>
244         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
245         * mbrtowc.m4: Likewise.
247         * mbstate_t.m4: Update from diffutils-2.8.2.
248         * mbswidth.m4: Reflect name change:
249         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
250         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
252         * lib-link.m4: Update from gettext-0.11.2.
253         * gettext.m4: Likewise.
255         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
256         From Alfred M. Szmidt.
258 2002-05-19  Paul Eggert  <eggert@twinsun.com>
260         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
262 2002-06-07  Jim Meyering  <jim@meyering.net>
264         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
265         They're needed at least for NetBSD 1.5.2.
266         ($statxfs_includes): Include those same headers.
267         ($statxfs_includes): Include sys/vfs.h if available.
268         ($statxfs_includes): Likewise for sys/statvfs.h.
269         Check for the following members in both structs statfs and statvfs:
270         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
272 2002-06-01  Jim Meyering  <jim@meyering.net>
274         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
275         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
277 2002-05-28  Jim Meyering  <jim@meyering.net>
279         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
280         Reported by Volker Borchert.
282 2002-05-27  Jim Meyering  <jim@meyering.net>
284         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
285         localtime.
287         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
288         use the replacement function; it wouldn't resolve at link time.
289         Reported by Volker Borchert.
291 2002-04-30  Jim Meyering  <jim@meyering.net>
293         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
295 2002-04-29  Paul Eggert  <eggert@twinsun.com>
297         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
298         Do not check for alloca.h (no longer used) or stdbool.h (was never
299         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
301 2002-04-28  Paul Eggert  <eggert@twinsun.com>
303         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
305 2002-04-29  Jim Meyering  <jim@meyering.net>
307         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
308         * prereq.m4: Add jm_PREREQ_STRNLEN.
309         Use AC_FUNC_STRNLEN here instead.
311         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
312         With autoconf-2.53a, it's part of AC_PROG_CC.
314 2002-04-28  Paul Eggert  <eggert@twinsun.com>
316         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
317         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
319 2002-04-24  Jim Meyering  <jim@meyering.net>
321         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
322         (jm_PREREQ): Use it.
324         * getloadavg.m4: Check for these headers: locale.h unistd.h
325         mach/mach.h fcntl.h.
326         Check for this function: setlocale.
328 2002-04-16  Jim Meyering  <jim@meyering.net>
330         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
331         ut_pid, ut_id, ut_exit.
333 2002-04-12  Jim Meyering  <jim@meyering.net>
335         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
336         check for f_type in sys/mount.h.  Instead, just test for the existence
337         of the getmntinfo function.  Needed for Darwin 5.3.
339         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
340         This is necessary at least on Darwin 5.3.
342         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
343         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
344         in the library, and that makes some versions of ranlib object.
346 2002-04-09  Jim Meyering  <jim@meyering.net>
348         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
349         to be more precise.  Rather than saying we're checking whether the
350         function `works', say what we're testing.
351         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
352         Reported by Bruno Haible.
354 2002-02-27  Paul Eggert  <eggert@twinsun.com>
356         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
357         Check for clock_settime.
359 2002-02-25  Paul Eggert  <eggert@twinsun.com>
361         * acl.m4: New file.
362         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
363         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
365 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
367         * codeset.m4: Upgrade to gettext-0.11.
368         * gettext.m4: Upgrade to gettext-0.11.
369         * glibc21.m4: Upgrade to gettext-0.11.
370         * iconv.m4: Upgrade to gettext-0.11.
371         * isc-posix.m4: Upgrade to gettext-0.11.
372         * lcmessage.m4: Upgrade to gettext-0.11.
373         * lib-ld.m4: New file, from gettext-0.11.
374         * lib-link.m4: New file, from gettext-0.11.
375         * lib-prefix.m4: New file, from gettext-0.11.
376         * progtest.m4: Upgrade to gettext-0.11.
378 2002-02-15  Paul Eggert  <eggert@twinsun.com>
380         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
381         (jm_PREREQ): Use it.
383 2002-01-26  Jim Meyering  <jim@meyering.net>
385         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
386         * strnlen.m4: Remove file, now that it's part of autoconf.
388 2002-01-22  Paul Eggert  <eggert@twinsun.com>
390         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
392 2002-01-19  Jim Meyering  <jim@meyering.net>
394         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
395         Remove useless quotes: DF_PROG="df".
396         * strnlen.m4: New file.
398 2001-12-14  Jim Meyering  <jim@meyering.net>
400         * jm-macros.m4 (jm_MACROS): Check for iswspace.
401         Suggestion from Bruno Haible.
403 2001-11-20  Jim Meyering  <jim@meyering.net>
405         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
406         SunOS4.1.4 and solaris2.5.1 lose, too.
408 2001-11-19  Jim Meyering  <jim@meyering.net>
410         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
411         directory.  Use "conftestXXXXXX" as the template.
412         Suggestion from Paul Eggert.
414         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
415         so the test doesn't mistakenly hit the max-open-files limit.
417 2001-11-18  Jim Meyering  <jim@meyering.net>
419         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
421 2001-11-17  Jim Meyering  <jim@meyering.net>
423         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
424         Prompted by a report from Bob Proulx.
426         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
427         Instead, require UTILS_FUNC_MKSTEMP.
429 2001-11-11  Jim Meyering  <jim@meyering.net>
431         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
432         Now, that's done as part of AC_FUNC_STRTOD.
434 2001-10-22  Paul Eggert  <eggert@twinsun.com>
436         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
437         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
439 2001-11-10  Jim Meyering  <jim@meyering.net>
441         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
442         (jm_PREREQ): Use it.
444 2001-11-09  Jim Meyering  <jim@meyering.net>
446         * jm-macros.m4: Require autoconf-2.52f.
447         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
448         Use these AC_-prefixed names, not the AM_-prefixed ones.
450         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
452 2001-11-04  Jim Meyering  <jim@meyering.net>
454         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
456 2001-11-03  Jim Meyering  <jim@meyering.net>
458         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
459         of AC_DEFUN.
461         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
462         know the name of the variable in the macro definition.
464 2001-11-01  Jim Meyering  <jim@meyering.net>
466         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
467         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
469 2001-10-20  Paul Eggert  <eggert@twinsun.com>
471         * error.m4 (jm_PREREQ_ERROR):
472         Do not invoke AC_CHECK_FUNCS with strerror_r, as
473         AC_FUNC_STRERROR_R does that.
474         Check for strerror declaration.
476         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
477         are supposed to have them these days.
478         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
479         Merge changes from latest Autoconf CVS.
480         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
481         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
482         POSIX decided to standardize on the int flavor of strerror_r.
484 2001-09-30  Jim Meyering  <jim@meyering.net>
486         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
487         `struct fsstat' has the `f_fstypename' member.
488         Use that to define FS_TYPE, which is now used to make
489         the getfsstat link test tighter.
491 2001-09-29  Jim Meyering  <jim@meyering.net>
493         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
494         [one-argument getmntent function]): Include stdio.h before mntent.h.
495         SunOS4.1.x needs it for the declaration of `FILE'.
496         Patch by Volker Borchert.
498         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
499         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
500         sys/fs_types.h, and make the link-test for getfsstat guard #include
501         directives with appropriate #if HAVE_*_H tests so that we can
502         detect getfsstat on Apple Darwin1.3.7 systems.
503         Reported by Nelson Beebe.
504         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
506 2001-09-28  Paul Eggert  <eggert@twinsun.com>
508         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
509         #defines strtoimax.  Also treat the other strto* functions
510         like strtoimax.
512         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
513         Check for strtoul and strtoumax,
514         as those declarations are made even in the signed case.
515         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
516         Likewise, for strtol and strtoimax.
518 2001-09-24  Jim Meyering  <jim@meyering.net>
520         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
522 2001-09-23  Jim Meyering  <jim@meyering.net>
524         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
525         instead of the mere test for existence of mntent.h.  The latter
526         would get a false-positive on AIX 3.4 systems.
527         In the outer getmntent if-block, don't die if neither of the getmntent
528         tests succeeds.  Instead, just fall through and continue with the
529         remaining tests.
531 2001-09-22  Jim Meyering  <jim@meyering.net>
533         * gettext.m4: New file.  From gettext.
534         * lcmessage.m4: Sync with gettext -- this changes only comments.
535         * progtest.m4: Likewise
536         * isc-posix.m4: Decrement serial number to sync with gettext.
537         * glibc21.m4: Likewise.
539         * libintl.m4: Remove.  No longer used.
541 2001-09-20  Jim Meyering  <jim@meyering.net>
543         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
544         strtoimax.
545         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
546         strtoumax.
548 2001-09-17  Jim Meyering  <jim@meyering.net>
550         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
551         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
552         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
553         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
554         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
555         whenever the right hand side need not be expanded by the shell.
557 2001-09-16  Paul Eggert  <eggert@twinsun.com>
559         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
560         library.  It's not correct, as some older glibcs are buggy.
561         fnmatch wasn't fixed until glibc 2.2.
563         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
564         special shell magic here.
566 2001-09-16  Jim Meyering  <jim@meyering.net>
568         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
569         * jm-macros.m4: Require it.
571 2001-09-15  Jim Meyering  <jim@meyering.net>
573         * jm-macros.m4: Check for help2man.
575 2001-09-11  Jim Meyering  <jim@meyering.net>
577         * host-os.m4 (UTILS_HOST_OS): New file/macro.
578         The body, by Paul Eggert, was moved here from configure.in.
579         * jm-macros.m4: Require UTILS_HOST_OS.
581 2001-09-04  Paul Eggert  <eggert@twinsun.com>
583         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
584         (jm_PREREQ): Use it.
586 2001-09-03  Paul Eggert  <eggert@twinsun.com>
588         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
589         sys/param.h, as pathmax.h includes them.
591 2001-09-03  Paul Eggert  <eggert@twinsun.com>
593         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
594         (jm_PREREQ_XGETCWD): New macro.
596         * getcwd.m4: New file.
598 2001-09-01  Jim Meyering  <jim@meyering.net>
600         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
601         Used by df.
603 2001-08-30  Paul Eggert  <eggert@twinsun.com>
605         Simplify code, partly by assuming autoconf 2.52 semantics.
607         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
609         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
610         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
611         All uses removed.
612         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
613         Move AC_REQUIRE to next-to-top level, to avoid confusion.
614         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
615         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
616         * jm-macros.m4 (jm_MACROS): Likewise.
618         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
620         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
621         Quote first arg of AC_DEFUN.
622         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
623         since they are needed to parse the include file even if we need
624         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
625         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
626         but with opposite signedness.
628 2001-08-30  Paul Eggert  <eggert@twinsun.com>
630         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
631         (jm_PREREQ_EXCLUDE): New macro.
633 2001-08-26  Jim Meyering  <jim@meyering.net>
635         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
637         * xstrtoimax.m4: New file.
638         * xstrtoumax.m4: Add comments explaining why we
639         AC_REPLACE_FUNCS(strtol).
641 2001-06-20  Paul Eggert  <eggert@twinsun.com>
643         * inttypes.m4: Add AC_PREREQ(2.13).
644         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
645         (jm_AC_TYPE_INTMAX_T): New macro.
646         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
648         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
650         * longlong.m4: Renamed from ulonglong.m4.
651         * inttypes.m4: Renamed from inttypes_h.m4.
652         * uintmax_t.m4: Removed.
654 2001-08-12  Jim Meyering  <jim@meyering.net>
656         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
657         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
658         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
659         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
660         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
661         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
662         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
663         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
664         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
665         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
666         utime.m4, utimes.m4, xstrtoumax.m4:
667         Quote the first argument in each use of AC_DEFUN.
669 2001-08-05  Jim Meyering  <jim@meyering.net>
671         * jm-macros.m4: Require autoconf-2.52.
673 2001-08-03  Paul Eggert  <eggert@twinsun.com>
675         The following changes are from gettext 0.10.39 as maintained by
676         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
678         * codeset.m4: Upgrade to serial AM1.
679         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
680         all uses changed.  Quote first arg of AC_DEFUN.
681         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
683         * iconv.m4: Upgrade to serial AM2.
684         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
685         Add --with-libconv-prefix.
686         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
687         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
688         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
689         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
690         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
692         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
693         * getline.m4 (AM_FUNC_GETLINE): Likewise.
694         * glibc21.m4 (jm_GLIBC21): Likewise.
695         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
696         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
697         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
698         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
699         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
700         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
702         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
703         string.h any more.
705         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
706         not the default value.
708         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
709         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
710         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
711         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
712         Also check for iswcntrl, used for wcwidth fallback.
713         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
714         to Autoconf 2.13.
716 2001-08-03  Jim Meyering  <jim@meyering.net>
718         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
719         as it was in the original.  Reported by Paul Eggert.
721 2001-07-16  Jim Meyering  <jim@meyering.net>
723         * gettimeofday.m4: New file.
724         Prompted by a report from Bernhard Baehr.
726 2001-07-15  Jim Meyering  <jim@meyering.net>
728         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
729         Now it's in ../Makefile.cfg.
731 2001-07-04  Jim Meyering  <jim@meyering.net>
733         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
734         that generates jm-glibc-io.m4 so that it doesn't trigger any make
735         distcheck failure.
737 2001-07-02  Jim Meyering  <jim@meyering.net>
739         The following changes were prompted by suggestions from Bruno Haible.
741         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
742         is now generated.
743         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
744         definition of EXTRA_DIST.
745         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
746         ensure that the generated file is created/updated whenever the list
747         of $(unlocked_functions) is changed.
748         (jm-glibc-io.m4): New rule.
749         (unlocked-io.h): New rule -- currently unused.
751 2001-06-24  Jim Meyering  <jim@meyering.net>
753         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
754         unmatched right bracket, rather than kludging it with an extra,
755         falsely-matching quote in a comment.  Patch by Akim Demaille.
757 2001-05-27  Jim Meyering  <jim@meyering.net>
759         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
760         Check for ut_type in struct utmp.
762 2001-05-22  Jim Meyering  <jim@meyering.net>
764         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
765         now that we use the package-supplied version unconditionally.
766         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
768 2001-05-21  Jim Meyering  <jim@meyering.net>
770         * regex.m4: Change a couple backticks to single quotes to avoid shell
771         syntax errors.
773 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
775         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
777 2001-05-11  Paul Eggert  <eggert@twinsun.com>
779         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
780         Don't bother to check library strftime, since
781         we'll be using our own my_strftime function anyway.
782         Define my_strftime instead of strftime.
784 2001-05-15  Jim Meyering  <jim@meyering.net>
786         * regex.m4: Use proper quoting so brackets appear in the test program.
787         Reported by, and with help from, Bruno Haible.
789 2001-05-13  Jim Meyering  <jim@meyering.net>
791         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
793 2000-11-26  Paul Eggert  <eggert@twinsun.com>
795         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
797 2001-04-21  Jim Meyering  <jim@meyering.net>
799         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
800         doesn't interfere.
802 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
804         * ftruncate.m4: Check for chsize.
805         Link with ftruncate.o unconditionally if ftruncate is missing.
806         This was required when cross-compiling to i586-mingw32msvc.
808 2001-03-24  Jim Meyering  <jim@meyering.net>
810         * jm-macros.m4: Require autoconf-2.49d.
812 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
814         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
816 2001-03-17  Jim Meyering  <jim@meyering.net>
818         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
819         now that the version in autoconf is equivalent.
820         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
822         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
823         Suggestion from Akim Demaille.
825         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
826         (jm_PREREQ_TEMPNAME): New function.
828 2001-02-25  Paul Eggert  <eggert@twinsun.com>
830         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
831         lacks mkstemp.  Compile our own tempname.c if we compile our own
832         mkstemp.c, as mkstemp relies on tempname.
834 2001-03-01  Jim Meyering  <jim@meyering.net>
836         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
837         AH_VERBATIM really does output its argument verbatim.
839 2001-02-18  Paul Eggert  <eggert@twinsun.com>
841         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
843 2001-02-17  Jim Meyering  <jim@meyering.net>
845         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
846         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
847         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
848         UnixWare 7.1.1.
850         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
851         rather than AC_CACHE_VAL.
853 2001-02-17  Paul Eggert  <eggert@twinsun.com>
855         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
856         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
857         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
858         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
860 2001-02-07  Jim Meyering  <jim@meyering.net>
862         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
864 2001-02-05  Jim Meyering  <jim@meyering.net>
866         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
867         it includes the patch required for `large file' support with at least
868         HP-UX's 10.20 /bin/cc.
870 2001-02-03  Jim Meyering  <jim@meyering.net>
872         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
873         AS_IF, now that it works once again (mysteriously).
874         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
876 2001-01-30  Jim Meyering  <jim@meyering.net>
878         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
879         * chown.m4: Rename conftestchown to conftest.chown.
880         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
881         * utimes.m4: s/conftestdata/conftest.data/
882         Inspired by Pavel Roskin's change in autoconf.
884 2001-01-27  Jim Meyering  <jim@meyering.net>
886         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
887         a use of AS_IF.
888         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
890 2001-01-26  Jim Meyering  <jim@meyering.net>
892         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
893         quotearg.c includes it.
895 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
897         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
898         has const.
900 2001-01-20  Jim Meyering  <jim@meyering.net>
902         Be sure that headers are checked before used in code compiled
903         for the type checks.
904         * jm-macros.m4 (jm_MACROS): Remove all header checks.
905         In place of that, invoke jm_CHECK_ALL_TYPES.
906         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
907         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
908         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
909         The check for ssize_t was mistakenly run before the test for unistd.h.
911         The configure-time check for stdbool.h was missing.
912         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
913         (jm_PREREQ_HASH): New function.
915 2001-01-17  Jim Meyering  <jim@meyering.net>
917         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
918         for autoconf-2.49c.
919         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
921 2001-01-14  Jim Meyering  <jim@meyering.net>
923         * rename.m4: Use temporary directories named conftestdir{,2}, not
924         foo and bar.  Create conftestdir/ in the script, not in the C code.
925         Remove directories in the script, not in the C code.
926         Remove conftestdir{,2} before trying to create the directory.
927         Make the entire configure script fail if the mkdir fails.
929 2001-01-02  Volker Borchert  <bt@teknon.de>
931         * rename.m4: New file.
932         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
934 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
936         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
937         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
938         so `make install' also works in VPATH builds.
940 2001-01-01  Jim Meyering  <jim@meyering.net>
942         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
943         on systems with utmpx.h.  It's necessary for the declaration of utmp's
944         ut_user member.  Reported by Andreas Jaeger.
946         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
947         They are required for the declarations of getgrgid and getpwuid resp.
948         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
949         Reported by Andreas Jaeger.
951 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
953         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
954         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
955         can be used in subdirectories.
957 2000-12-26  Jim Meyering  <jim@meyering.net>
959         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
960         with autoheader.
962 2000-12-17  Jim Meyering  <jim@meyering.net>
964         * dos.m4 (jm_AC_DOS): New file and macro.
965         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
967 2000-12-06  Paul Eggert  <eggert@twinsun.com>
969         * off_t-format.m4: Remove this file.
970         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
972 2000-12-06  Jim Meyering  <jim@meyering.net>
974         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
975         strtoull, we may well need the replacement strtoul, too.
976         Check for declarations of strtoul and strtoull.
977         Check for strtol.  Mainly as a cue to cause automake to include
978         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
979         Check for limits.h -- strtol.c needs it.
981 2000-12-02  Jim Meyering  <jim@meyering.net>
983         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
984         * jm-macros.m4 (jm_MACROS): require it.
986 2000-11-30  Jim Meyering  <jim@meyering.net>
988         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
990 2000-11-30  Jim Meyering  <jim@meyering.net>
992         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
994 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
996         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
998 2000-11-04  Jim Meyering  <jim@meyering.net>
1000         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
1002 2000-10-29  Jim Meyering  <jim@meyering.net>
1004         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
1005         * ls-mntd-fs.m4: Likewise
1007 2000-10-28  Jim Meyering  <jim@meyering.net>
1009         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
1010         (jm_PREREQ_MEMCHR): New function.
1012 2000-10-21  Jim Meyering  <jim@meyering.net>
1014         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
1015         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
1016         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
1018 2000-09-18  Jim Meyering  <jim@meyering.net>
1020         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
1021         Otherwise, everyone ends up linking with -lelf for some configurations.
1022         Reported by Mike Stone.
1024 2000-08-26  Jim Meyering  <jim@meyering.net>
1026         * jm-macros.m4: Use jm_FUNC_FPENDING.
1027         * fpending.m4: New file.
1029 2000-08-20  Jim Meyering  <jim@meyering.net>
1031         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
1032         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
1033         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
1035 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1037         Improve fileutils installation on systems where running
1038         programs (like install) can't be unlinked.
1039         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
1040         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
1042 2000-08-06  Paul Eggert  <eggert@twinsun.com>
1044         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
1045         not char, for compatibility with glibc 2.1.3 strftime.c.
1047 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1049         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
1051 2000-07-23  Jim Meyering  <jim@meyering.net>
1053         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
1054         getgrgid, getpwuid, getuid.
1056 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
1058         * mbswidth.m4: New file.
1059         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
1061 2000-07-14  Jim Meyering  <jim@meyering.net>
1063         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
1065 2000-07-10  Paul Eggert  <eggert@twinsun.com>
1067         From a suggestion by Bruno Haible.
1068         * mbstate_t.m4 (AC_MBSTATE_T):
1069         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
1070         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
1071         and mbstate_t, to a single-part test that simply defines mbstate_t.
1072         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
1074 2000-07-10  Jim Meyering  <jim@meyering.net>
1076         * strerror_r.m4: Mirror the correction made in autoconf.
1078         * gnu-source.m4: Output to confdefs.h directly.
1079         Suggestion from Akim Demaille.
1081 2000-07-09  Jim Meyering  <jim@meyering.net>
1083         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
1084         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
1086         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
1087         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
1089 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
1091         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
1092         to strerror_r.
1093         Include <ctype.h> for use of isalpha.
1095 2000-07-05  Paul Eggert  <eggert@twinsun.com>
1096         and Bruno Haible  <haible@clisp.cons.org>
1098         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
1099         only if the test for an object-type mbstate_t fails.  This
1100         prevents us from mistakenly reporting that mbstate_t is a
1101         system object type after we "#define mbstate_t int" to work
1102         around its lack.
1104 2000-07-04  Jim Meyering  <jim@meyering.net>
1106         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
1107         of the deprecated AC_CHECKING.
1109 2000-07-03  Jim Meyering  <jim@meyering.net>
1111         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
1113 2000-07-03  Paul Eggert  <eggert@twinsun.com>
1115         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
1116         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
1118 2000-07-02  Jim Meyering  <jim@meyering.net>
1120         * mbstate_t.m4: Also define mbstate_t, if necessary.
1122         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
1123         AC_LIBOBJ(function_name).
1124         * chown.m4: Likewise.
1125         * fnmatch.m4: Likewise.
1126         * ftruncate.m4: Likewise.
1127         * getgroups.m4: Likewise.
1128         * getline.m4: Likewise.
1129         * group-member.m4: Likewise.
1130         * jm-macros.m4: Likewise.
1131         * lstat.m4: Likewise.
1132         * malloc.m4: Likewise.
1133         * memcmp.m4: Likewise.
1134         * nanosleep.m4: Likewise.
1135         * putenv.m4: Likewise.
1136         * realloc.m4: Likewise.
1137         * regex.m4: Likewise.
1138         * stat.m4: Likewise.
1139         * strftime.m4: Likewise.
1141 2000-07-01  Jim Meyering  <jim@meyering.net>
1143         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
1144         problem.
1146 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1148         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
1149         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
1151 2000-07-01  Jim Meyering  <jim@meyering.net>
1153         * uptime.m4: Put double quotes around use of $cross_compiling.
1155 2000-06-28  Jim Meyering  <jim@meyering.net>
1157         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
1158         by quotearg.c, for which we perform this test.  From Bruno Haible.
1160 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1162         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
1163         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
1164         <utmpx.h> exists, put readutmp.o into LIBOBJS.
1166 2000-06-25  Jim Meyering  <jim@meyering.net>
1168         * mbstate_t.m4: Include stdio.h before wchar.h to work around
1169         Linux header bug when _XOPEN_SOURCE is defined to 500.
1171 2000-06-24  Jim Meyering  <jim@meyering.net>
1173         * strerror_r.m4: Revive this file -- to try out an experimental
1174         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
1175         for which strerror does return char*, but which lacks a conveniently
1176         accessible declaration of the function.  If the compile-test says
1177         strerror_r doesn't work, then resort to a `run'-test that works on
1178         BeOS and segfaults on DEC Unix.
1180 2000-06-19  Paul Eggert  <eggert@twinsun.com>
1182         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
1183         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
1185 2000-06-23  Jim Meyering  <jim@meyering.net>
1187         * afs.m4: Add missing AC_MSG_RESULT.
1188         Reported by Bruno Haible.
1190         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
1191         Suggestion from Bruno Haible.
1193 2000-06-21  Jim Meyering  <jim@meyering.net>
1195         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
1197 2000-06-18  Jim Meyering  <jim@meyering.net>
1199         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
1201         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
1202         `checking whether...' message to be consistent with that of the
1203         lstat test.
1205 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
1207         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
1209 2000-06-12  Jim Meyering  <jim@meyering.net>
1211         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
1212         from autoconf, and tweak the latter to accept an optional argument.
1213         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
1214         the optional argument, `lib'.
1216 2000-06-08  Jim Meyering  <jim@meyering.net>
1218         * largefile.m4: Remove file (now that it's part of autoconf).
1220 2000-06-04  Paul Eggert  <eggert@twinsun.com>
1222         Rewrite largefile configuration so that we don't need to run
1223         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
1224         AC_CANONICAL_HOST in configure.in -- jmm]
1226         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
1227         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
1228         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
1229         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
1230         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
1231         All uses changed.
1232         Instead of inspecting the output of getconf, try to compile the
1233         test program without and with the macro definition.
1234         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
1235         for getconf.  Instead, check for the needed flags by compiling
1236         test programs.
1238 2000-06-03  Jim Meyering  <jim@meyering.net>
1240         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
1241         now that autoconf requires that.
1243         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
1244         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
1245         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
1247 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
1249         * glibc21.m4: New file.
1250         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
1252 2000-05-28  Jim Meyering  <jim@meyering.net>
1254         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
1255         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1256         * stat.m4: Likewise.
1257         * lstat.m4: Likewise.
1258         * lstat-slash.m4: Remove file (absorbed into autoconf).
1260         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
1261         * strerror_r.m4: Remove file (absorbed into autoconf).
1263 2000-05-26  Jim Meyering  <jim@meyering.net>
1265         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
1267 2000-05-24  Jim Meyering  <jim@meyering.net>
1269         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
1270         autoconf requires that.
1271         * lib-check.m4: Likewise.
1272         * jm-macros.m4: Likewise.
1273         * strftime.m4: Likewise.
1275         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
1276         now that autoconf requires that.
1278 2000-05-22  Jim Meyering  <jim@meyering.net>
1280         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1281         * lstat.m4: Likewise.
1283 2000-05-20  Jim Meyering  <jim@meyering.net>
1285         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
1286         (jm_PREREQ): Use it.
1288 2000-05-09  Jim Meyering  <jim@meyering.net>
1290         * gettext.m4: Rename this...
1291         * libintl.m4: ...to this.
1293 2000-05-06  Jim Meyering  <jim@meyering.net>
1295         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
1296         (AC_REPLACE_FUNCS): Add strnlen.
1298         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
1299         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
1301         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
1302         AC_SEARCH_LIBS call for nanosleep.
1303         (LIB_NANOSLEEP): Set and AC_SUBST.
1305 2000-05-03  Paul Eggert  <eggert@twinsun.com>
1307         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
1308         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
1309         2.1.3 bug.  This avoids a clash when files like regex.c define
1310         _GNU_SOURCE.
1312 2000-05-05  Jim Meyering  <jim@meyering.net>
1314         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
1315         call for clock_gettime.
1316         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
1318         * search-libs.m4: Update from autoconf.
1320         su doesn't work on Solaris2.6.
1321         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
1322         <shadow.h>.  Reported by Dragos Harabor.
1324 2000-05-03  Jim Meyering  <jim@meyering.net>
1326         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
1328 2000-05-02  Paul Eggert  <eggert@twinsun.com>
1330         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
1331         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
1332         compile-time test, rather than inspecting host and OS, to
1333         decide whether to define _LARGEFILE_SOURCE.
1335 2000-05-01  Jim Meyering  <jim@meyering.net>
1337         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
1339         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
1340         Based on a patch from Bruno Haible.
1342 2000-04-18  Jim Meyering  <jim@meyering.net>
1344         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
1345         (jm_PREREQ): Use it.
1347 2000-04-17  Jim Meyering  <jim@meyering.net>
1349         Get it right :-)
1350         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
1351         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
1352         Suggestion from Akim Demaille.
1354 2000-04-14  Jim Meyering  <jim@meyering.net>
1356         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
1357         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
1359 2000-04-13  Jim Meyering  <jim@meyering.net>
1361         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
1362         to insert required #ifndef into config.h.in.
1363         Suggestion from Akim Demaille.
1365 2000-04-12  Jim Meyering  <jim@meyering.net>
1367         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
1368         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
1369         Christian Krackowizer.
1371         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
1372         * jm-macros.m4 (_GNU_SOURCE): Define.
1373         (AC_SYS_LARGEFILE): Require.
1374         (AM_C_PROTOTYPES): Require.
1376 2000-04-05  Paul Eggert  <eggert@twinsun.com>
1378         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
1379         IRIX if the installer said otherwise.
1381 2000-04-05  Jim Meyering  <jim@meyering.net>
1383         Portability tweaks required for ultrix4.3.
1384         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
1385         (jm_CHECK_DECLS): Add getutent to the list of functions.
1386         (_jm_DECL_HEADERS): Add utmpx.h.
1387         From John David Anglin.
1389         * strftime.m4: Back out the 2000-04-02 change.
1390         Instead of that change, simply undefine putenv in the test program.
1392 2000-04-03  Jim Meyering  <jim@meyering.net>
1394         * gettext.m4: Fix typo in comment.
1396         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
1397         textutils/configure.in).  Suggestion from Paul Eggert.
1398         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
1400 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1402         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
1403         variable in the shell rather than using putenv, which isn't
1404         portable.  This avoids the configure-time inter-test dependency
1405         on the potentially-renamed putenv function.
1407 2000-03-30  Paul Eggert  <eggert@twinsun.com>
1409         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
1410         before checking struct stat.st_blksize, so that
1411         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
1413 2000-03-29  Paul Eggert  <eggert@twinsun.com>
1415         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
1416         since strftime.c uses HAVE_STRFTIME to decide whether to use
1417         the underlying strftime.
1419 2000-03-10  Jim Meyering  <jim@meyering.net>
1421         * lib-check.m4: Look for getspnam in -lgen, too.
1422         From Marco Franzen.
1424 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
1426         * codeset.m4: New file.
1427         * iconv.m4: New file.
1428         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
1430 2000-03-04  Jim Meyering  <jim@meyering.net>
1432         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
1433         for lib/localcharset.c.
1435 2000-03-03  Jim Meyering  <jim@meyering.net>
1437         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
1439 2000-03-02  Jim Meyering  <jim@meyering.net>
1441         * timespec.m4: Require AC_HEADER_TIME before the cache check so
1442         the messages come out on separate lines.
1444         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
1445         rather than jm_CHECK_DECLARATIONS.
1446         * decl.m4: Remove now-unused file.
1448         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
1450 2000-02-27  Jim Meyering  <jim@meyering.net>
1452         * check-decl.m4: Add getenv to the list.
1454 2000-02-23  Jim Meyering  <jim@meyering.net>
1456         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
1457         in place of my hack.
1459 2000-02-10  Jim Meyering  <jim@meyering.net>
1461         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
1462         gnu_nanosleep to rpl_nanosleep.
1464 2000-02-09  Jim Meyering  <jim@meyering.net>
1466         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
1467         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
1469 2000-02-08  Akim Demaille  <akim@epita.fr>
1471         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
1472         `[' and `]' and remove uses of `changequote'.
1473         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
1474         (AC_SYS_LARGEFILE): Likewise.
1475         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
1476         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
1477         of changequote.
1478         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
1479         * readdir.m4 (jm_FUNC_READDIR): Likewise
1480         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
1481         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
1483 2000-02-05  Jim Meyering  <jim@meyering.net>
1485         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
1486         Remove explicit use of AC_HEADER_TIME.  It is required by
1487         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
1488         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
1489         in autoconf whereby the expansion of the latter ended up preceding
1490         the expansion of its prerequisite, AC_HEADER_TIME.
1491         Reported by Volker Borchert.
1493 2000-02-03  Jim Meyering  <jim@meyering.net>
1495         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
1497 2000-02-02  Jim Meyering  <jim@meyering.net>
1499         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
1500         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
1501         Reported by Eli Zaretskii.
1503 2000-01-31  Jim Meyering  <jim@meyering.net>
1505         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
1506         functions.  Add the time.h and sys/time.h headers along with the
1507         AC_REQUIRE'ment of AC_HEADER_TIME.
1509 2000-01-30  Jim Meyering  <jim@meyering.net>
1511         * lib-check.m4: Clean up some kludgy old shadow password tests.
1513         * prereq.m4 (utmp_includes): Define.
1514         Check for ut_user and ut_name members in both struct utmpx
1515         and struct utmp.
1517 2000-01-29  Jim Meyering  <jim@meyering.net>
1519         * lib-check.m4: New file containing library-related checks from
1520         fileutils and sh-utils (textutils had none).
1522 2000-01-28  Jim Meyering  <jim@meyering.net>
1524         * perl.m4: Change format of warning message to look more like that
1525         from the missing script.  Suggestion from François Pinard.
1527 2000-01-25  Jim Meyering  <jim@meyering.net>
1529         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
1530         as time.h in the compile check.
1531         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
1532         Fix typo in cross-compiling case: s/yes/no/.
1534 2000-01-23  Jim Meyering  <jim@meyering.net>
1536         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
1538         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
1539         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
1541         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
1542         s/space/ac_fsusage_space/.
1543         (jm_FILE_SYSTEM_USAGE): Take two parameters.
1545         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
1546         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
1547         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
1549         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
1550         AC_SUBST these here, rather than just in sh-util/configure.in, so
1551         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
1552         all the same.
1553         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
1554         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
1555         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
1556         (AC_SUBST(POW_LIBM)): Likewise.
1557         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
1559 2000-01-22  Jim Meyering  <jim@meyering.net>
1561         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
1563         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
1565         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
1566         configure.in
1567         (AC_CHECK_HEADERS): Likewise for sh-utils.
1568         (AC_CHECK_HEADERS): Likewise for textutils.
1569         Merge the three lists of headers.
1571         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
1572         from fileutils' configure.in.
1574         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
1575         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
1577         * check-decl.m4: Use #if rather than #ifdef.
1578         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
1579         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
1580         (_jm_DECL_HEADERS): Define new function.
1581         (jm_CHECK_DECLARATIONS): Require it.
1583 2000-01-19  Jim Meyering  <jim@meyering.net>
1585         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
1586         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
1587         defines `struct timespec' in <sys/time.h>
1589         * c-bs-a.m4: Remove uses of changequote altogether.
1590         Thanks to Akim for explaining.
1592 2000-01-16  Jim Meyering  <jim@meyering.net>
1594         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
1595         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
1596         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
1597         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
1599 2000-01-16  Jim Meyering  <jim@meyering.net>
1601         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
1602         because the latter didn't work.
1604 2000-01-15  Jim Meyering  <jim@meyering.net>
1606         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
1607         (AC_REPLACE_FUNCS): Add memcpy and memset.
1608         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
1609         Add strpbrk.
1610         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
1612 2000-01-12  Jim Meyering  <jim@meyering.net>
1614         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
1615         (jm_PREREQ): Use it.
1616         (jm_PREREQ_READUTMP): New macro.
1617         (jm_PREREQ): Use it.
1619 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1621         Quote multibyte characters correctly.
1622         * c-bs-a.m4: New file.
1623         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
1624         (jm_PREREQ): Use it.
1626 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1628         * uintmax_t.m4: Port to autoconf 2.13.
1630 2000-01-08  Jim Meyering  <meyering@ascend.com>
1632         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
1633         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
1635 2000-01-04  Jim Meyering  <meyering@ascend.com>
1637         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
1638         jm_STRUCT_DIRENT_D_TYPE.
1639         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
1640         jm_STRUCT_DIRENT_D_INO.
1641         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
1642         jm_STRUCT_UTIMBUF.
1643         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
1644         * utime.m4: Likewise.
1646         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
1647         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
1649 2000-01-03  Paul Eggert  <eggert@twinsun.com>
1651         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
1652         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
1654 2000-01-02  Jim Meyering  <meyering@ascend.com>
1656         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
1657         remember if this is necessary.
1659 1999-12-26  Jim Meyering  <meyering@ascend.com>
1661         * jm-macros.m4: Use it here.
1662         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
1664 1999-12-23  Jim Meyering  <meyering@ascend.com>
1666         * jm-macros.m4: Check for clock_gettime (moved from
1667         fileutils/configure.in)
1668         Check for gettimeofday.
1670 1999-12-20  Jim Meyering  <meyering@ascend.com>
1672         * strftime.m4: Remove kludge, now that I'm using the fixed
1673         autoconf-2.14a-1999-12-20.
1675 1999-12-19  Jim Meyering  <meyering@ascend.com>
1677         * lstat-slash.m4: New file.
1678         * jm-macros.m4: Use the new macro:
1679         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1681 1999-12-07  Jim Meyering  <meyering@ascend.com>
1683         * perl.m4: Require that File::Compare be available, too.
1684         Too many systems seem to lack it.
1686         * strftime.m4: Add checks for most of the cpp macros tested in
1687         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
1689 1999-11-18  Paul Eggert  <eggert@twinsun.com>
1691         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
1692         problem with the QNX 4.25 shell, which doesn't propagate exit
1693         status of failed commands inside shell assignments.
1695 1999-11-17  Jim Meyering  <meyering@ascend.com>
1697         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
1699 1999-11-07  Jim Meyering  <meyering@ascend.com>
1701         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
1703 1999-11-06  Jim Meyering  <meyering@ascend.com>
1705         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
1706         * jm-macros.m4 (jm_MACROS): Use it here.
1708 1999-11-05  Jim Meyering  <meyering@ascend.com>
1710         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
1711         of textutils, fileutils, and sh-utils into this one (shared between
1712         those packages) file.
1713         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
1714         AC_STRUCT_ST_BLKSIZE.
1716 1999-11-03  Jim Meyering  <meyering@ascend.com>
1718         * ssize_t.m4: Remove file.  No longer needed since the new version of
1719         AC_CHECK_TYPE checks includes unistd.h.
1720         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
1721         Suggestion from Akim Demaille.
1723 1999-10-30  Jim Meyering  <meyering@ascend.com>
1725         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
1726         m4-quoted string.
1727         * ls-mntd-fs.m4: Likewise.
1728         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
1729         * jm-winsz1.m4: Likewise.
1731         * const.m4: Remove file, since the fix made it into the experimental
1732         version of autoconf.
1733         * mktime.m4: Likewise.
1735         * check-type.m4: Remove file, now that the latest version of
1736         AC_CHECK_TYPE takes a third arg to specify additional #includes.
1738         * ssize_t.m4: New file, requires experimental version of autoconf.
1739         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
1740         AC_CHECK_TYPE.
1742 1999-10-04  Jim Meyering  <meyering@ascend.com>
1744         * jm-macros.m4: Don't require autoconf-2.14.1.
1746 1999-09-22  Paul Eggert  <eggert@twinsun.com>
1748         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
1749         2.95.1 bug with HP-UX 10.20.
1751 1999-09-17  Jim Meyering  <meyering@ascend.com>
1753         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
1754         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
1755         due to missing strdup (against sh-utils-2.0).
1757 1999-08-29  Jim Meyering  <meyering@ascend.com>
1759         * jm-macros.m4: Require jm_BISON.
1760         * bison.m4: New file.
1762 1999-08-17  Paul Eggert  <eggert@twinsun.com>
1764         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
1765         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
1767 1999-08-05  Jim Meyering  <meyering@ascend.com>
1769         * getline.m4: Rename test file from conftestdata to conftest.data
1770         to avoid conflicts with `conftest' on 8+3 filesystems.
1771         Suggestion from Eli Zaretskii.
1773 1999-08-04  Jim Meyering  <meyering@ascend.com>
1775         * jm-macros.m4: Move a 4-line block of code from the configure.in of
1776         fileutils and sh-utils (textutils's getline test was inadequate).
1777         (AM_FUNC_GETLINE): Run this test.
1778         (AC_CHECK_FUNCS): Check for getdelim.
1779         Reported by Bob Proulx.
1781 1999-08-02  Jim Meyering  <meyering@ascend.com>
1783         * jm-macros.m4: Add a comment.
1785 1999-08-01  Jim Meyering  <meyering@ascend.com>
1787         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
1789 1999-08-01  Paul Eggert  <eggert@twinsun.com>
1791         * lfs.m4: Remove this file.
1792         * largefile.m4: New file.  It contains the old contents of
1793         lfs.m4, except that all names with prefix AC_LFS have been
1794         changed to use the prefix AC_SYS_LARGEFILE instead, to be
1795         compatible with future autoconf versions.  Also, some minor m4
1796         quoting problems have been fixed.
1798 1999-07-16  Paul Eggert  <eggert@twinsun.com>
1800         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
1801         that we can shift, multiply and divide unsigned long long
1802         values; Ultrix cc can't do it.
1804 1999-07-14  Paul Eggert  <eggert@twinsun.com>
1806         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
1807         <inttypes.h> defines strtoumax as a macro (and not as a
1808         function).
1810 1999-07-05  Paul Eggert  <eggert@twinsun.com>
1812         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
1813         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
1814         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
1815         and simplify the shell code.
1817 1999-07-03  Paul Eggert  <eggert@twinsun.com>
1819         * mktime.m4: New file, which is a preview of what should appear
1820         in the next public autoconf release.
1822 1999-07-20  Jim Meyering  <meyering@ascend.com>
1824         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
1826 1999-07-15  Jim Meyering  <meyering@ascend.com>
1828         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
1830 1999-05-22  Jim Meyering  <meyering@ascend.com>
1832         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
1834 1999-05-20  Jim Meyering  <meyering@ascend.com>
1836         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
1837         Add a colon after each `then' in case $4 is empty.
1839 1999-05-16  Jim Meyering  <meyering@ascend.com>
1841         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
1843 1999-05-10  Jim Meyering  <meyering@ascend.com>
1845         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
1847         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
1848         AC_FUNC_MKTIME.
1850 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1852         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
1854 1999-05-04  Paul Eggert  <eggert@twinsun.com>
1856         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
1857         not CPPFLAGS, so that linking works correctly in IRIX.
1859 1999-04-30  Paul Eggert  <eggert@twinsun.com>
1861         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
1863 1999-04-20  Jim Meyering  <meyering@ascend.com>
1865         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
1866         AC_REPLACE xstroull if necessary.  From Paul Eggert.
1867         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
1869 1999-04-20  Paul Eggert  <eggert@twinsun.com>
1871         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
1872         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1873         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
1874         jm_AC_TYPE_UNSIGNED_LONG_LONG.
1875         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
1877         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
1879 1999-04-18  Jim Meyering  <meyering@ascend.com>
1881         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
1882         * jm-macros.m4: Use it.
1884 1999-04-06  Jim Meyering  <meyering@ascend.com>
1886         * strftime.m4: Remove test for %f.
1888 1999-03-29  Jim Meyering  <meyering@ascend.com>
1890         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
1891         superset of the AC_TYPE_* checks in the textutils, fileutils,
1892         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
1893         AC_TYPE_PID_T.
1895 1999-03-28  Jim Meyering  <meyering@ascend.com>
1897         * jm-macros.m4: Define GNU_PACKAGE here.
1898         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
1899         replaced e.g., in the *.sh files of the sh-utils.
1901 1999-03-20  Jim Meyering  <meyering@ascend.com>
1903         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
1904         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
1905         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
1907 1999-03-19  Jim Meyering  <meyering@ascend.com>
1909         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
1911 1999-03-12  Jim Meyering  <meyering@ascend.com>
1913         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
1915 1999-03-07  Jim Meyering  <meyering@ascend.com>
1917         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
1919 1999-02-17  Jim Meyering  <meyering@ascend.com>
1921         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
1922         in macro definition.  From Eli Zaretskii and Alain Magloire.
1924 1999-02-07  Jim Meyering  <meyering@ascend.com>
1926         * group-member.m4: New file -- extracted from sh-utils' configure.in.
1928         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1929         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
1931 1999-02-06  Jim Meyering  <meyering@ascend.com>
1933         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
1934         * fnmatch.m4: Likewise.
1935         * getgroups.m4: Likewise.
1936         * lstat.m4: Likewise.
1937         * malloc.m4: Likewise.
1938         * putenv.m4: Likewise.
1939         * realloc.m4: Likewise.
1940         * regex.m4: Likewise.
1941         * stat.m4: Likewise.
1942         * strftime.m4: Likewise.
1943         Suggestion from Alain Magloire.
1945         * chown.m4: Use `.$ac_objext', not `.o'.
1946         * fnmatch.m4: Likewise.
1947         * getgroups.m4: Likewise.
1948         * getline.m4: Likewise.
1949         * lstat.m4: Likewise.
1950         * malloc.m4: Likewise.
1951         * memcmp.m4: Likewise.
1952         * putenv.m4: Likewise.
1953         * realloc.m4: Likewise.
1954         * regex.m4: Likewise.
1955         * stat.m4: Likewise.
1956         * strftime.m4: Likewise.
1957         Suggestion from Alain Magloire.
1959         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
1960         an argument.
1962         * regex.m4: Add a run-time Test for proper operation of
1963         re_compile_pattern.
1965 1999-01-31  Jim Meyering  <meyering@ascend.com>
1967         * getloadavg.m4: Check for locale.h and the function, setlocale.
1969 1999-01-30  Jim Meyering  <meyering@ascend.com>
1971         * check-type.m4: Use 3-arg form of AC_DEFINE.
1973         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
1974         rather than my private copy, now that the official one is up to date.
1975         * mktime.m4: Remove file.
1977         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
1978         * uptime.m4: Likewise.
1979         * uintmax_t.m4: Likewise.
1981 1999-01-28  Jim Meyering  <meyering@ascend.com>
1983         * jm-macros.m4: Use jm_AFS.
1984         * afs.m4: New file (from fileutils' configure.in).
1986         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
1987         * chown.m4: Likewise.
1988         * d-ino.m4: Likewise.
1989         * d-type.m4: Likewise.
1990         * fnmatch.m4: Likewise.
1991         * getgroups.m4: Likewise.
1992         * gettext.m4: Likewise.
1993         * jm-mktime.m4: Likewise.
1994         * jm-winsz2.m4: Likewise.
1995         * lcmessage.m4: Likewise.
1996         * ls-mntd-fs.m4: Likewise.
1997         * malloc.m4: Likewise.
1998         * memcmp.m4: Likewise.
1999         * putenv.m4: Likewise.
2000         * realloc.m4: Likewise.
2001         * st_mtim.m4: Likewise.
2002         * strftime.m4: Likewise.
2004 1999-01-16  Jim Meyering  <meyering@ascend.com>
2006         * jm-macros.m4 (ARGMATCH_DIE): Define.
2007         (ARGMATCH_DIE_DECL): Define.
2009 1999-01-12  Jim Meyering  <meyering@ascend.com>
2011         * Makefile.am.in: Rewrite to avoid using fmt.
2012         Reported by Lars Hecking.
2014 1999-01-10  Jim Meyering  <meyering@ascend.com>
2016         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
2017         gross kludge.
2018         * inttypes_h.m4: Likewise.
2019         * lstat.m4: Likewise.
2020         * malloc.m4: Likewise.
2021         * readdir.m4: Likewise.
2022         * realloc.m4: Likewise.
2023         * st_dm_mode.m4: Likewise.
2024         * stat.m4: Likewise.
2025         * utimbuf.m4: Likewise.
2026         * utimes.m4: Likewise.
2028         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
2029         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
2030         comments in config.h.in are meaningful.
2032         * jm-macros.m4: Require autoconf-2.13 here.
2034         * regex.m4: By default, don't use the included regex.c on systems
2035         with glibc 2.  Suggestion from Uli Drepper.
2037 1999-01-02  Jim Meyering  <meyering@ascend.com>
2039         * jm-macros.m4: Replace strcasecmp and strncasecmp.
2041 1998-12-18  Jim Meyering  <meyering@ascend.com>
2043         * Makefile.am.in (Makefile.am): Simplify rule.
2044         Based on a suggestion from Lars Hecking.
2046 1998-11-16  Jim Meyering  <meyering@ascend.com>
2048         * lfs.m4: Double-quote the `uname...` expression.
2050 1998-11-16  Paul Eggert  <eggert@twinsun.com>
2052         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
2054 1998-11-14  Jim Meyering  <meyering@ascend.com>
2056         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
2057         * stat.m4: Likewise.
2059 1998-11-03  Jim Meyering  <meyering@ascend.com>
2061         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
2062         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
2064 1998-10-18  Jim Meyering  <meyering@ascend.com>
2066         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
2068 1998-10-17  Jim Meyering  <meyering@ascend.com>
2070         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
2071         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
2072         calls for those previously hard-coded headers.  Instead, take a new
2073         parameter.
2074         (jm_CHECK_DECLARATIONS): Reflect interface change.
2075         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
2076         (jm_CHECK_DECL_LOCALTIME_R): New macro.
2078         * mktime.m4: Test for spring-forward gap before long-running test.
2080 1998-10-14  Jim Meyering  <meyering@ascend.com>
2082         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
2083         instead of "TZ=America/Vancouver".  From Paul Eggert.
2085 1998-10-11  Jim Meyering  <meyering@ascend.com>
2087         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
2088         This adds a test for a recently added compatibility fix for mktime.c.
2089         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
2091 1998-09-27  Jim Meyering  <meyering@ascend.com>
2093         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
2095         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
2096         ../configure.in, including a change from Gordon Matzigkeit to allow
2097         cross-compiling for the Hurd.
2099         * glibc.m4: New file/macro to test for the GNU C Library
2100         versions 1 and 2.  From Gordon Matzigkeit.
2101         Indent.
2103 1998-09-21  Jim Meyering  <meyering@ascend.com>
2105         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
2107 1998-08-18  Paul Eggert  <eggert@twinsun.com>
2109         Port nanosecond-resolution times to UnixWare 2.1.2 and
2110         pedantic Solaris 2.6.
2112         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
2113         AC_STRUCT_ST_MTIM.
2114         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
2115         Generate name of ns member, instead of just 1 or undef.
2116         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
2118 1998-08-15  Jim Meyering  <meyering@ascend.com>
2120         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
2121         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
2122         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
2123         instead of jm_TYPE_SSIZE_T.
2125 1998-08-12  Jim Meyering  <meyering@ascend.com>
2127         * st_dm_mode.m4: New file.  From Johan Danielsson.
2129 1998-08-02  Jim Meyering  <meyering@ascend.com>
2131         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
2132         in acconfig.h manually.
2134 1998-07-31  Paul Eggert  <eggert@twinsun.com>
2136         * st_mtim.m4: New file.
2138 1998-07-28  Jim Meyering  <meyering@ascend.com>
2140         * utimes.m4: Undef stat.
2142 1998-07-25  Jim Meyering  <meyering@ascend.com>
2144         * utime.m4 (jm_FUNC_UTIME): New file and macro.
2145         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
2147 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
2149         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
2150         uid and gid actually remain unchanged.
2152 1998-07-07  Jim Meyering  <meyering@ascend.com>
2154         * jm-glibc-io.m4: Remove fclose_unlocked.
2156 1998-07-04  Jim Meyering  <meyering@ascend.com>
2158         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
2159         to prove that this macro can be used in packages without regex.c.
2161 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2163         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
2164         is to be used.
2166 1998-07-03  Jim Meyering  <meyering@ascend.com>
2168         * gettext.m4: Add -lintl if it's found to be necessary.
2170         * gettext.m4: New file -- from gettext-0.10.35.
2171         * lcmessage.m4: Likewise.
2172         * progtest.m4: Likewise.
2174         * regex.m4 (jm_WITH_REGEX): New file and macro.
2175         * jm-macros.m4: Require the new macro.
2177 1998-06-29  Jim Meyering  <meyering@ascend.com>
2179         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
2180         for the definition of NGROUPS (used in a system header included
2181         by sys/mount.h).
2183 1998-06-28  Jim Meyering  <meyering@ascend.com>
2185         * ls-mntd-fs.m4: New file.
2186         * fstypename.m4: New file.
2188         * jm-macros.m4: Require the new macro.
2189         * jm-glibc-io.m4: New file.
2191 1998-05-19  Jim Meyering  <meyering@ascend.com>
2193         * jm-macros.m4: Add jm_FUNC_LCHOWN.
2194         * lchown.m4: New file.
2196         * Makefile.am.in: New file.
2197         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
2199 1998-05-14  Jim Meyering  <meyering@ascend.com>
2201         * Makefile.am (EXTRA_DIST): Add them.
2202         * jm-macros.m4: New file.
2203         * utimbuf.m4: New file.
2205 1998-05-12  Jim Meyering  <meyering@ascend.com>
2207         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
2209 1998-05-11  Jim Meyering  <meyering@ascend.com>
2211         * isc-posix.m4: New file.
2213 1998-05-10  Jim Meyering  <meyering@ascend.com>
2215         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
2217 1998-05-09  Jim Meyering  <meyering@ascend.com>
2219         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
2220         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
2221         with automake.
2223         * ssize_t.m4: New file.
2224         * mktime.m4: Remove file -- the new automake has this now.
2226 1998-04-26  Jim Meyering  <meyering@ascend.com>
2228         * assert.m4: New file.
2229         * Makefile.am (EXTRA_DIST): Add assert.m4.
2231 1998-04-05  Jim Meyering  <meyering@ascend.com>
2233         * prereq.m4 (jm_PREREQ_REGEX): New macro.
2234         (jm_PREREQ): Use it here.
2236 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
2238         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
2239         in acconfig.h.
2241 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
2243         * prereq.m4: New file.
2244         * error.m4: New file.
2245         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
2247 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
2249         * getline.m4: Don't set am_cv_func_working_getline before the
2250         cache-check for the same variable -- that defeated the purpose of
2251         the test; the test program was never run.  This was a problem only
2252         on systems with losing getline functions -- HP-UX 10.20 is one.
2253         Reported by Bjorn Helgaas.
2255 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
2257         * Makefile.am (EXTRA_DIST): Add perl.m4.
2259 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
2261         * Makefile.am (EXTRA_DIST): Add const.m4.
2263         * const.m4: New file.  Use an initializer in this declaration
2264         typedef int charset[2]; const charset x;
2265         Reported by Bob Glickstein.
2267 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
2269         * chown.m4: Fix reversed types on -1 args to chown.
2270         From Kaveh Ghazi.
2272 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
2274         * check-decl.m4: s/DECLARATION_/DECL_/g.
2275         Add lseek and memchr.
2277         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
2278         T.E.Dickey <dickey@clark.net> said that some older preprocessors
2279         have a 20-character limit on names.
2281 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
2283         * inttypes_h.m4: New file.
2284         * uintmax_t.m4: New file.
2285         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.