*** empty log message ***
[coreutils.git] / m4 / ChangeLog
blob9a0f1acaf05895dc4f4a3a8b7ecfc23b1949e962
1 2005-09-24  Jim Meyering  <jim@meyering.net>
3         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
4         in the inet and nsl libraries.  Required on Solaris 5.7.
6 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8         * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9         and similarly for the other external symbols.  Problem reported
10         by James Gallager.
12         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13         bug reported by Jim Meyering.
15         * jm-macros.m4 (gl_MACROS): Don't require gl_CHECK_TYPE_STRUCT_UTIMBUF.
16         (gl_CHECK_ALL_HEADERS): Don't check for utime.h.
17         * utimens.m4 (gl_UTIMENS): Check for futimesat (Solaris 10).
18         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
19         not needed, since socklen is a prerequisite module.
21 2005-09-23  Jim Meyering  <jim@meyering.net>
23         * jm-macros.m4 (gl_MACROS): AC_REQUIRE([gl_SOCKLEN_T]) here,
24         now that it's no longer required by getaddrinfo.m4.
26         Correct build failure (socklen_t not defined) on at least
27         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
28         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
29         * socklen.m4: New file, from gnulib.
31 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
33         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
35 2005-09-21  Paul Eggert  <eggert@cs.ucla.edu>
37         * check-decl.m4 (_gl_DECL_HEADERS): Don't bother checking for
38         standard C headers, or for headers we no longer use.
39         * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_XANSTRFTIME;
40         no longer needed.
41         (gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h,
42         netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h,
43         sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h,
44         sys/timeb.h, unistd.h.  No longer needed.
45         * prereq.m4 (gl_PREREQ): Require gl_FUNC_GETLINE rather than
46         AM_FUNC_GETLINE.  Require gl_FUNC_GETPASS_GNU rather than
47         gl_FUNC_GETPASS.  Require gl_MBCHAR and gl_MBITER.
49         * xanstrftime.m4: Remove; no longer used.
51         * getaddrinfo.m4, getdelim.m4, mbchar.m4, mbiter.m4, sockpfaf.m4:
52         New files, from gnulib.
54         * backupfile.m4, bison.m4, calloc.m4:
55         * canonicalize.m4, chown.m4, cloexec.m4, dup2.m4:
56         * fileblocks.m4, free.m4, ftruncate.m4, fts.m4:
57         * getcwd.m4, getopt.m4, getpagesize.m4, getpass.m4:
58         * getugroups.m4, group-member.m4, idcache.m4:
59         * lib-link.m4, lib-prefix.m4, link-follow.m4:
60         * mkdir-p.m4, mkstemp.m4, mktime.m4, mountlist.m4:
61         * nanosleep.m4, onceonly_2_57.m4, pathmax.m4:
62         * physmem.m4, posixver.m4, putenv.m4, safe-read.m4:
63         * same.m4, save-cwd.m4, stdio-safer.m4, strndup.m4:
64         * strnlen.m4, unistd-safer.m4, unlinkdir.m4:
65         * userspec.m4, xreadlink.m4, xstrtod.m4:
66         Sync from gnulib.
68         * canon-host.m4, getline.m4, mbrtowc.m4, strcase.m4, strstr.m4:
69         Nontrivial sync from gnulib.
71 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
73         * jm-macros.m4 (gl_CHECK_ALL_TYPES): Do not require
74         AC_STRUCT_ST_MTIM_NSEC; it's obsolete.
75         * prereq.m4 (gl_PREREQ): Require gl_STAT_TIME.
77         Import from gnulib.
78         * st_mtim.m4: Remove.  Superseded by...
79         * stat-time.m4: New file.
80         * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
81         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
83 2005-09-13  Jim Meyering  <jim@meyering.net>
85         * autobuild.m4: New file, from autobuild.
87 2005-09-09  Paul Eggert  <eggert@cs.ucla.edu>
89         * regex.m4: Import from gnulib, to fix some 64-bit bugs.
91 2005-09-01  Jim Meyering  <jim@meyering.net>
93         * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
94         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
95         Require gl_STAT_MACROS, too.
97 2005-08-27  Jim Meyering  <jim@meyering.net>
99         * fcntl-safer.m4, stdio-safer.m4, unistd-safer.m4: Sync from gnulib.
101 2005-08-01  Jim Meyering  <jim@meyering.net>
103         * xanstrftime.m4 (gl_FUNC_XANSTRFTIME): New file/macro.
104         * jm-macros.m4: Require gl_FUNC_XANSTRFTIME.
106 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
108         * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_ELSE instead of the
109         obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
111 2005-07-21  Paul Eggert  <eggert@cs.ucla.edu>
113         * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
114         (gl_GETDATE): Use it.
116 2005-07-13  Paul Eggert  <eggert@cs.ucla.edu>
118         * lib-check.m4 (cu_LIB_CHECK): Remove no-longer-necessary check
119         for fesetround.
121 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
123         * jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for stropts.h.
125 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
127         * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
128         * same.m4 (gl_SAME): Likewise.
129         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
131         Switch to Isamu Hasegawa's implementation of regex, which is
132         now in gnulib.
133         * regex.m4: Import from gnulib.
135 2005-07-04  Paul Eggert  <eggert@cs.ucla.edu>
137         * prereq.m4 (gl_PREREQ): Don't require gl_TYPEOF; no longer needed.
138         * typeof.m4: Remove; no longer needed.
140 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
142         Remove the dependency of the strftime module on the tzset module.
143         * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
144         * prereq.m4 (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.
146 2005-07-03  Jim Meyering  <jim@meyering.net>
148         * lstat.m4 (gl_FUNC_LSTAT): New file, from gnulib.
149         Use AC_LIBSOURCES to require lstat.c and lstat.h.
150         Remove obsolete comment.
152 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
154         * fts.m4 (gl_FUNC_FTS_CORE): Don't require
155         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
156         module's job.
157         * jm-macros.m4 (gl_MACROS): Likewise.
158         * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
160 2005-07-03  Jim Meyering  <jim@meyering.net>
162         * fcntl-safer.m4 (gl_FCNTL_SAFER): Add fcntl--.h to the list.
163         * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h to the list.
164         * stdlib-safer.m4 (gl_STDLIB_SAFER): Add stdlib--.h to the list.
165         * unistd-safer.m4 (gl_UNISTD_SAFER): Add unistd--.h to the list.
167 2005-07-02  Paul Eggert  <eggert@cs.ucla.edu>
169         Cleanup to isolate "safer" functions to a small part of the code.
170         * fcntl-safer.m4, fd-reopen.m4, stdlib-safer.m4: New files.
171         * prereq.m4 (gl_PREREQ): Require gl_FCNTL_SAFER,
172         gl_FD_REOPEN, gl_STDLIB_SAFER.
174 2005-07-02  Jim Meyering  <jim@meyering.net>
176         * check-decl.m4, chown.m4, free.m4, getcwd.m4, link-follow.m4:
177         * mktime.m4: Assume HAVE_UNISTD_H, i.e., that <unistd.h> works.
179 2005-07-01  Jim Meyering  <jim@meyering.net>
181         * chown.m4, cloexec.m4, dup2.m4, fsusage.m4, getcwd.m4, jm-macros.m4:
182         * mkstemp.m4, mountlist.m4, save-cwd.m4, unistd-safer.m4:
183         Don't check for fcntl.h anymore. Now we assume it exists and is usable.
185         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
186         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
187         and don't check for fcntl.h).
189 2005-06-30  Jim Meyering  <jim@meyering.net>
191         * stdopen.m4 (gl_STDOPEN): New file/macro.
192         * jm-macros.m4: Require it.
194 2005-06-26  Jim Meyering  <jim@meyering.net>
196         * diacrit.m4 (gl_DIACRIT): New file/macro.
197         * jm-macros.m4: Require it.
199 2005-06-25  Jim Meyering  <jim@meyering.net>
201         * version-etc.m4 (gl_VERSION_ETC): New file/macro.
202         * jm-macros.m4: Require it.
204         * root-dev-ino.m4 (gl_ROOT_DEV_INO): New file/macro.
205         * jm-macros.m4: Require it.
207 2005-06-23  Jim Meyering  <jim@meyering.net>
209         * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
210         * xstrtod.m4: Likewise.
212 2005-06-19  Jim Meyering  <jim@meyering.net>
214         * xgetcwd.m4 (gl_XGETCWD): Add `AC_LIBOBJ([xgetcwd])'.
215         Register xgetcwd.c and xgetcwd.h via AC_LIBSOURCES.
217         * xfts.m4 (gl_FUNC_XFTS): New file/macro.
218         * jm-macros.m4: Require it.
220 2005-06-13  Jim Meyering  <jim@meyering.net>
222         * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
224 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
226         * extensions.m4: Sync from gnulib; this defines
227         _POSIX_PTHREAD_SEMANTICS for the benefit of Solaris.
229 2005-06-01  Paul Eggert  <eggert@cs.ucla.edu>
231         * mkdir-p.m4: Renamed from makepath.m4.
232         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
233         Rename files from makepath.c to mkdir-p.c, and from
234         makepath.h to mkdir-p.h.
235         * filenamecat.m4: Renamed from path-concat.m4.
236         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
237         Rename files from path-concat.c to filenamecat.c,
238         and from path-concat.h to filenamecat.h.
239         * getcwd-path-max.m4: Don't use "path" or "filename" to mean
240         "file name" in local variables or comments.
241         * rename.m4: Likewise.
243 2005-05-30  Paul Eggert  <eggert@cs.ucla.edu>
245         * jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for priv.h.
247 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
249         * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
250         and don't require gt_INTTYPES_PRI.
252         * prereq.m4 (gl_PREREQ): Require gl_STRINTCMP, gl_STRNUMCMP.
253         * strnumcmp.m4: New file.
255 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
257         * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
258         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
260 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
262         * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
263         of -1.
265 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
267         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
268         Don't check for stddef.h.
269         * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
270         don't use its results.
271         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
272         since we include them unconditionally.  Don't require
273         AM_STDBOOL_H, since stdbool is a prerequisite.
274         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
275         since we assume C89 or better.
276         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
277         as we don't use their results.
278         Don't check for fchdir, memmove, memset, strrchr, as we use
279         them unconditionally.
280         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
281         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
282         * jm-macros.m4 (gl_MACROS): Require AC_FUNC_LSTAT.
283         Don't check for memcpy, strchr, strerror, strrchr, float.h.
284         Use AC_REQUIRE on AM_LANGINFO_CODESET and gl_GLIBC21 rather
285         than invoking them directly.
286         (gl_CHECK_ALL_HEADERS): Don't check for errno.h, float.h,
287         limits.h, stddef.h, since we assume C89 now.
288         * lib-check.m4: Add copyright notice.
289         (cu_LIB_CHECK): Renamed from gl_LIB_CHECK.
290         Don't check for sqrt; factor no longer needs it.
291         Revamp tests for floor, modf, rint, to define SEQ_LIBM.
292         Redo tests for fesetround to act like the other wons.
293         Use "cu_saved_libs" for local var name, not "ac_su_saved_lib".
294         * prereq.m4: Add copyright notice.
295         (gl_PREREQ): Add gl_LOCALCHARSET.
296         * localcharset.m4: New file, from gnulib.
298 2005-05-16  Jim Meyering  <jim@meyering.net>
300         * fts.m4 (gl_FUNC_FTS): Don't require AC_FUNC_MALLOC or
301         AC_FUNC_REALLOC.  They are not needed.
303 2005-05-14  Jim Meyering  <jim@meyering.net>
305         * unlinkdir.m4: Register unlinkdir.c and unlinkdir.h via AC_LIBSOURCES.
306         Add `AC_LIBOBJ([unlinkdir])'.
308 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
310         * prereqs.m4 (gl_PREREQ): Require gl_UNLINKDIR.
311         * unlinkdir.m4: New file.
313 2005-05-13  Jim Meyering  <jim@meyering.net>
315         * prereq.m4: Don't require gl_FUNC_STAT or gl_FUNC_LSTAT.
316         * stat.m4: Remove unnecessary file.
317         * lstat.m4: Remove unnecessary file.
319         * readdir.m4 (GL_FUNC_READDIR): Remove, now that remove.c no
320         longer needs it.
321         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_READDIR.
323 2005-05-10  Derek Price  <derek@ximbiot.com>
325         * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
326         possible.
328 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
330         * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
331         needless checks.
333 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
335         * getpass.m4, gettext.m4: Sync from gnulib.
337 2005-04-28  Paul Eggert  <eggert@cs.ucla.edu>
339         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.
340         * jm-macros.m4 (gl_CHECK_ALL_TYPES): Likewise.
341         * lchown.m4 (gl_FUNC_CHOWN): Likewise.
342         (gl_PREREQ_CHOWN): Remove.
343         * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
344         it.  Don't require AC_HEADER_STAT.
345         (gl_PREREQ_LSTAT): Remove.
346         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
347         Don't require AC_HEADER_STAT.
348         * prereq.m4 (gl_PREREQ): Require gl_STAT_MACROS.
349         * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
350         (gl_PREREQ_RMDIR): Remove.
352 2005-04-27  Paul Eggert  <eggert@cs.ucla.edu>
354         * stat-macros.m4: New file, from gnulib, except that gl_STAT_MACROS
355         also requires AC_HEADER_STAT.
356         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
357         mention stat-macros.h or AC_HEADER_STAT, since we'll make
358         the stat-macros module a prerequisite.
359         * file-type.m4 (gl_FILE_TYPE): Likewise.
360         * filemode.m4 (gl_FILEMODE): Likewise.
361         * makepath.m4 (gl_MAKEPATH): Likewise.
362         * modechange.m4 (gl_MODECHANGE): Likewise.
364 2005-04-18  Paul Eggert  <eggert@cs.ucla.edu>
366         * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
367         variable names.
368         * jm-macros.m4 (gl_MACROS): Use gl_ or coreutils_ rather than fetish_
369         for prefixes.
370         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
371         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
372         variable prefixes.
374 2005-04-11  Paul Eggert  <eggert@cs.ucla.edu>
376         Add bulletproofing for cases where stdin, stdout, or stderr are closed.
377         * fcntl-safer.m4: Remove.
378         * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
379         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
380         Invoke gl_PREREQ_FD_SAFER.
381         (gl_PREREQ_FD_SAFER): New macro.
382         * prereq.m4 (gl_PREREQ): Don't require gl_FCNTL_SAFER.
384 2005-04-08  Paul Eggert  <eggert@cs.ucla.edu>
386         * jm-macros.m4 (gl_MACROS): Check for siginterrupt.
387         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Likewise.
388         * jm-macros.m4 (gl_CHECK_ALL_TYPES): Do not require AC_TYPE_SIGNAL.
390 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
392         * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
393         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
394         Remove duplicate call to AC_LIBOBJ(readutmp).
395         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
397 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
399         * getcwd-path-max.m4: Return success on systems such as Cygwin
400         where no absolute path name can be longer than PATH_MAX.
402 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
404         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Add stat-macros.h
405         to AC_LIBSOURCES.
406         * file-type.m4 (gl_FILE_TYPE): Likewise.
407         * filemode.m4 (gl_FILEMODE): Likewise.
408         * makepath.m4 (gl_MAKEPATH): Likewise.
409         * xstrtol.m4 (gl_XSTRTOL): Add xstrtoul.c to AC_LIBSOURCES.
410         Add xstrtoul to AC_LIBOBJ.
412         * onceonly.m4: Remove.
413         * onceonly_2_57.m4: Add.
414         This change shrinks "configure" by over 300 kB.
416         Another change imported from gnulib.
417         * memcasecmp.m4 (gl_MEMCASECMP): Renamed from gl_FUNC_MEMCASECMP.
418         All uses changed.  Require AC_HEADER_STDC instead of invoking it.
419         Remove check for stddef.h, size_t, const, since we now assume
420         C89 or better.
422 2005-03-20  Paul Eggert  <eggert@cs.ucla.edu>
424         * gettext.m4, inttypes.m4, isc-posix.m4, lib-link.m4, nls.m4,
425         onceonly.m4, po.m4: Sync from gnulib.
427 2005-03-17  Jim Meyering  <jim@meyering.net>
429         * typeof.m4 (gl_TYPEOF): New file/macro.
430         * prereq.m4 (gl_PREREQ): Require gl_TYPEOF.
432 2005-03-10  Jim Meyering  <jim@meyering.net>
434         * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
436         * human.m4 (gl_HUMAN): Add intprops.h.
437         * inttostr.m4 (gl_INTTOSTR): Likewise
438         * sig2str.m4 (gl_FUNC_SIG2STR): Likewise.
439         * userspec.m4 (gl_USERSPEC): Likewise.
440         * utimecmp.m4 (gl_UTIMECMP): Likewise.
441         * xnanosleep.m4 (gl_XNANOSLEEP): Likewise.
443         * xstrtol.m4 (gl_XSTRTOL): Use AC_LIBSOURCES and AC_LIBOBJ
444         to list the required files.
446 2005-03-09  Jim Meyering  <jim@meyering.net>
448         * argmatch.m4, cycle-check.m4: New files.
449         * prereq.m4: Require their macros.
451 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
453         * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
454         to detect nanosleep bug.
456 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
458         * gettext.m4, inttypes-pri.m4, lib-link.m4, lib-prefix.m4, nls.m4,
459         po.m4, progtest.m4: Sync from gnulib.
461 2005-02-23  Jim Meyering  <jim@meyering.net>
463         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
464         Thanks to Bruno Haible for catching it.
466 2005-02-22  Jim Meyering  <jim@meyering.net>
468         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
470 2005-02-21  Paul Eggert  <eggert@cs.ucla.edu>
472         * xnanosleep.m4: New file.
473         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Require gl_CLOCK_TIME,
474         gl_USE_SYSTEM_EXTENSIONS.  Check whether CLOCK_MONOTONIC is
475         defined, and set LIB_GETHRXTIME accordingly.  This is needed
476         for newer GNU/Linux systems that have clock_gettime, so that they
477         link in the appropriate library for it when needed.
478         * prereq.m4 (gl_PREREQ): Require gl_XNANOSLEEP.
480 2005-02-20  Paul Eggert  <eggert@cs.ucla.edu>
482         * gethrxtime.m4: New file.
483         * gettime.m4 (gl_GETTIME): Check for nanotime.
484         * jm-macros.m4 (gl_MACROS): Don't check for gethrtime.
485         * prereq.m4 (gl_PREREQ): Require gl_GETHRXTIME.
487 2005-02-20  Jim Meyering  <jim@meyering.net>
489         * stripslash.m4: New file.
490         * linebuffer.m4: New file.
491         * prereq.m4 (gl_PREREQ): Require gl_STRIPSLASH and gl_LINEBUFFER.
493 2005-02-11  Jim Meyering  <jim@meyering.net>
495         * inttostr.m4 (gl_INTTOSTR): Use AC_LIBSOURCES to list the
496         required source files.
498 2005-02-09  Jim Meyering  <jim@meyering.net>
500         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Use AC_LIBSOURCES to list the
501         required source files.
503 2005-02-08  Jim Meyering  <jim@meyering.net>
505         * memcasecmp.m4 (gl_FUNC_MEMCASECMP): New file and macro.
506         * prereq.m4: Require gl_FUNC_MEMCASECMP.
508 2005-02-07  Jim Meyering  <jim@meyering.net>
510         * fts.m4 (gl_FUNC_FTS): New file and macro.
511         * prereq.m4: Require gl_FUNC_FTS.
513 2005-02-06  Jim Meyering  <jim@meyering.net>
515         * memrchr.m4 (gl_FUNC_MEMRCHR): Check for declaration of memrchr.
517         * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Depend on gl_FUNC_MEMRCHR.
519 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
521         * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
523 2005-01-29  Jim Meyering  <jim@meyering.net>
525         Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files
526         so that automake automatically knows to distribute those files.
527         Use AC_LIBOBJ to ensure that automake automatically knows the
528         names of always-compiled source files.  Automake already knows
529         the names of conditionally compiled ones, e.g., due to preexisting
530         uses of AC_LIBOBJ and AC_REPLACE_FUNCS.
531         [This is a start.  Many still remain to be fixed...]
533         * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4:
534         * canonicalize.m4, cloexec.m4, closeout.m4, dirfd.m4, dirname.m4:
535         * exclude.m4, exitfail.m4, file-type.m4, filemode.m4, fpending.m4:
536         * fsusage.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4:
537         * gettime.m4, getugroups.m4, group-member.m4, hard-locale.m4:
538         * hash.m4, human.m4, idcache.m4, long-options.m4, makepath.m4:
539         * md5.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4:
540         * path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4:
541         * quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4:
542         * safe-write.m4, same.m4, savedir.m4, setenv.m4, settime.m4:
543         * sha1.m4, sig2str.m4, strdup.m4, strftime.m4, strndup.m4:
544         * strverscmp.m4, timespec.m4, unlocked-io.m4, userspec.m4:
545         * utimecmp.m4, utimens.m4, xalloc.m4, yesno.m4:
547 2005-01-27  Jim Meyering  <jim@meyering.net>
549         * hash-pjw.m4 (gl_HASH_PJW): New file/macro.
550         * basename.m4 (gl_BASENAME): New file/macro.
551         * prereq.m4: Require gl_HASH_PJW and gl_BASENAME.
553 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
555         Sync from gnulib.
556         * acl.m4, afs.m4, alloca.m4, assert.m4, atexit.m4,
557         backupfile.m4, bison.m4, c-strtod.m4, calloc.m4,
558         canon-host.m4, canonicalize.m4, clock_time.m4, cloexec.m4,
559         closeout.m4, d-ino.m4, d-type.m4, dirfd.m4, dirname.m4,
560         dos.m4, dup2.m4, error.m4, euidaccess.m4, exclude.m4,
561         exitfail.m4, extensions.m4, fcntl-safer.m4, file-type.m4,
562         fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4, free.m4,
563         fstypename.m4, fsusage.m4, ftruncate.m4, getcwd-path-max.m4,
564         getcwd.m4, getdate.m4, getgroups.m4, gethostname.m4,
565         getline.m4, getndelim2.m4, getopt.m4, getpagesize.m4,
566         getpass.m4, gettime.m4, gettimeofday.m4, getugroups.m4,
567         getusershell.m4, group-member.m4, hard-locale.m4, hash.m4,
568         host-os.m4, human.m4, idcache.m4, inttostr.m4, jm-winsz1.m4,
569         jm-winsz2.m4, link-follow.m4, long-options.m4, ls-mntd-fs.m4,
570         lstat.m4, makepath.m4, md5.m4, memchr.m4, memcmp.m4,
571         memcoll.m4, memcpy.m4, memmove.m4, memrchr.m4, memset.m4,
572         mkdir-slash.m4, mkstemp.m4, mktime.m4, modechange.m4,
573         mountlist.m4, nanosleep.m4, obstack.m4, path-concat.m4,
574         pathmax.m4, perl.m4, physmem.m4, posixtm.m4, posixver.m4,
575         putenv.m4, quote.m4, quotearg.m4, readdir.m4, readtokens.m4,
576         readutmp.m4, regex.m4, rename.m4, restrict.m4, rmdir-errno.m4,
577         rmdir.m4, rpmatch.m4, same.m4, savedir.m4, settime.m4,
578         sha1.m4, sig2str.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
579         stdio-safer.m4, strdup.m4, strftime.m4, strndup.m4,
580         strnlen.m4, strtod.m4, strtoimax.m4, strtol.m4, strtoll.m4,
581         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4,
582         timespec.m4, tm_gmtoff.m4, tzset.m4, uint32_t.m4,
583         uintptr_t.m4, unistd-safer.m4, unlink-busy.m4, unlocked-io.m4,
584         uptime.m4, userspec.m4, utimbuf.m4, utime.m4, utimecmp.m4,
585         utimens.m4, utimes-null.m4, xalloc.m4, xgetcwd.m4,
586         xreadlink.m4, xstrtod.m4, xstrtoimax.m4, xstrtol.m4,
587         xstrtoumax.m4, yesno.m4:
588         Use an all-permissive copyright notice, recommended by RMS.
590 2005-01-21  Bruno Haible  <bruno@clisp.org>
592         Sync from gnulib.
593         * allocsa.m4, chdir-long.m4, chown.m4, codeset.m4, eealloc.m4,
594         eoverflow.m4, glibc21.m4, iconv.m4, intmax_t.m4, inttypes_h.m4,
595         lchown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4, longdouble.m4,
596         longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mempcpy.m4,
597         openat.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4,
598         signed.m4, ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4,
599         strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, uintmax_t.m4,
600         ullong_max.m4, ulonglong.m4, unicodeio.m4, utimes.m4,
601         vasnprintf.m4, vasprintf.m4, wchar_t.m4, wint_t.m4:
602         Use an all-permissive copyright notice, recommended by RMS.
604 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
606         * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
608 2005-01-14  Jim Meyering  <jim@meyering.net>
610         * utimes.m4: Work around tests/touch/empty-file failure on a system
611         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
612         NULL-means-set-to-current-time semantics.
613         Remove temporary file immediately, rather than waiting
614         for configure's at-exit trap code to do it.
616 2005-01-04  Jim Meyering  <jim@meyering.net>
618         * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
619         is sane and DOES follow symlinks.  Besides, testing 20 different
620         systems found no broken chown implementations.
621         Prompted by a change in rsync's copy of this macro.
623 2005-01-03  Paul Eggert  <eggert@cs.ucla.edu>
625         * ullong_max.m4: New file.
626         * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
628 2005-01-03  Jim Meyering  <jim@meyering.net>
630         * mkstemp.m4 (gl_FUNC_MKSTEMP): Don't `cd' into the temporary
631         subdirectory.  That would make the subsequent AC_TRY_RUN macro fail,
632         for lack of the ./confdefs.h file.  Instead, use the temporary
633         directory name as a prefix on the template string.
634         Include <unistd.h> for the declaration of close.
635         Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix.
637 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
639         * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
641 2004-12-21  Jim Meyering  <jim@meyering.net>
643         * mkstemp.m4 (gl_FUNC_MKSTEMP): Remove temporary directory right
644         away, rather than waiting for configure's at-exit trap code to do it.
645         Suggestion from Stepan Kasal.
647 2004-12-20  Jim Meyering  <jim@meyering.net>
649         * mkstemp.m4: Do the `cd' in a subshell.
651         * mkstemp.m4: Rather than using "conftestXXXXXX" as the mkstemp
652         template, use a temporary directory and an 8.3-friendly template
653         to avoid trouble on systems like DJGPP.
654         Reported by Juan M. Guerrero via Stepan Kasal.
656 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
658         * c-strtod.m4 (gl_C99_STRTOLD): New macro.
659         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
661 2004-12-10  Jim Meyering  <jim@meyering.net>
663         * chdir-long.m4 (gl_FUNC_CHDIR_LONG: Arrange to compile chdir-long.c
664         only on systems that define PATH_MAX.
666 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
668         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
669         spurious "-l"s.  Problem reported by Stepan Kasal.
671 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
673         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
674         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
676 2004-12-06  Jim Meyering  <jim@meyering.net>
678         * save-cwd.m4 (gl_SAVE_CWD): Use AC_LIBSOURCES.
679         Use AC_LIBOBJ(save-cwd).
680         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Use AC_LIBSOURCES.
681         Use AC_LIBOBJ(chdir-long).
682         * mempcpy.m4 (gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.
683         * lchown.m4 (gl_FUNC_LCHOWN): Likewise.
684         * openat.m4 (gl_FUNC_OPENAT): Likewise.
685         (gl_PREREQ_GETCWD): Use AC_REQUIRE.
687 2004-12-02  Paul Eggert  <eggert@cs.ucla.edu>
689         * openat.m4: Add copyright notice.
690         (gl_FUNC_OPENAT): Require gl_USE_SYSTEM_EXTENSIONS, since Solaris
691         requires __EXTENSIONS__ to be defined when compiling pedantically,
692         if you want AT_FDCWD.
694 2004-12-01  Paul Eggert  <eggert@cs.ucla.edu>
696         * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
697         exist.
698         * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
699         * jm-macros.m4 (gl_MACROS): Assume localeconv exists.
701 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
703         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
704         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
706         * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
708 2004-11-30  Jim Meyering  <jim@meyering.net>
710         * chdir-long.m4: Rename from chdir.m4.
711         * jm-macros.m4 (gl_MACROS): Reflect renaming.
713 2004-11-28  Jim Meyering  <jim@meyering.net>
715         * chdir.m4: New file.
716         * openat.m4: New file.
717         * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR.
719 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
721         * mempcpy.m4: New file, taken from gnulib.
722         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
723         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
724         Use the _ONCE methods, for efficiency.
725         Check for fcntl.h.  In test program, include <errno.h>
726         and <fcntl.h> if available.  Remove old K&R cruft from
727         test program.  Check for common errors in GNU/Linux,
728         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
729         don't do AC_LIBOBJ, as that's getcwd.m4's job.
730         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
731         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
732         name accordingly.
733         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
734         accommodate new getcwd.c.
735         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
736         * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
737         * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
738         that's all we need now.
740 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
742         * utimens.m4 (gl_UTIMENS): Check for futimes function.
744 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
746         * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
747         order not to spoil the result of an eventual previous invocation
748         of gl_GETOPT_SUBSTITUTE.
750 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
752         * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
753         that mishandle size_t overflow.
755 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
757         * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
759 2004-11-13  Jim Meyering  <jim@meyering.net>
761         * jm-macros.m4: Do require gl_FUNC_FPENDING.
762         * fpending.m4: Restore file.
764 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
766         * getopt.m4: Sync from gnulib.
768 2004-11-06  Jim Meyering  <jim@meyering.net>
770         * jm-macros.m4: Don't require gl_FUNC_FPENDING.
771         * fpending.m4: Remove file.
773 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
775         * setenv.m4: New file, from gnulib.
776         * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
777         * uint32_t.m4: Sync from gnulib.
779 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
781         * getpass.m4: Sync from gnulib.
783 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
785         * getpagesize.m4: Sync from gnulib.
787 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
789         * jm-macros.m4 (gl_MACROS): Check for mbrlen, for pathchk.
790         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
792         Sync from gnulib.
793         * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
794         implementation of getopt_long.
796 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
798         Sync from gnulib.
800         * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
802         * unlocked-io.m4: Add copyright notice.
803         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
805 2004-10-03  Paul Eggert  <eggert@cs.ucla.edu>
807         Sync from gnulib.
808         * mbswidth.m4: Add copyright notice.
809         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
810         * eoverflow.m4: New file.
812 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
814         * getopt.m4: Sync from gnulib.
816 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
818         * obstack.m4 (gl_PREREQ_OBSTACK): Require
819         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
821         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
823 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
825         * sha1.m4: Renamed from sha.m4.
826         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
828 2004-08-08  Simon Josefsson  <jas@extundo.com>
830         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
831         Check getpass declaration.
833 2004-08-07  Paul Eggert  <eggert@cs.ucla.edu>
835         * canonicalize.m4, getcwd-path-max.m4, strdup.m4: Merge from gnulib.
837 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
839         Merge from gnulib.
841         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
842         for backward compatibility with older code.  We need our own
843         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
844         it under some other name, and our alloca.h will define it.
845         * backupfile.m4, calloc.m4, strtoimax.m4, strtoumax.m4:
846         Bump serial number only.
847         * dirfd.m4, intmax_t.m4, inttypes_h.m4, mbrtowc.m4, stdint_h.m4,
848         uintmax_t.m4: Finish renaming jm_ to gl_.
849         * dos.m4 (gl_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
850         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
851         * prereq.m4 (gl_PREREQ): Add gl_GETTIME, AC_FUNC_CALLOC.
852         * gettime.m4: New file.
853         * settime.m4: Require gl_TIMESPEC; check for settimeofday, stime.
854         * unlocked-io.m4: Remove -*- autoconf -*-.
855         * xalloc.m4: No longer require AC_FUNC_CALLOC, AC_FUNC_MALLOC,
856         AC_FUNC_REALLOC.
858 2004-08-04  Paul Eggert  <eggert@cs.ucla.edu>
860         OpenBSD porting fixes.
861         * boottime.m4: Add copyright notice.
862         (GNULIB_BOOT_TIME): Include sys/param.h before testing
863         for sys/sysctl.h.
864         * fsusage.m4: Add copyright notice.
865         (gl_FSUSAGE): Include sys/param.h before checking for sys/mount.h.
866         * jm-macros.m4: Include copyright notice.
867         (gl_MACROS): Use the _ONCE variants when appropriate.
868         Include sys/param.h before testing for sys/sysctl.h and sys/mount.h.
869         * ls-mntd-fs.m4: Include copyright notice.
870         (gl_LIST_MOUNTED_FILE_SYSTEMS): Include sys/param.h before
871         testing for sys/mount.h.
872         * stat-prog.m4: Include copyright notice.
873         (cu_PREREQ_STAT_PROG): Use the _ONCE variants when appropriate.
874         Include sys/param.h before testing for sys/mount.h.
876 2004-08-01  Paul Eggert  <eggert@cs.ucla.edu>
878         * jm-macros.m4 (gl_CHECK_ALL_TYPES):
879         Require gl_AC_TYPE_UINTPTR_T instead of using AC_CHECK_TYPE
880         on uintptr_t.  Require gl_AC_TYPE_UINT32_T.
881         * md5.m4 (gl_MD5): Require gl_AC_TYPE_UINT32_T.
882         * uint32_t.m4, uintptr_t.m4: New files.
884 2004-07-28  Paul Eggert  <eggert@cs.ucla.edu>
886         * md5.m4 (gl_MD5): Do not require AC_C_INLINE, since it doesn't
887         use inline any more.  Require AC_C_BIGENDIAN, though.
888         * sha.m4 (gl_SHA): Require AC_C_BIGENDIAN.
890 2004-07-27  Paul Eggert  <eggert@cs.ucla.edu>
892         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't bother checking for
893         unistd.h, as autoconf does this for us.  Check for libgen.h.
894         Also look for eaccess within -lgen, which is where it is in
895         Solaris.  Set LIB_EACCESS accordingly.
897         * backupfile.m4 (gl_BACKUPFILE): AC_REQUIRE
898         gl_CHECK_TYPE_STRUCT_DIRENT_D_INO instead of invoking it directly.
899         Do not require AC_FUNC_CLOSEDIR_VOID.
901 2004-07-25  Paul Eggert  <eggert@cs.ucla.edu>
903         * jm-macros.m4 (gl_MACROS): Remove test for setreuid and setregid,
904         as test.c no longer uses them directly.
906         * euidaccess.m4 (gl_FUNC_NONREENTRANT_EUIDACCESS): New macro.
907         (gl_FUNC_EUIDACCESS): Use AC_CHECK_DECLS_ONCE, not AC_CHECK_DECLS.
908         (gl_PREREQ_EUIDACCESS): Check for eaccess and setregid decls.
909         Require AC_HEADER_STAT.
911         * prereq.m4 (gl_PREREQ): Invoke gl_FUNC_NONREENTRANT_EUIDACCESS,
912         not gl_FUNC_EUIDACCESS.
914 2004-07-23  Paul Eggert  <eggert@cs.ucla.edu>
916         * prereq.m4 (gl_PREREQ): Add gl_FCNTL_SAFER.
917         * fcntl-safer.m4: New file.
919 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
921         * c-strtod.m4 (gl_C_STRTOD): Add gl_USE_SYSTEM_EXTENSIONS.
923 2004-07-11  Paul Eggert  <eggert@cs.ucla.edu>
925         * c-strtod.m4: New file.
926         * prereq.m4 (gl_PREREQ): Add gl_C_STRTOLD.
928 2004-04-03  Dmitry V. Levin  <ldv@altlinux.org>
930         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
931         Do not add canonicalize.c here.
933 2004-07-02  Paul Eggert  <eggert@cs.ucla.edu>
935         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
936         prerequisite modules now handle the DOS stuff.
937         Don't check for unistd.h.
939 2004-06-30  Paul Eggert  <eggert@cs.ucla.edu>
941         * dos.m4 (gl_AC_DOS): Define FILE_SYSTEM_PREFIX_LEN, not
942         FILESYSTEM_PREFIX_LEN.  Generate
943         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX, not
944         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.  Generate
945         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR, not
946         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
947         * ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Renamed from
948         gl_LIST_MOUNTED_FILESYSTEMS.  All uses changed.
950 2004-06-25  Jim Meyering  <jim@meyering.net>
952         * afs.m4 (gl_AFS): Use AC_ARG_WITH instead of ancient, hard-coded
953         AC_MSG_CHECKING/AC_MSG_RESULT etc.  From Tim Waugh.
955 2004-06-15  Paul Eggert  <eggert@cs.ucla.edu>
957         * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd
958         was being replaced when it shouldn't have been, and vice versa.
960 2004-06-09  Jim Meyering  <jim@meyering.net>
962         * calloc.m4 (AC_FUNC_CALLOC): Remove use of AN_FUNCTION.
964 2004-06-07  Jim Meyering  <jim@meyering.net>
966         * jm-macros.m4 (gl_MACROS): Check for the directio function.
968 2004-06-01  Jim Meyering  <jim@meyering.net>
970         * stdbool.m4: Update from gnulib.
972 2004-05-29  Jim Meyering  <jim@meyering.net>
974         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_FUNC_CALLOC.
975         * calloc.m4 (AC_FUNC_CALLOC, _AC_FUNC_CALLOC_IF): New file/macros.
977 2004-05-21  Jim Meyering  <jim@meyering.net>
979         * free.m4: Update from gnulib (fix reversed test).
981 2004-05-03  Jim Meyering  <jim@meyering.net>
983         Temporary work-around for the problem reported here:
984         http://sources.redhat.com/ml/bug-automake/2004/msg00339.html
986         * gettext.m4 (AM_GNU_GETTEXT): Don't require AM_INTL_SUBDIR.
987         (AM_INTL_SUBDIR): Comment out definition.
989 2004-05-01  Jim Meyering  <jim@meyering.net>
991         * jm-mktime.m4: Remove file.  This is now part of mktime.m4.
992         * glibc.m4, c-stack.m4, xsize.m4, size_max.m4: Remove unused files.
993         * printf-posix.m4, lcmessage.m4: Likewise.
994         * gettextext.m4, intdiv0.m4, intmax.m4: Likewise.
996         * jm-macros.m4 (gl_MACROS): Move fchown-checking code to chown.m4.
997         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
998         See if we need an fchown replacement.
999         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
1000         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
1001         and use the replacement function if we detect either defect.
1003 2004-04-22  Paul Eggert  <eggert@twinsun.com>
1005         * jm-macros.m4 (gl_MACROS): Check for tcgetpgrp.
1007 2004-04-23  Jim Meyering  <jim@meyering.net>
1009         * jm-macros.m4: Don't check for values.h; it's no longer used.
1011 2004-04-20  Jim Meyering  <jim@meyering.net>
1013         Change UTILS_ to gl_ in AC_DEFINE'd names.
1014         Change utils_- and jm_-prefixed variables, too.
1015         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
1016         UTILS_FUNC_MKDIR_TRAILING_SLASH.
1017         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
1018         * host-os.m4 (gl_HOST_OS): Renamed from UTILS_HOST_OS.
1020         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
1021         Don't emit trailing blanks.
1022         Also rename jm_-prefixed variables to have gl_ prefix.
1024         * jm-macros.m4: Reflect the renamings.
1025         * prereq.m4: Likewise.
1027 2004-04-19  Jim Meyering  <jim@meyering.net>
1029         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
1030         now that readutmp.c may call `free (0)'.
1032 2004-04-14  Jim Meyering  <jim@meyering.net>
1034         * Makefile.am: Remove file.  With automake-1.8.3, it's no longer needed.
1035         * Makefile.am.in: Likewise.
1036         * Makefile.in: Likewise.
1038         * stat-prog.m4 (cu_PREREQ_STAT_PROG): Don't use AC_CHECK_HEADERS to
1039         check for inttypes.h.  Instead, require gt_HEADER_INTTYPES_H.
1041         * jm-macros.m4: Require cu_PREREQ_STAT_PROG.
1043         * prereq.m4: Move prerequisite function for src/stat.c to ...
1044         * stat-prog.m4 (cu_PREREQ_STAT_PROG): New file.  Contents from prereq.m4.
1046 2004-04-13  Jim Meyering  <jim@meyering.net>
1048         Change `jm_' in AC_DEFINE'd names to `gl_'.  Update all uses.
1050         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
1051         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4:
1052         * dos.m4, error.m4, fpending.m4, fstypename.m4, fsusage.m4:
1053         * ftruncate.m4, getdate.m4, getgroups.m4, gettext.m4, glibc21.m4:
1054         * group-member.m4, human.m4, intmax.m4, intmax_t.m4, inttostr.m4:
1055         * inttypes_h.m4, jm-macros.m4, jm-mktime.m4, jm-winsz1.m4:
1056         * jm-winsz2.m4, lchown.m4, lib-check.m4, link-follow.m4, longlong.m4:
1057         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
1058         * memchr.m4, memcmp.m4, mkstemp.m4, mountlist.m4, nanosleep.m4:
1059         * path-concat.m4, perl.m4, prereq.m4, putenv.m4, quotearg.m4:
1060         * regex.m4, stat.m4, stdint_h.m4, strftime.m4, strtoimax.m4:
1061         * strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4, uintmax_t.m4:
1062         * ulonglong.m4, unlink-busy.m4, unlocked-io.m4, uptime.m4, utimbuf.m4:
1063         * utime.m4, utimens.m4, utimes-null.m4, vasnprintf.m4, xstrtoimax.m4:
1064         * xstrtol.m4, xstrtoumax.m4: Change jm_ to gl_ in AC_DEFINE'd names.
1066 2004-03-27  Paul Eggert  <eggert@twinsun.com>
1068         * utimecmp.m4: New file.
1069         * prereq.m4 (jm_PREREQ): Require gl_UTIMECMP.
1071 2004-04-07  Paul Eggert  <eggert@twinsun.com>
1073         * jm-macros.m4 (jm_MACROS): Check for fdatasync within
1074         -lrt and -lposix4, so that it can be used in Solaris 2.5.1 and later.
1076 2004-03-30  Paul Eggert  <eggert@twinsun.com>
1078         * c-stack.m4, getline.m4, getndelim2.m4, mbswidth.m4, po.m4,
1079         strdup.m4, xsize.m4: Sync from gnulib.
1081         * allocsa.m4, cloexec.m4, eealloc.m4, inttostr.m4, mbstate_t.m4:
1082         New files, from gnulib.
1084         * prereq.m4 (jm_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR.
1086 2004-03-31  Jim Meyering  <jim@meyering.net>
1088         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
1089         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
1090         * xalloc.m4: Likewise.
1092         * realloc.m4: Remove file, since now it does no more than
1093         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
1094         the `configure.ac' section of module/realloc.
1095         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
1097 2004-02-29  Paul Eggert  <eggert@twinsun.com>
1099         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
1100         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
1101         Require AM_STDBOOL_H and gl_TIMESPEC instead.
1102         Require gl_CLOCK_TIME.
1104 2004-03-07  Paul Eggert  <eggert@twinsun.com>
1106         * Makefile.am.in (Makefile.am):
1107         Don't use $<, as it doesn't work with Solaris make.
1109 2004-01-29  Jim Meyering  <jim@meyering.net>
1111         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
1112         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
1113         on some systems one must include <grp.h> before it.
1114         Reported by Christian Krackowizer.
1116 2004-01-16  Jim Meyering  <jim@meyering.net>
1118         * onceonly.m4: Sync with version from gettext-0.13.1.
1120 2003-10-08  Paul Eggert  <eggert@twinsun.com>
1122         Merge from gnulib.
1124         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
1126 2003-08-26  Bruno Haible  <bruno@clisp.org>
1128         Merge from gnulib.
1130         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
1131         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
1132         followed by '#define fnmatch fnmatch_posix' gives an error.
1134 2004-01-14  Paul Eggert  <eggert@twinsun.com>
1136         * posixv.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
1138 2004-01-13  Jim Meyering  <jim@meyering.net>
1140         * gettext.m4, lib-ld.m4, lib-prefix.m4, nls.m4, po.m4:
1141         Update from gettext-0.13.1.
1142         * intmax.m4, isc-posix.m4, printf-posix.m4, size_max.m4, xsize.m4:
1143         New files.  From gettext-0.13.1.
1145 2004-01-11  Paul Eggert  <eggert@twinsun.com>
1147         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): Move
1148         the documentation from 'configure' into 'config.hin',
1149         so that 'configure --help' isn't burdened by it and
1150         we don't have to worry about its formatting there.
1151         Reword the documentation so that it's more succinct
1152         and can be run together into a single paragraph.
1154 2004-01-12  Jim Meyering  <jim@meyering.net>
1156         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
1158 2003-12-20  Jim Meyering  <jim@meyering.net>
1160         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
1162         * open-max.m4 (UTILS_SYS_OPEN_MAX): Remove file.  No longer used.
1164         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
1165         value, $ac_cv_search_crypt, if it's "none required".
1167 2003-12-19  Jim Meyering  <jim@meyering.net>
1169         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
1170         if no library is required.
1172 2003-12-18  Jim Meyering  <jim@meyering.net>
1174         * search-libs.m4 (AC_SEARCH_LIBS): Remove file/macro, now that
1175         this replacement is no longer needed.  Besides, this macro has
1176         no effect with autoconf-2.58, since `undefine' in package-supplied
1177         .m4 files is no longer honored.  Reported by Andreas Schwab.
1179         Remove now-unnecessary (and unused) files.  They also used `undefine'.
1180         * isc-posix.m4 (AC_ISC_POSIX): Remove file.
1181         * getloadavg.m4 (gl_FUNC_GETLOADAVG): Remove file.
1182         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
1183         not gl_FUNC_GETLOADAVG.
1185 2003-11-08  Jim Meyering  <jim@meyering.net>
1187         * inttypes.m4: Sync from gnulib (this file was previously empty,
1188         to work around some sort of problem).
1190 2003-11-08  Alexandre Duret-Lutz  <adl@gnu.org>
1192         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
1193         value, $ac_cv_search_nanosleep, if it's "none required".
1195 2003-11-05  Paul Eggert  <eggert@twinsun.com>
1197         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
1199 2003-11-05  Jim Meyering  <jim@meyering.net>
1201         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
1202         * free.m4: New file, from gnulib.
1204         * exitfail.m4, host-os.m4, strndup.m4: Update from gnulib.
1206         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
1207         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
1209 2003-10-13  Paul Eggert  <eggert@twinsun.com>
1211         * xalloc.m4: Import latest version from gnulib.
1213 2003-10-06  Jim Meyering  <jim@meyering.net>
1215         * ftw.m4: Remove now-unused file.
1217 2003-10-05  Jim Meyering  <jim@meyering.net>
1219         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
1221 2003-09-17  Paul Eggert  <eggert@twinsun.com>
1223         Update from gnulib.
1224         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
1225         to avoid spurious warnings like "AC_RUN_IFELSE was called before
1226         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
1228 2003-09-12  Paul Eggert  <eggert@twinsun.com>
1230         More patches to assume C89 or better.
1232         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
1233         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
1234         * userspec.m4 (gl_USERSPEC): Likewise.
1235         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
1236         * xstrtod.m4 (gl_XSTRTOD): Likewise.
1237         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
1238         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
1239         memcpy, memset.
1240         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
1241         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
1242         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
1243         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
1244         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
1245         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
1246         strtoul.
1248 2003-09-12  Paul Eggert  <eggert@twinsun.com>
1250         * error.m4 (gl_ERROR): Don't check for vprintf.
1251         Require AC_FUNC_STRERROR_R rather than invoking it.
1253 2003-09-12  Paul Eggert  <eggert@twinsun.com>
1255         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
1256         unconditionally.
1257         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
1258         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
1259         Include <string.h>, <stdlib.h> unconditionally.
1260         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
1261         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
1262         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
1263         or for string.h.
1264         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlb.h
1265         or strtoul.
1266         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
1267         and AC_MINIX, too, so that their extensions are available.
1269         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
1270         This macro has been superseded by gl_BACKUPFILE.
1272 2003-09-12  Jim Meyering  <jim@meyering.net>
1274         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
1275         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
1276         * readtokens.m4: New file, from gnulib
1277         * md5.m4: Likewise.
1278         * makepath.m4: Likewise.
1279         * long-options.m4: Likewise.
1280         * idcache.m4: Likewise.
1281         * getugroups.m4: Likewise.
1283 2003-09-11  Paul Eggert  <eggert@twinsun.com>
1285         More patches to assume C89 or better.
1286         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
1287         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
1288         string.h, memchr, STDC_HEADERS.
1290 2003-09-10  Bruno Haible  <bruno@clisp.org>
1292         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
1293         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
1294         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
1295         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
1296         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
1297         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
1299 2003-09-09  Paul Eggert  <eggert@twinsun.com>
1301         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
1302         * getopt.m4 (gl_GETOPT): Don't check for string.h.
1303         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
1304         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
1305         headers.
1306         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
1307         string.h.
1308         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
1309         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
1310         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
1311         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
1312         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
1313         * memcoll.m4 (gl_MEMCOLL): Likewise.
1314         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
1315         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
1316         string.h, free.
1317         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
1318         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
1319         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
1320         C headers, or for string.h.
1321         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
1322         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
1323         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
1324         headers, memory.h, stdlib.h, string.h, strings.h.
1325         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
1326         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
1327         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
1328         strchr.
1329         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
1330         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
1331         free.
1332         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
1333         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
1334         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
1335         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
1337 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
1339         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
1340         C89 spec.
1342 2003-09-08  Paul Eggert  <eggert@twinsun.com>
1344         Assume C89 or better; remove K&R cruft.
1345         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
1346         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
1347         string.h, getenv, malloc.
1348         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
1349         headers.
1350         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
1351         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
1352         do not check for strerror.
1353         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
1354         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
1355         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
1356         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
1358 2003-08-27  Jim Meyering  <jim@meyering.net>
1360         * mkstemp.m4: Require that the system mkstemp be able to create
1361         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
1362         would fail after 32.  Reported by Danny Levinson.  Details here:
1363         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
1365 2003-08-19  Jim Meyering  <jim@meyering.net>
1367         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
1368         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
1370 2003-08-18  Paul Eggert <eggert@twinsun.com>
1372         * same.m4 (gl_SAME): Do not check for stdlib.h or string.h or free.
1373         Check for pathconf.
1375 2003-08-18  Jim Meyering  <jim@meyering.net>
1377         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
1378         * lib-ld.m4: Likewise.
1379         * po.m4: Likewise.
1381 2003-08-18  Paul Eggert  <eggert@twinsun.com>
1382         and Jim Meyering  <jim@meyering.net>
1384         It turns out that we need AM_NLS and AM_PO_SUBDIRS after all;
1385         otherwise po/POTFILES and po/Makefile aren't built by 'configure'.
1386         I'm not sure why I didn't catch this earlier; most likely some
1387         leftover build files.  Sorry about that.
1388         * gettextext.m4 (AM_NLS, AM_PO_SUBDIRS): Remove definitions.
1389         * nls.m4, po.m4: New files, taken from gnulib / gettext.
1391 2003-08-16  Paul Eggert  <eggert@twinsun.com>
1393         Sync with gnulib.
1395         * gettextext.m4: New file.
1397         * atexit.m4, backupfile.m4, canon-host.m4, clock_time.m4,
1398         closeout.m4, dirname.m4, dup2.m4, euidaccess.m4, exclude.m4,
1399         exitfail.m4, file-type.m4, fileblocks.m4, filemode.m4, getdate.m4,
1400         gethostname.m4, getloadavg.m4, getopt.m4, getpagesize.m4,
1401         getpass.m4, getusershell.m4, hard-locale.m4, hash.m4, malloc.m4,
1402         memchr.m4, memcpy.m4, memmove.m4, memrchr.m4, memset.m4,
1403         modechange.m4, mountlist.m4, obstack.m4, path-concat.m4,
1404         pathmax.m4, physmem.m4, posixtm.m4, posixver.m4, quote.m4,
1405         quotearg.m4, readlink.m4, readutmp.m4, realloc.m4, rmdir.m4,
1406         rpmatch.m4, safe-read.m4, safe-write.m4, same.m4, save-cwd.m4,
1407         savedir.m4, settime.m4, sha.m4, sig2str.m4, stdio-safer.m4,
1408         stpcpy.m4, strcase.m4, strcspn.m4, strdup.m4, strndup.m4,
1409         strnlen.m4, strpbrk.m4, strstr.m4, strtod.m4, strtoimax.m4,
1410         strtol.m4, strtoll.m4, strtoul.m4, strtoull.m4, strtoumax.m4,
1411         strverscmp.m4, ulonglong.m4, unicodeio.m4, unistd-safer.m4,
1412         userspec.m4, xalloc.m4, xgetcwd.m4, xreadlink.m4, xstrtod.m4,
1413         xstrtol.m4, yesno.m4: New files, from gnulib.
1415         * acl.m4, check-decl.m4, chown.m4, c-stack.m4, d-ino.m4,
1416         d-type.m4, fileblocks.m4, fsusage.m4, ftruncate.m4, getcwd.m4,
1417         getgroups.m4, getline.m4, getndelim2.m4, gettext.m4,
1418         gettimeofday.m4, group-member.m4, host-os.m4, iconv.m4,
1419         intmax_t.m4, inttypes-pri.m4, jm-macros.m4, lchown.m4, lib-ld.m4,
1420         lib-link.m4, lib-prefix.m4, longdouble.m4, longlong.m4,
1421         ls-mntd-fs.m4, lstat.m4, mbrtowc.m4, mbswidth.m4, memcmp.m4,
1422         mkdir-slash.m4, mkstemp.m4, nanosleep.m4, onceonly.m4, prereq.m4,
1423         progtest.m4, putenv.m4, readdir.m4, rename.m4, stat.m4, tzset.m4,
1424         utimbuf.m4, utime.m4, vasnprintf.m4, xstrtoimax.m4, xstrtoumax.m4:
1425         Sync with gnulib.
1427 2003-08-15  Jim Meyering  <jim@meyering.net>
1429         * utimes.m4 (gl_FUNC_UTIMES): Use `conftest.utimes' as the test
1430         file name, not `x'.  The former will be removed automatically.
1432 2003-08-13  Jim Meyering  <jim@meyering.net>
1434         * README: Remove file.
1435         * Makefile.am.in: Simplify.
1436         (Makefile.am): Remove README.
1438 2003-08-10  Jim Meyering  <jim@meyering.net>
1440         * utimes.m4 (gl_FUNC_UTIMES): New file.
1441         * utimens.m4: Require gl_FUNC_UTIMES.
1442         Don't check for utime or utimes.
1444         * utimes.m4: Removed.
1445         * utimes-null.m4: Renamed from utimes.m4.
1447 2003-08-06  Paul Eggert  <eggert@twinsun.com>
1449         * prereq.m4 (jm_PREREQ): Require gl_UTIMENS.
1450         * utimens.m4: New file.
1452 2003-08-08  Paul Eggert  <eggert@twinsun.com>
1454         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF):
1455         Solaris 2.5.1 needs -lw to get the wcslen function.
1457 2003-08-08  Paul Eggert  <eggert@twinsun.com>
1459         Use new gnulib 'extensions' module.
1460         * extensions.m4, unlocked-io.m4: New files, from gnulib.
1461         * gnu-source.m4, jm-glibc-io.m4: Remove.
1462         * timespec.m4: Merge from gnulib.
1464 2003-08-08  Paul Eggert  <eggert@twinsun.com>
1466         * jm-macros.m4 (jm_MACROS): Replace jm_INCLUDED_REGEX([lib/regex.c])
1467         with gl_REGEX.
1468         Replace jm_FUNC_MKTIME with gl_FUNC_MKTIME.
1469         Remove redundant AC_FUNC_FNMATCH_GNU, jm_FUNC_MKTIME.
1470         Remove AC_FUNC_VPRINTF.
1471         Add gl_ERROR.
1473 2003-08-05  Paul Eggert  <eggert@twinsun.com>
1475         * jm-macros.m4 (jm_MACROS): Use gl_GETNDELIM2 rather than
1476         checking for getdelim.
1477         (jm_CHECK_ALL_TYPES): Use gt_TYPE_SSIZE_T for ssize_t rather
1478         than rolling our own.
1479         Merge getline from gnulib.
1480         * getline.m4: Merge from gnulib.
1481         * getndelim2.m4, ssize_t.m4: New files, from gnulib.
1483 2003-08-04  Paul Eggert  <eggert@twinsun.com>
1485         * regex.m4: Merge with gnulib.
1486         (gl_REGEX): New macro.
1487         (jm_INCLUDED_REGEX): Don't assume Latin-1 encoding of source code.
1488         * restrict.m4: Merge with gnulib.
1489         (gl_C_RESTRICT): Renamed from ACX_C_RESTRICT.  All uses changed.
1490         Rename cache vars to gl_cv_*.  Incorporate latest Autoconf CVS tricks.
1492 2003-08-05  Paul Eggert  <eggert@twinsun.com>
1494         * gnu-source.m4: New file, taken from gnulib, with support
1495         added for __EXTENSIONS__ a la Solaris.
1496         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Call gl_TIMESPEC rather
1497         than jm_CHECK_TYPE_STRUCT_TIMESPEC.
1498         * st_mtim.m4: Sync with gnulib (white space change only).
1499         * timespec.m4: Sync with gnulib, except also require
1500         AC_GNU_SOURCE.
1502 2003-08-05  Paul Eggert  <eggert@twinsun.com>
1504         * prereq.m4 (jm_PREREQ_PHYSMEM, jm_PREREQ_STAT): Ignore headers
1505         that are present but cannot be compiled.  This avoids spurious warnings
1506         on Solaris 9 sparc with Forte Developer 7 C 5.4.
1508 2003-08-04  Paul Eggert  <eggert@twinsun.com>
1510         Merge fnmatch module from gnulib.
1511         * fnmatch.m4: New file, from gnulib.
1512         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FNMATCH_GNU
1513         instead of AC_FUNC_ERROR_AT_LINE.
1515 2003-08-04  Paul Eggert  <eggert@twinsun.com>
1517         * error.m4: Sync from gnulib.
1519 2003-07-23  Jim Meyering  <jim@meyering.net>
1521         * lstat.m4, mkstemp.m4, regex.m4, stat.m4: Normalize naming of Sun
1522         operating systems in comments, e.g., SunOS4 -> SunOS 4,
1523         Solaris5.9 -> Solaris 9.  From Paul Eggert.
1525 2003-07-18  Paul Eggert  <eggert@twinsun.com>
1527         * jm-macros.m4 (jm_MACROS): Invoke gl_MEMCOLL.
1528         * memcoll.m4: New file, from gnulib.
1529         Based on a patch from Andreas Schwab.
1531 2003-07-14  Jim Meyering  <jim@meyering.net>
1533         * Makefile.am.in: Correct comment on first line.
1535 2003-07-12  Jim Meyering  <jim@meyering.net>
1537         * jm-macros.m4 (OPTIONAL_BIN_ZCRIPTS): Remove unused variable.
1539 2003-07-10  Jim Meyering  <jim@meyering.net>
1541         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_VASPRINTF and
1542         gl_FUNC_VASNPRINTF.
1544         * longdouble.m4, signed.m4, vasnprintf.m4, vasprintf.m4, wchar_t.m4:
1545         * wint_t.m4: New files, in support of new asprintf use.  From gnulib.
1547         * stdint_h.m4: New file.
1548         * inttypes_h.m4: New file.
1549         * uintmax_t.m4: New file.
1550         * intmax_t.m4: New file.
1551         * inttypes.m4: Remove file.  Use intmax_t.m4 and uintmax_t.m4
1552         from gnulib, instead.
1554 2003-06-09  Jim Meyering  <jim@meyering.net>
1556         * tzset.m4 (gl_FUNC_TZSET_CLOBBER): Also define gmtime.
1557         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Likewise.
1558         Suggestion from Paul Eggert.
1560 2003-06-08  Jim Meyering  <jim@meyering.net>
1562         * tzset.m4 (gl_FUNC_TZSET_CLOBBER): New file/macro.
1563         Used by strftime.m4.
1564         * strftime.m4 (_jm_STRFTIME_PREREQS): Require gl_FUNC_TZSET_CLOBBER.
1566 2003-06-07  Jim Meyering  <jim@meyering.net>
1568         * strftime.m4: Update from gnulib.
1569         * tm_gmtoff.m4: New file, used by strftime.m4.
1570         * mktime.m4: New file.  From gnulib.
1572 2003-06-06  Jim Meyering  <jim@meyering.net>
1574         * jm-macros.m4: Require gl_FUNC_ALLOCA.
1575         * alloca.m4: New file, from gnulib.
1577         * stdbool.m4: Update from gnulib.
1579 2003-06-04  Paul Eggert  <eggert@twinsun.com>
1581         Merge human.c etc. from gnulib.
1582         * human.m4: New file, from gnulib.
1583         * prereq.m4 (jm_PREREQ): Use gl_HUMAN, not jm_PREREQ_HUMAN.
1584         (jm_prereq_HUMAN): Remove.
1586 2003-06-02  Jim Meyering  <jim@meyering.net>
1588         * jm-macros.m4 (jm_MACROS): Require AM_STDBOOL_H.
1590 2003-05-26  Jim Meyering  <jim@meyering.net>
1592         * dirfd.m4 (UTILS_FUNC_DIRFD): Merge in change from gnulib,
1593         fixing an M4 quoting bug.
1595         * lib-ld.m4 (AC_LIB_PROG_LD_GNU): Use TAB-SP, not SP-TAB
1596         when setting IFS.
1597         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1599 2003-05-06  Jim Meyering  <jim@meyering.net>
1601         * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): Check for the
1602         declaration of getcwd *before* checking for the getcwd kernel bug.
1603         Otherwise, configure-time `checking ...' messages would be intermixed.
1605 2003-05-02  Jim Meyering  <jim@meyering.net>
1607         * readdir.m4 (GL_FUNC_READDIR): Revive dead file.  Change name to
1608         have GL_ (not jm_) prefix.  Adjust cache variables similarly.
1609         Create 500 rather than just 300 files, to exercise bug on
1610         Darwin6.5, too.
1611         * jm-macros.m4 (jm_MACROS): Require GL_FUNC_READDIR.
1613 2003-04-25  Jim Meyering  <jim@meyering.net>
1615         * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): If PATH_MAX
1616         is not defined, don't run the test, and don't use the wrapper.
1617         Otherwise, on the Hurd, it would take a long time to create
1618         and remove a hierarchy about 4000 levels deep.
1619         Based on a patch from Robert Millan.
1621 2003-04-22  Jim Meyering  <jim@meyering.net>
1623         Aesthetics.
1624         * gettext.m4: Change an occurrence of [ \t] to [\t ].
1626 2003-04-07  Jim Meyering  <jim@meyering.net>
1628         * prereq.m4 (jm_PREREQ_STAT): Add prerequisites and #includes
1629         for Ultrix 4.4.
1631 2003-04-02  Jim Meyering  <jim@meyering.net>
1633         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
1635 2003-03-19  Jim Meyering  <jim@meyering.net>
1637         * ftw.m4 (AC_FUNC_FTW): Require AC_HEADER_STAT.
1639 2003-03-17  Richard Dawe  <rich@phekda.freeserve.co.uk>
1641         * jm-macros.m4 (jm_MACROS): Include $(EXEEXT) in DF_PROG's program
1642         name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS.
1643         Arrange to compile the corresponding stub function if fchdir is missing.
1645 2003-03-18  Jim Meyering  <jim@meyering.net>
1647         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
1648         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
1649         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
1650         is inadequate on such systems: 1) detecting whether a file system
1651         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
1652         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
1653         merely /MOUNT_POINT.  Reported by Mike Jetzer.
1655 2003-03-17  Jim Meyering  <jim@meyering.net>
1657         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
1658         that is guaranteed to be `no'.  Use `no_such_member' to indicate
1659         that condition, rather than `-1' which is slightly misleading.
1660         Change the name of the cache variable to have the gl_ prefix.
1661         Prompted by a patch from Richard Dawe for DJGPP.
1663 2003-03-14  Jim Meyering  <jim@meyering.net>
1665         * prereq.m4 (jm_PREREQ): Also forbid the gl_[A-Z] prefix.
1666         Don't require jm_PREREQ_C_STACK.
1668 2003-03-13  Paul Eggert  <eggert@twinsun.com>
1670         [from gnulib]
1671         * onceonly.m4 (m4_quote): New macro.
1672         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
1673         Quote AC_FOREACH variable-expansions properly.
1675 2003-03-13  Jim Meyering  <jim@meyering.net>
1677         * jm-macros.m4 (jm_MACROS): Arrange to compile the corresponding stub
1678         function if any of the following is missing: fchown, lstat, readlink.
1679         From Richard Dawe.
1681 2003-03-07  Jim Meyering  <jim@meyering.net>
1683         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
1684         using the latest version from cvs.  This avoids problems with #line
1685         directives using a vendor (Sun) compiler.
1687         * jm-macros.m4: Don't require AC_SYS_MMAP_STACK.
1688         * mmap-stack.m4 (AC_SYS_MMAP_STACK): Remove file.
1690 2003-03-06  Jim Meyering  <jim@meyering.net>
1692         * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): Check for
1693         declaration of getcwd.
1695 2003-03-04  Jim Meyering  <jim@meyering.net>
1697         * getcwd-path-max.m4 (GL_FUNC_GETCWD_PATH_MAX): New macro.
1698         * jm-macros.m4: Require GL_FUNC_GETCWD_PATH_MAX.
1700         `df /some/mount-point' no longer hangs when an unrelated hard-mount
1701         is unavailable
1702         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
1703         /proc/mounts until it finds one with matching device number.  This is
1704         unnecessary when the FILE argument *is* a mount point.  No stat call
1705         is necessary in that case.  So, disable the statvfs-testing code on
1706         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
1707         as RedHat bug# 84846.
1709 2003-02-27  Jim Meyering  <jim@meyering.net>
1711         * prereq.m4 (jm_PREREQ_PHYSMEM): Also check for `table' function.
1712         Reported by Kaveh Ghazi.
1714         * prereq.m4 (gl_SYS__SYSTEM_CONFIGURATION): New function.
1715         (jm_PREREQ_PHYSMEM): Check for new headers and functions.
1716         Use gl_SYS__SYSTEM_CONFIGURATION.
1717         With suggestions from Kaveh Ghazi.
1719 2003-02-19  Jim Meyering  <jim@meyering.net>
1721         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
1722         to 1MB, so as not to render systems with no stack size limit (e.g.,
1723         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
1725 2003-02-17  Jim Meyering  <jim@meyering.net>
1727         * prereq.m4 (jm_PREREQ_PHYSMEM): Undo last change, since
1728         Kaveh Ghazi found a better way to get the required information.
1729         Add check for sys/sysmp.h.
1731 2003-02-15  Jim Meyering  <jim@meyering.net>
1733         * mmap-stack.m4: New file.
1735         * jm-macros.m4: Require AC_SYS_MMAP_STACK.
1737         Add Irix6 support to physmem.c.
1738         * prereq.m4 (jm_PREREQ_PHYSMEM): Also check for sys/sysget.h
1739         and sys/sysinfo.h.
1740         Also check for sysget.
1741         Reported by Kaveh Ghazi.
1743 2003-02-12  Jim Meyering  <jim@meyering.net>
1745         * restrict.m4 (ACX_C_RESTRICT): Remove #ifndef -- so now this
1746         macro also checks for support when using a C++ compiler.
1747         Also, remove the test for SGI's __restrict.
1748         Suggested by Steven G. Johnson.
1750         * regex.m4 (jm_PREREQ_REGEX): Require ACX_C_RESTRICT.
1752         * restrict.m4 (ACX_C_RESTRICT): Minor syntactic changes:
1753         Split long lines, use AC_COMPILE_IFELSE, indent, use `case'
1754         instead of nested `if's, remove unnecessary quotes.
1756         * restrict.m4 (ACX_C_RESTRICT): New macro.
1757         Copied directly from the URL in the comments.
1758         By Steven G. Johnson.
1760 2003-02-09  Jim Meyering  <jim@meyering.net>
1762         * check-decl.m4 (jm_CHECK_DECLS): Add euidaccess.
1764 2003-02-03  Jim Meyering  <jim@meyering.net>
1766         * c-stack.m4: Include <unistd.h>.  On some systems,
1767         it is required for the definition of _SC_PAGESIZE.
1769 2003-02-02  Jim Meyering  <jim@meyering.net>
1771         * onceonly.m4: New file.  From gnulib.
1773         * regex.m4 (jm_PREREQ_REGEX): New function, from gnulib.
1774         (jm_INCLUDED_REGEX): Use it.
1775         * prereq.m4 (jm_PREREQ_REGEX): Remove.
1777 2003-01-31  Jim Meyering  <jim@meyering.net>
1779         * open-max.m4 (UTILS_SYS_OPEN_MAX): New file/macro.
1780         * jm-macros.m4 (jm_MACROS): Require UTILS_SYS_OPEN_MAX.
1782 2003-01-29  Jim Meyering  <jim@meyering.net>
1784         * regex.m4: Detect broken re_search in e.g. glibc-2.2.93.
1786 2003-01-23  Jim Meyering  <jim@meyering.net>
1788         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
1789         from working on systems without dirfd (at least Irix and OSF1/Tru64).
1791         Merge in change by Bruno Haible from gnulib.
1792         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
1794 2003-01-16  Jim Meyering  <jim@meyering.net>
1796         * regex.m4: The `regex' struct is both input and output.
1797         Initialize it before each use.  Patch by Tim Waugh.
1799 2003-01-15  Jim Meyering  <jim@meyering.net>
1801         * jm-macros.m4: Require AC_FUNC_FTW.
1803 2003-01-12  Jim Meyering  <jim@meyering.net>
1805         * ftw.m4: New file.
1807 2003-01-11  Jim Meyering  <jim@meyering.net>
1809         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): New file and macro.
1810         * jm-macros.m4: Require AC_FUNC_CANONICALIZE_FILE_NAME.
1811         (jm_MACROS): No longer check for resolvepath or canonicalize_file_name.
1813 2002-12-15  Jim Meyering  <jim@meyering.net>
1815         * jm-glibc-io.m4n: Remove now-unused file.
1816         * Makefile.am.in (Makefile.am): Remove jm-glibc-io.m4
1817         and jm-glibc-io.m4n.
1819 2002-12-11  Jim Meyering  <jim@meyering.net>
1821         * jm-glibc-io.m4: Maintain this file manually rather than generating it.
1822         Generating it caused too much trouble.  From gnulib.
1824 2002-11-19  Jim Meyering  <jim@meyering.net>
1826         * jm-macros.m4: Require Autoconf-2.56.
1828 2002-09-30  Akim Demaille  <akim@epita.fr>
1830         * prereq.m4: Use AC_REQUIRE everywhere it is possible.
1831         (jm_PREREQ_CANON_HOST): Remove duplicates.
1833 2002-11-10  Jim Meyering  <jim@meyering.net>
1835         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(raise).
1837 2002-10-30  Paul Eggert  <eggert@twinsun.com>
1839         * getgroups.m4 (jm_FUNC_GETGROUPS):
1840         Fix typo: cv_func_getgroups_works -> ac_cv_func_getgroups_works.
1842 2002-10-07  Paul Eggert  <eggert@twinsun.com>
1844         * prereq.m4 (jm_PREREQ_HUMAN): Check for locale.h, localeconv,
1845         AC_HEADER_STDBOOL.  No need to check for limits.h since it's in
1846         freestanding C89.  No need to check for stdlib.h or string.h since
1847         autoconf does this now.
1849 2002-10-12  Paul Eggert  <eggert@twionsun.com>
1851         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Remove fenv.h.
1853 2002-09-29  Jim Meyering  <jim@meyering.net>
1855         * gettext.m4 (AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H.
1856         It's not necessary with autoconf-2.54.
1858 2002-09-28  Jim Meyering  <jim@meyering.net>
1860         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
1861         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
1862         * jm-macros.m4 (jm_MACROS): Don't set GETGROUPS_LIB here; now it's
1863         done via getgroups.m4's wrapper function.
1865         * strerror_r.m4: Remove file -- now it's part of autoconf-2.54.
1866         Reported by Akim Demaille.
1868 2002-09-25  Jim Meyering  <jim@meyering.net>
1870         * gettext.m4: Upgrade to gettext-0.11.5.
1872 2002-09-07  Bruno Haible  <bruno@clisp.org>
1874         * host-os.m4 (UTILS_HOST_OS): Add a case for freebsd*-gnu*.
1876 2002-09-17  Jim Meyering  <jim@meyering.net>
1878         * jm-macros.m4 (jm_MACROS): Require gt_INTTYPES_PRI.
1879         * inttypes-pri.m4 (gt_INTTYPES_PRI): New file, mostly from gettext.
1881 2002-09-16  Jim Meyering  <jim@meyering.net>
1883         * prereq.m4: Forbid symbols matching ^jm_[A-Z].
1884         (jm_PREREQ_QUOTEARG): Add jm_FUNC_MEMCMP.
1885         From Akim Demaille.
1887         * error.m4 (jm_PREREQ_ERROR): Check for libintl.h.
1888         Reported by Akim Demaille.
1890 2002-09-13  Jim Meyering  <jim@meyering.net>
1892         * jm-macros.m4 (jm_MACROS): Require autoconf-2.54.
1894 2002-09-09  Jim Meyering  <jim@meyering.net>
1896         * getloadavg.m4: Remove file -- now it's part of autoconf-2.53c.
1897         * jm-macros.m4: Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
1898         AC_FUNC_GETLOADAVG where to find getloadavg.c.
1900 2002-09-03  Jim Meyering  <jim@meyering.net>
1902         * gnu-source.m4: Remove file -- now it's part of autoconf-2.53c.
1903         * mbstate_t.m4: Likewise.
1904         * fnmatch.m4: Likewise.
1906 2002-08-05  Jim Meyering  <jim@meyering.net>
1908         * jm-winsz1.m4: Also change use of $am_cv_sys_posix_termios
1909         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
1911 2002-08-03  Jim Meyering  <jim@meyering.net>
1913         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
1914         Reported by mkc@mathdogs.com.
1916 2002-08-01  Jim Meyering  <jim@meyering.net>
1918         * prereq.m4 (jm_PREREQ_TEMPNAME): lib/tempname.c may use uintmax_t,
1919         so require jm_AC_TYPE_UINTMAX_T.  Patch by Joe Orton.
1921 2002-07-28  Jim Meyering  <jim@meyering.net>
1923         * jm-macros.m4: Don't require jm_FUNC_READDIR.
1924         * readdir.m4 (jm_FUNC_READDIR): Remove file/macro.  No longer needed.
1926 2002-07-27  Jim Meyering  <jim@meyering.net>
1928         * prereq.m4 (jm_PREREQ_READUTMP): Don't check just
1929         `struct utmpx.ut_exit' and `struct utmp.ut_exit'.  Instead, check
1930         all combinations of utmp/utmpx and ut_termination/e_termination
1931         and ut_exit/e_exit.
1933 2002-07-23  Jim Meyering  <jim@meyering.net>
1935         * c-bs-a.m4 (AC_C_BACKSLASH_A): Remove file, now that autoconf
1936         provides this macro.
1938 2002-07-20  Jim Meyering  <jim@meyering.net>
1940         * intdiv0.m4: New file.  From gettex-0.11.3.
1942         * jm-macros.m4: Require autoconf-2.53b.
1943         Use new macros AC_FUNC_MALLOC and AC_FUNC_REALLOC,
1944         in place of jm_-prefixed ones.  Thanks, Akim!
1945         * malloc.m4: Remove file, now that autoconf provides this macro.
1946         * realloc.m4: Likewise.
1948 2002-07-18  gettextize  <bug-gnu-gettext@gnu.org>
1950         * gettext.m4: Upgrade to gettext-0.11.3.
1951         * iconv.m4: Upgrade to gettext-0.11.3.
1952         * isc-posix.m4: Upgrade to gettext-0.11.3.
1953         * lcmessage.m4: Upgrade to gettext-0.11.3.
1954         * lib-link.m4: Upgrade to gettext-0.11.3.
1956 2002-07-17  Jim Meyering  <jim@meyering.net>
1958         * boottime.m4: New file.  Extracted from sh-utils' configure.ac
1959         and extended to work also with *BSD systems.
1961 2002-07-15  Jim Meyering  <jim@meyering.net>
1963         FreeBSD support for uname and uptime.
1964         * jm-macros.m4 (jm_MACROS): Check for the sysctl function.
1965         (jm_CHECK_ALL_HEADERS): Check for sys/sysctl.h.
1966         Suggestion from Bruno Haible.
1968 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1970         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
1972 2002-06-22  Jim Meyering  <jim@meyering.net>
1974         * c-stack.m4: New file, from diffutils-2.8.2.
1975         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
1977         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
1978         now that configure.ac uses AC_GNU_SOURCE.
1979         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
1980         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
1982         Update to latest tools.  Suggestions from Paul Eggert.
1983         * stdbool.m4: New file, from diffutils-2.8.2.
1984         * gnu-source.m4: Update from diffutils-2.8.2.
1985         * fnmatch.m4: Likewise.
1986         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
1987         to AC_HEADER_STDBOOL
1989 2002-06-21  Jim Meyering  <jim@meyering.net>
1991         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
1992         * mbrtowc.m4: Likewise.
1994         * mbstate_t.m4: Update from diffutils-2.8.2.
1995         * mbswidth.m4: Reflect name change:
1996         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
1997         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1999         * lib-link.m4: Update from gettext-0.11.2.
2000         * gettext.m4: Likewise.
2002         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
2003         From Alfred M. Szmidt.
2005 2002-05-19  Paul Eggert  <eggert@twinsun.com>
2007         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
2009 2002-06-07  Jim Meyering  <jim@meyering.net>
2011         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
2012         They're needed at least for NetBSD 1.5.2.
2013         ($statxfs_includes): Include those same headers.
2014         ($statxfs_includes): Include sys/vfs.h if available.
2015         ($statxfs_includes): Likewise for sys/statvfs.h.
2016         Check for the following members in both structs statfs and statvfs:
2017         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
2019 2002-06-01  Jim Meyering  <jim@meyering.net>
2021         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
2022         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
2024 2002-05-28  Jim Meyering  <jim@meyering.net>
2026         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
2027         Reported by Volker Borchert.
2029 2002-05-27  Jim Meyering  <jim@meyering.net>
2031         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
2032         localtime.
2034         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
2035         use the replacement function; it wouldn't resolve at link time.
2036         Reported by Volker Borchert.
2038 2002-04-30  Jim Meyering  <jim@meyering.net>
2040         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
2042 2002-04-29  Paul Eggert  <eggert@twinsun.com>
2044         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
2045         Do not check for alloca.h (no longer used) or stdbool.h (was never
2046         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
2048 2002-04-28  Paul Eggert  <eggert@twinsun.com>
2050         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
2052 2002-04-29  Jim Meyering  <jim@meyering.net>
2054         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
2055         * prereq.m4: Add jm_PREREQ_STRNLEN.
2056         Use AC_FUNC_STRNLEN here instead.
2058         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
2059         With autoconf-2.53a, it's part of AC_PROG_CC.
2061 2002-04-28  Paul Eggert  <eggert@twinsun.com>
2063         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
2064         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
2066 2002-04-24  Jim Meyering  <jim@meyering.net>
2068         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
2069         (jm_PREREQ): Use it.
2071         * getloadavg.m4: Check for these headers: locale.h unistd.h
2072         mach/mach.h fcntl.h.
2073         Check for this function: setlocale.
2075 2002-04-16  Jim Meyering  <jim@meyering.net>
2077         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
2078         ut_pid, ut_id, ut_exit.
2080 2002-04-12  Jim Meyering  <jim@meyering.net>
2082         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
2083         check for f_type in sys/mount.h.  Instead, just test for the existence
2084         of the getmntinfo function.  Needed for Darwin 5.3.
2086         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
2087         This is necessary at least on Darwin 5.3.
2089         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
2090         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
2091         in the library, and that makes some versions of ranlib object.
2093 2002-04-09  Jim Meyering  <jim@meyering.net>
2095         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
2096         to be more precise.  Rather than saying we're checking whether the
2097         function `works', say what we're testing.
2098         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
2099         Reported by Bruno Haible.
2101 2002-02-27  Paul Eggert  <eggert@twinsun.com>
2103         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
2104         Check for clock_settime.
2106 2002-02-25  Paul Eggert  <eggert@twinsun.com>
2108         * acl.m4: New file.
2109         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
2110         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
2112 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
2114         * codeset.m4: Upgrade to gettext-0.11.
2115         * gettext.m4: Upgrade to gettext-0.11.
2116         * glibc21.m4: Upgrade to gettext-0.11.
2117         * iconv.m4: Upgrade to gettext-0.11.
2118         * isc-posix.m4: Upgrade to gettext-0.11.
2119         * lcmessage.m4: Upgrade to gettext-0.11.
2120         * lib-ld.m4: New file, from gettext-0.11.
2121         * lib-link.m4: New file, from gettext-0.11.
2122         * lib-prefix.m4: New file, from gettext-0.11.
2123         * progtest.m4: Upgrade to gettext-0.11.
2125 2002-02-15  Paul Eggert  <eggert@twinsun.com>
2127         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
2128         (jm_PREREQ): Use it.
2130 2002-01-26  Jim Meyering  <jim@meyering.net>
2132         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
2133         * strnlen.m4: Remove file, now that it's part of autoconf.
2135 2002-01-22  Paul Eggert  <eggert@twinsun.com>
2137         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
2139 2002-01-19  Jim Meyering  <jim@meyering.net>
2141         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
2142         Remove useless quotes: DF_PROG="df".
2143         * strnlen.m4: New file.
2145 2001-12-14  Jim Meyering  <jim@meyering.net>
2147         * jm-macros.m4 (jm_MACROS): Check for iswspace.
2148         Suggestion from Bruno Haible.
2150 2001-11-20  Jim Meyering  <jim@meyering.net>
2152         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
2153         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
2155 2001-11-19  Jim Meyering  <jim@meyering.net>
2157         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
2158         directory.  Use "conftestXXXXXX" as the template.
2159         Suggestion from Paul Eggert.
2161         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
2162         so the test doesn't mistakenly hit the max-open-files limit.
2164 2001-11-18  Jim Meyering  <jim@meyering.net>
2166         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
2168 2001-11-17  Jim Meyering  <jim@meyering.net>
2170         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
2171         Prompted by a report from Bob Proulx.
2173         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
2174         Instead, require UTILS_FUNC_MKSTEMP.
2176 2001-11-11  Jim Meyering  <jim@meyering.net>
2178         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
2179         Now, that's done as part of AC_FUNC_STRTOD.
2181 2001-10-22  Paul Eggert  <eggert@twinsun.com>
2183         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
2184         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
2186 2001-11-10  Jim Meyering  <jim@meyering.net>
2188         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
2189         (jm_PREREQ): Use it.
2191 2001-11-09  Jim Meyering  <jim@meyering.net>
2193         * jm-macros.m4: Require autoconf-2.52f.
2194         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
2195         Use these AC_-prefixed names, not the AM_-prefixed ones.
2197         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
2199 2001-11-04  Jim Meyering  <jim@meyering.net>
2201         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
2203 2001-11-03  Jim Meyering  <jim@meyering.net>
2205         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
2206         of AC_DEFUN.
2208         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
2209         know the name of the variable in the macro definition.
2211 2001-11-01  Jim Meyering  <jim@meyering.net>
2213         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
2214         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
2216 2001-10-20  Paul Eggert  <eggert@twinsun.com>
2218         * error.m4 (jm_PREREQ_ERROR):
2219         Do not invoke AC_CHECK_FUNCS with strerror_r, as
2220         AC_FUNC_STRERROR_R does that.
2221         Check for strerror declaration.
2223         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
2224         are supposed to have them these days.
2225         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
2226         Merge changes from latest Autoconf CVS.
2227         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
2228         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
2229         POSIX decided to standardize on the int flavor of strerror_r.
2231 2001-09-30  Jim Meyering  <jim@meyering.net>
2233         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
2234         `struct fsstat' has the `f_fstypename' member.
2235         Use that to define FS_TYPE, which is now used to make
2236         the getfsstat link test tighter.
2238 2001-09-29  Jim Meyering  <jim@meyering.net>
2240         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
2241         [one-argument getmntent function]): Include stdio.h before mntent.h.
2242         SunOS 4.1.x needs it for the declaration of `FILE'.
2243         Patch by Volker Borchert.
2245         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
2246         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
2247         sys/fs_types.h, and make the link-test for getfsstat guard #include
2248         directives with appropriate #if HAVE_*_H tests so that we can
2249         detect getfsstat on Apple Darwin1.3.7 systems.
2250         Reported by Nelson Beebe.
2251         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
2253 2001-09-28  Paul Eggert  <eggert@twinsun.com>
2255         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
2256         #defines strtoimax.  Also treat the other strto* functions
2257         like strtoimax.
2259         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
2260         Check for strtoul and strtoumax,
2261         as those declarations are made even in the signed case.
2262         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
2263         Likewise, for strtol and strtoimax.
2265 2001-09-24  Jim Meyering  <jim@meyering.net>
2267         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
2269 2001-09-23  Jim Meyering  <jim@meyering.net>
2271         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
2272         instead of the mere test for existence of mntent.h.  The latter
2273         would get a false-positive on AIX 3.4 systems.
2274         In the outer getmntent if-block, don't die if neither of the getmntent
2275         tests succeeds.  Instead, just fall through and continue with the
2276         remaining tests.
2278 2001-09-22  Jim Meyering  <jim@meyering.net>
2280         * gettext.m4: New file.  From gettext.
2281         * lcmessage.m4: Sync with gettext -- this changes only comments.
2282         * progtest.m4: Likewise
2283         * isc-posix.m4: Decrement serial number to sync with gettext.
2284         * glibc21.m4: Likewise.
2286         * libintl.m4: Remove.  No longer used.
2288 2001-09-20  Jim Meyering  <jim@meyering.net>
2290         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
2291         strtoimax.
2292         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
2293         strtoumax.
2295 2001-09-17  Jim Meyering  <jim@meyering.net>
2297         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
2298         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
2299         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
2300         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
2301         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
2302         whenever the right hand side need not be expanded by the shell.
2304 2001-09-16  Paul Eggert  <eggert@twinsun.com>
2306         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
2307         library.  It's not correct, as some older glibcs are buggy.
2308         fnmatch wasn't fixed until glibc 2.2.
2310         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
2311         special shell magic here.
2313 2001-09-16  Jim Meyering  <jim@meyering.net>
2315         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
2316         * jm-macros.m4: Require it.
2318 2001-09-15  Jim Meyering  <jim@meyering.net>
2320         * jm-macros.m4: Check for help2man.
2322 2001-09-11  Jim Meyering  <jim@meyering.net>
2324         * host-os.m4 (UTILS_HOST_OS): New file/macro.
2325         The body, by Paul Eggert, was moved here from configure.in.
2326         * jm-macros.m4: Require UTILS_HOST_OS.
2328 2001-09-04  Paul Eggert  <eggert@twinsun.com>
2330         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
2331         (jm_PREREQ): Use it.
2333 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2335         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
2336         sys/param.h, as pathmax.h includes them.
2338 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2340         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
2341         (jm_PREREQ_XGETCWD): New macro.
2343         * getcwd.m4: New file.
2345 2001-09-01  Jim Meyering  <jim@meyering.net>
2347         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
2348         Used by df.
2350 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2352         Simplify code, partly by assuming autoconf 2.52 semantics.
2354         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
2356         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
2357         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
2358         All uses removed.
2359         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
2360         Move AC_REQUIRE to next-to-top level, to avoid confusion.
2361         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
2362         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
2363         * jm-macros.m4 (jm_MACROS): Likewise.
2365         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
2367         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
2368         Quote first arg of AC_DEFUN.
2369         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
2370         since they are needed to parse the include file even if we need
2371         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
2372         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
2373         but with opposite signedness.
2375 2001-08-30  Paul Eggert  <eggert@twinsun.com>
2377         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
2378         (jm_PREREQ_EXCLUDE): New macro.
2380 2001-08-26  Jim Meyering  <jim@meyering.net>
2382         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
2384         * xstrtoimax.m4: New file.
2385         * xstrtoumax.m4: Add comments explaining why we
2386         AC_REPLACE_FUNCS(strtol).
2388 2001-06-20  Paul Eggert  <eggert@twinsun.com>
2390         * inttypes.m4: Add AC_PREREQ(2.13).
2391         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
2392         (jm_AC_TYPE_INTMAX_T): New macro.
2393         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
2395         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
2397         * longlong.m4: Renamed from ulonglong.m4.
2398         * inttypes.m4: Renamed from inttypes_h.m4.
2399         * uintmax_t.m4: Removed.
2401 2001-08-12  Jim Meyering  <jim@meyering.net>
2403         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
2404         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
2405         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
2406         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
2407         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
2408         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
2409         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
2410         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
2411         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
2412         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
2413         utime.m4, utimes.m4, xstrtoumax.m4:
2414         Quote the first argument in each use of AC_DEFUN.
2416 2001-08-05  Jim Meyering  <jim@meyering.net>
2418         * jm-macros.m4: Require autoconf-2.52.
2420 2001-08-03  Paul Eggert  <eggert@twinsun.com>
2422         The following changes are from gettext 0.10.39 as maintained by
2423         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
2425         * codeset.m4: Upgrade to serial AM1.
2426         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
2427         all uses changed.  Quote first arg of AC_DEFUN.
2428         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
2430         * iconv.m4: Upgrade to serial AM2.
2431         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
2432         Add --with-libconv-prefix.
2433         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
2434         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
2435         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
2436         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
2437         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
2439         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
2440         * getline.m4 (AM_FUNC_GETLINE): Likewise.
2441         * glibc21.m4 (jm_GLIBC21): Likewise.
2442         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
2443         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
2444         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
2445         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
2446         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
2447         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
2449         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
2450         string.h any more.
2452         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
2453         not the default value.
2455         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
2456         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
2457         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
2458         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
2459         Also check for iswcntrl, used for wcwidth fallback.
2460         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
2461         to Autoconf 2.13.
2463 2001-08-03  Jim Meyering  <jim@meyering.net>
2465         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
2466         as it was in the original.  Reported by Paul Eggert.
2468 2001-07-16  Jim Meyering  <jim@meyering.net>
2470         * gettimeofday.m4: New file.
2471         Prompted by a report from Bernhard Baehr.
2473 2001-07-15  Jim Meyering  <jim@meyering.net>
2475         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
2476         Now it's in ../Makefile.cfg.
2478 2001-07-04  Jim Meyering  <jim@meyering.net>
2480         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
2481         that generates jm-glibc-io.m4 so that it doesn't trigger any make
2482         distcheck failure.
2484 2001-07-02  Jim Meyering  <jim@meyering.net>
2486         The following changes were prompted by suggestions from Bruno Haible.
2488         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
2489         is now generated.
2490         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
2491         definition of EXTRA_DIST.
2492         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
2493         ensure that the generated file is created/updated whenever the list
2494         of $(unlocked_functions) is changed.
2495         (jm-glibc-io.m4): New rule.
2496         (unlocked-io.h): New rule -- currently unused.
2498 2001-06-24  Jim Meyering  <jim@meyering.net>
2500         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
2501         unmatched right bracket, rather than kludging it with an extra,
2502         falsely-matching quote in a comment.  Patch by Akim Demaille.
2504 2001-05-27  Jim Meyering  <jim@meyering.net>
2506         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
2507         Check for ut_type in struct utmp.
2509 2001-05-22  Jim Meyering  <jim@meyering.net>
2511         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
2512         now that we use the package-supplied version unconditionally.
2513         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2515 2001-05-21  Jim Meyering  <jim@meyering.net>
2517         * regex.m4: Change a couple backticks to single quotes to avoid shell
2518         syntax errors.
2520 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
2522         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
2524 2001-05-11  Paul Eggert  <eggert@twinsun.com>
2526         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
2527         Don't bother to check library strftime, since
2528         we'll be using our own my_strftime function anyway.
2529         Define my_strftime instead of strftime.
2531 2001-05-15  Jim Meyering  <jim@meyering.net>
2533         * regex.m4: Use proper quoting so brackets appear in the test program.
2534         Reported by, and with help from, Bruno Haible.
2536 2001-05-13  Jim Meyering  <jim@meyering.net>
2538         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
2540 2000-11-26  Paul Eggert  <eggert@twinsun.com>
2542         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
2544 2001-04-21  Jim Meyering  <jim@meyering.net>
2546         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
2547         doesn't interfere.
2549 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
2551         * ftruncate.m4: Check for chsize.
2552         Link with ftruncate.o unconditionally if ftruncate is missing.
2553         This was required when cross-compiling to i586-mingw32msvc.
2555 2001-03-24  Jim Meyering  <jim@meyering.net>
2557         * jm-macros.m4: Require autoconf-2.49d.
2559 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
2561         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
2563 2001-03-17  Jim Meyering  <jim@meyering.net>
2565         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
2566         now that the version in autoconf is equivalent.
2567         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
2569         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
2570         Suggestion from Akim Demaille.
2572         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
2573         (jm_PREREQ_TEMPNAME): New function.
2575 2001-02-25  Paul Eggert  <eggert@twinsun.com>
2577         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
2578         lacks mkstemp.  Compile our own tempname.c if we compile our own
2579         mkstemp.c, as mkstemp relies on tempname.
2581 2001-03-01  Jim Meyering  <jim@meyering.net>
2583         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
2584         AH_VERBATIM really does output its argument verbatim.
2586 2001-02-18  Paul Eggert  <eggert@twinsun.com>
2588         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
2590 2001-02-17  Jim Meyering  <jim@meyering.net>
2592         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
2593         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
2594         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
2595         UnixWare 7.1.1.
2597         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
2598         rather than AC_CACHE_VAL.
2600 2001-02-17  Paul Eggert  <eggert@twinsun.com>
2602         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
2603         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
2604         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
2605         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
2607 2001-02-07  Jim Meyering  <jim@meyering.net>
2609         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
2611 2001-02-05  Jim Meyering  <jim@meyering.net>
2613         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
2614         it includes the patch required for `large file' support with at least
2615         HP-UX's 10.20 /bin/cc.
2617 2001-02-03  Jim Meyering  <jim@meyering.net>
2619         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
2620         AS_IF, now that it works once again (mysteriously).
2621         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2623 2001-01-30  Jim Meyering  <jim@meyering.net>
2625         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
2626         * chown.m4: Rename conftestchown to conftest.chown.
2627         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
2628         * utimes.m4: s/conftestdata/conftest.data/
2629         Inspired by Pavel Roskin's change in autoconf.
2631 2001-01-27  Jim Meyering  <jim@meyering.net>
2633         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
2634         a use of AS_IF.
2635         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2637 2001-01-26  Jim Meyering  <jim@meyering.net>
2639         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
2640         quotearg.c includes it.
2642 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
2644         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
2645         has const.
2647 2001-01-20  Jim Meyering  <jim@meyering.net>
2649         Be sure that headers are checked before used in code compiled
2650         for the type checks.
2651         * jm-macros.m4 (jm_MACROS): Remove all header checks.
2652         In place of that, invoke jm_CHECK_ALL_TYPES.
2653         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
2654         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
2655         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
2656         The check for ssize_t was mistakenly run before the test for unistd.h.
2658         The configure-time check for stdbool.h was missing.
2659         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
2660         (jm_PREREQ_HASH): New function.
2662 2001-01-17  Jim Meyering  <jim@meyering.net>
2664         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
2665         for autoconf-2.49c.
2666         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
2668 2001-01-14  Jim Meyering  <jim@meyering.net>
2670         * rename.m4: Use temporary directories named conftestdir{,2}, not
2671         foo and bar.  Create conftestdir/ in the script, not in the C code.
2672         Remove directories in the script, not in the C code.
2673         Remove conftestdir{,2} before trying to create the directory.
2674         Make the entire configure script fail if the mkdir fails.
2676 2001-01-02  Volker Borchert  <bt@teknon.de>
2678         * rename.m4: New file.
2679         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
2681 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
2683         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
2684         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
2685         so `make install' also works in VPATH builds.
2687 2001-01-01  Jim Meyering  <jim@meyering.net>
2689         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
2690         on systems with utmpx.h.  It's necessary for the declaration of utmp's
2691         ut_user member.  Reported by Andreas Jaeger.
2693         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
2694         They are required for the declarations of getgrgid and getpwuid resp.
2695         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
2696         Reported by Andreas Jaeger.
2698 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
2700         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
2701         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
2702         can be used in subdirectories.
2704 2000-12-26  Jim Meyering  <jim@meyering.net>
2706         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
2707         with autoheader.
2709 2000-12-17  Jim Meyering  <jim@meyering.net>
2711         * dos.m4 (jm_AC_DOS): New file and macro.
2712         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
2714 2000-12-06  Paul Eggert  <eggert@twinsun.com>
2716         * off_t-format.m4: Remove this file.
2717         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
2719 2000-12-06  Jim Meyering  <jim@meyering.net>
2721         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
2722         strtoull, we may well need the replacement strtoul, too.
2723         Check for declarations of strtoul and strtoull.
2724         Check for strtol.  Mainly as a cue to cause automake to include
2725         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
2726         Check for limits.h -- strtol.c needs it.
2728 2000-12-02  Jim Meyering  <jim@meyering.net>
2730         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
2731         * jm-macros.m4 (jm_MACROS): require it.
2733 2000-11-30  Jim Meyering  <jim@meyering.net>
2735         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
2737 2000-11-30  Jim Meyering  <jim@meyering.net>
2739         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
2741 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
2743         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
2745 2000-11-04  Jim Meyering  <jim@meyering.net>
2747         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
2749 2000-10-29  Jim Meyering  <jim@meyering.net>
2751         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
2752         * ls-mntd-fs.m4: Likewise
2754 2000-10-28  Jim Meyering  <jim@meyering.net>
2756         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
2757         (jm_PREREQ_MEMCHR): New function.
2759 2000-10-21  Jim Meyering  <jim@meyering.net>
2761         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
2762         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
2763         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
2765 2000-09-18  Jim Meyering  <jim@meyering.net>
2767         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
2768         Otherwise, everyone ends up linking with -lelf for some configurations.
2769         Reported by Mike Stone.
2771 2000-08-26  Jim Meyering  <jim@meyering.net>
2773         * jm-macros.m4: Use jm_FUNC_FPENDING.
2774         * fpending.m4: New file.
2776 2000-08-20  Jim Meyering  <jim@meyering.net>
2778         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
2779         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
2780         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
2782 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2784         Improve fileutils installation on systems where running
2785         programs (like install) can't be unlinked.
2786         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
2787         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
2789 2000-08-06  Paul Eggert  <eggert@twinsun.com>
2791         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
2792         not char, for compatibility with glibc 2.1.3 strftime.c.
2794 2000-07-23  Paul Eggert  <eggert@twinsun.com>
2796         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2798 2000-07-23  Jim Meyering  <jim@meyering.net>
2800         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
2801         getgrgid, getpwuid, getuid.
2803 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
2805         * mbswidth.m4: New file.
2806         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
2808 2000-07-14  Jim Meyering  <jim@meyering.net>
2810         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
2812 2000-07-10  Paul Eggert  <eggert@twinsun.com>
2814         From a suggestion by Bruno Haible.
2815         * mbstate_t.m4 (AC_MBSTATE_T):
2816         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
2817         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
2818         and mbstate_t, to a single-part test that simply defines mbstate_t.
2819         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
2821 2000-07-10  Jim Meyering  <jim@meyering.net>
2823         * strerror_r.m4: Mirror the correction made in autoconf.
2825         * gnu-source.m4: Output to confdefs.h directly.
2826         Suggestion from Akim Demaille.
2828 2000-07-09  Jim Meyering  <jim@meyering.net>
2830         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
2831         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
2833         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
2834         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
2836 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2838         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
2839         to strerror_r.
2840         Include <ctype.h> for use of isalpha.
2842 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2843         and Bruno Haible  <haible@clisp.cons.org>
2845         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
2846         only if the test for an object-type mbstate_t fails.  This
2847         prevents us from mistakenly reporting that mbstate_t is a
2848         system object type after we "#define mbstate_t int" to work
2849         around its lack.
2851 2000-07-04  Jim Meyering  <jim@meyering.net>
2853         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
2854         of the deprecated AC_CHECKING.
2856 2000-07-03  Jim Meyering  <jim@meyering.net>
2858         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
2860 2000-07-03  Paul Eggert  <eggert@twinsun.com>
2862         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
2863         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2865 2000-07-02  Jim Meyering  <jim@meyering.net>
2867         * mbstate_t.m4: Also define mbstate_t, if necessary.
2869         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
2870         AC_LIBOBJ(function_name).
2871         * chown.m4: Likewise.
2872         * fnmatch.m4: Likewise.
2873         * ftruncate.m4: Likewise.
2874         * getgroups.m4: Likewise.
2875         * getline.m4: Likewise.
2876         * group-member.m4: Likewise.
2877         * jm-macros.m4: Likewise.
2878         * lstat.m4: Likewise.
2879         * malloc.m4: Likewise.
2880         * memcmp.m4: Likewise.
2881         * nanosleep.m4: Likewise.
2882         * putenv.m4: Likewise.
2883         * realloc.m4: Likewise.
2884         * regex.m4: Likewise.
2885         * stat.m4: Likewise.
2886         * strftime.m4: Likewise.
2888 2000-07-01  Jim Meyering  <jim@meyering.net>
2890         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
2891         problem.
2893 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2895         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
2896         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
2898 2000-07-01  Jim Meyering  <jim@meyering.net>
2900         * uptime.m4: Put double quotes around use of $cross_compiling.
2902 2000-06-28  Jim Meyering  <jim@meyering.net>
2904         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
2905         by quotearg.c, for which we perform this test.  From Bruno Haible.
2907 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2909         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
2910         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
2911         <utmpx.h> exists, put readutmp.o into LIBOBJS.
2913 2000-06-25  Jim Meyering  <jim@meyering.net>
2915         * mbstate_t.m4: Include stdio.h before wchar.h to work around
2916         Linux header bug when _XOPEN_SOURCE is defined to 500.
2918 2000-06-24  Jim Meyering  <jim@meyering.net>
2920         * strerror_r.m4: Revive this file -- to try out an experimental
2921         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
2922         for which strerror does return char*, but which lacks a conveniently
2923         accessible declaration of the function.  If the compile-test says
2924         strerror_r doesn't work, then resort to a `run'-test that works on
2925         BeOS and segfaults on DEC Unix.
2927 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2929         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
2930         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
2932 2000-06-23  Jim Meyering  <jim@meyering.net>
2934         * afs.m4: Add missing AC_MSG_RESULT.
2935         Reported by Bruno Haible.
2937         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
2938         Suggestion from Bruno Haible.
2940 2000-06-21  Jim Meyering  <jim@meyering.net>
2942         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
2944 2000-06-18  Jim Meyering  <jim@meyering.net>
2946         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
2948         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
2949         `checking whether...' message to be consistent with that of the
2950         lstat test.
2952 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
2954         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
2956 2000-06-12  Jim Meyering  <jim@meyering.net>
2958         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
2959         from autoconf, and tweak the latter to accept an optional argument.
2960         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
2961         the optional argument, `lib'.
2963 2000-06-08  Jim Meyering  <jim@meyering.net>
2965         * largefile.m4: Remove file (now that it's part of autoconf).
2967 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2969         Rewrite largefile configuration so that we don't need to run
2970         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
2971         AC_CANONICAL_HOST in configure.in -- jmm]
2973         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
2974         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
2975         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
2976         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
2977         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
2978         All uses changed.
2979         Instead of inspecting the output of getconf, try to compile the
2980         test program without and with the macro definition.
2981         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
2982         for getconf.  Instead, check for the needed flags by compiling
2983         test programs.
2985 2000-06-03  Jim Meyering  <jim@meyering.net>
2987         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
2988         now that autoconf requires that.
2990         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
2991         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
2992         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
2994 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2996         * glibc21.m4: New file.
2997         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
2999 2000-05-28  Jim Meyering  <jim@meyering.net>
3001         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
3002         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3003         * stat.m4: Likewise.
3004         * lstat.m4: Likewise.
3005         * lstat-slash.m4: Remove file (absorbed into autoconf).
3007         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
3008         * strerror_r.m4: Remove file (absorbed into autoconf).
3010 2000-05-26  Jim Meyering  <jim@meyering.net>
3012         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
3014 2000-05-24  Jim Meyering  <jim@meyering.net>
3016         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
3017         autoconf requires that.
3018         * lib-check.m4: Likewise.
3019         * jm-macros.m4: Likewise.
3020         * strftime.m4: Likewise.
3022         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
3023         now that autoconf requires that.
3025 2000-05-22  Jim Meyering  <jim@meyering.net>
3027         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3028         * lstat.m4: Likewise.
3030 2000-05-20  Jim Meyering  <jim@meyering.net>
3032         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
3033         (jm_PREREQ): Use it.
3035 2000-05-09  Jim Meyering  <jim@meyering.net>
3037         * gettext.m4: Rename this...
3038         * libintl.m4: ...to this.
3040 2000-05-06  Jim Meyering  <jim@meyering.net>
3042         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
3043         (AC_REPLACE_FUNCS): Add strnlen.
3045         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
3046         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
3048         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
3049         AC_SEARCH_LIBS call for nanosleep.
3050         (LIB_NANOSLEEP): Set and AC_SUBST.
3052 2000-05-03  Paul Eggert  <eggert@twinsun.com>
3054         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
3055         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
3056         2.1.3 bug.  This avoids a clash when files like regex.c define
3057         _GNU_SOURCE.
3059 2000-05-05  Jim Meyering  <jim@meyering.net>
3061         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
3062         call for clock_gettime.
3063         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
3065         * search-libs.m4: Update from autoconf.
3067         su doesn't work on Solaris 2.6.
3068         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
3069         <shadow.h>.  Reported by Dragos Harabor.
3071 2000-05-03  Jim Meyering  <jim@meyering.net>
3073         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
3075 2000-05-02  Paul Eggert  <eggert@twinsun.com>
3077         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
3078         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
3079         compile-time test, rather than inspecting host and OS, to
3080         decide whether to define _LARGEFILE_SOURCE.
3082 2000-05-01  Jim Meyering  <jim@meyering.net>
3084         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
3086         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
3087         Based on a patch from Bruno Haible.
3089 2000-04-18  Jim Meyering  <jim@meyering.net>
3091         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
3092         (jm_PREREQ): Use it.
3094 2000-04-17  Jim Meyering  <jim@meyering.net>
3096         Get it right :-)
3097         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
3098         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
3099         Suggestion from Akim Demaille.
3101 2000-04-14  Jim Meyering  <jim@meyering.net>
3103         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
3104         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
3106 2000-04-13  Jim Meyering  <jim@meyering.net>
3108         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
3109         to insert required #ifndef into config.h.in.
3110         Suggestion from Akim Demaille.
3112 2000-04-12  Jim Meyering  <jim@meyering.net>
3114         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
3115         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
3116         Christian Krackowizer.
3118         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
3119         * jm-macros.m4 (_GNU_SOURCE): Define.
3120         (AC_SYS_LARGEFILE): Require.
3121         (AM_C_PROTOTYPES): Require.
3123 2000-04-05  Paul Eggert  <eggert@twinsun.com>
3125         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
3126         IRIX if the installer said otherwise.
3128 2000-04-05  Jim Meyering  <jim@meyering.net>
3130         Portability tweaks required for ultrix4.3.
3131         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
3132         (jm_CHECK_DECLS): Add getutent to the list of functions.
3133         (_jm_DECL_HEADERS): Add utmpx.h.
3134         From John David Anglin.
3136         * strftime.m4: Back out the 2000-04-02 change.
3137         Instead of that change, simply undefine putenv in the test program.
3139 2000-04-03  Jim Meyering  <jim@meyering.net>
3141         * gettext.m4: Fix typo in comment.
3143         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
3144         textutils/configure.in).  Suggestion from Paul Eggert.
3145         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
3147 2000-04-02  Paul Eggert  <eggert@twinsun.com>
3149         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
3150         variable in the shell rather than using putenv, which isn't
3151         portable.  This avoids the configure-time inter-test dependency
3152         on the potentially-renamed putenv function.
3154 2000-03-30  Paul Eggert  <eggert@twinsun.com>
3156         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
3157         before checking struct stat.st_blksize, so that
3158         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
3160 2000-03-29  Paul Eggert  <eggert@twinsun.com>
3162         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
3163         since strftime.c uses HAVE_STRFTIME to decide whether to use
3164         the underlying strftime.
3166 2000-03-10  Jim Meyering  <jim@meyering.net>
3168         * lib-check.m4: Look for getspnam in -lgen, too.
3169         From Marco Franzen.
3171 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
3173         * codeset.m4: New file.
3174         * iconv.m4: New file.
3175         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
3177 2000-03-04  Jim Meyering  <jim@meyering.net>
3179         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
3180         for lib/localcharset.c.
3182 2000-03-03  Jim Meyering  <jim@meyering.net>
3184         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
3186 2000-03-02  Jim Meyering  <jim@meyering.net>
3188         * timespec.m4: Require AC_HEADER_TIME before the cache check so
3189         the messages come out on separate lines.
3191         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
3192         rather than jm_CHECK_DECLARATIONS.
3193         * decl.m4: Remove now-unused file.
3195         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
3197 2000-02-27  Jim Meyering  <jim@meyering.net>
3199         * check-decl.m4: Add getenv to the list.
3201 2000-02-23  Jim Meyering  <jim@meyering.net>
3203         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
3204         in place of my hack.
3206 2000-02-10  Jim Meyering  <jim@meyering.net>
3208         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
3209         gnu_nanosleep to rpl_nanosleep.
3211 2000-02-09  Jim Meyering  <jim@meyering.net>
3213         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
3214         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
3216 2000-02-08  Akim Demaille  <akim@epita.fr>
3218         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
3219         `[' and `]' and remove uses of `changequote'.
3220         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
3221         (AC_SYS_LARGEFILE): Likewise.
3222         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
3223         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
3224         of changequote.
3225         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
3226         * readdir.m4 (jm_FUNC_READDIR): Likewise
3227         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
3228         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
3230 2000-02-05  Jim Meyering  <jim@meyering.net>
3232         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
3233         Remove explicit use of AC_HEADER_TIME.  It is required by
3234         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
3235         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
3236         in autoconf whereby the expansion of the latter ended up preceding
3237         the expansion of its prerequisite, AC_HEADER_TIME.
3238         Reported by Volker Borchert.
3240 2000-02-03  Jim Meyering  <jim@meyering.net>
3242         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
3244 2000-02-02  Jim Meyering  <jim@meyering.net>
3246         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
3247         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
3248         Reported by Eli Zaretskii.
3250 2000-01-31  Jim Meyering  <jim@meyering.net>
3252         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
3253         functions.  Add the time.h and sys/time.h headers along with the
3254         AC_REQUIRE'ment of AC_HEADER_TIME.
3256 2000-01-30  Jim Meyering  <jim@meyering.net>
3258         * lib-check.m4: Clean up some kludgy old shadow password tests.
3260         * prereq.m4 (utmp_includes): Define.
3261         Check for ut_user and ut_name members in both struct utmpx
3262         and struct utmp.
3264 2000-01-29  Jim Meyering  <jim@meyering.net>
3266         * lib-check.m4: New file containing library-related checks from
3267         fileutils and sh-utils (textutils had none).
3269 2000-01-28  Jim Meyering  <jim@meyering.net>
3271         * perl.m4: Change format of warning message to look more like that
3272         from the missing script.  Suggestion from François Pinard.
3274 2000-01-25  Jim Meyering  <jim@meyering.net>
3276         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
3277         as time.h in the compile check.
3278         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
3279         Fix typo in cross-compiling case: s/yes/no/.
3281 2000-01-23  Jim Meyering  <jim@meyering.net>
3283         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
3285         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
3286         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
3288         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
3289         s/space/ac_fsusage_space/.
3290         (jm_FILE_SYSTEM_USAGE): Take two parameters.
3292         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
3293         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
3294         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
3296         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
3297         AC_SUBST these here, rather than just in sh-util/configure.in, so
3298         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
3299         all the same.
3300         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
3301         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
3302         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
3303         (AC_SUBST(POW_LIBM)): Likewise.
3304         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
3306 2000-01-22  Jim Meyering  <jim@meyering.net>
3308         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
3310         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
3312         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
3313         configure.in
3314         (AC_CHECK_HEADERS): Likewise for sh-utils.
3315         (AC_CHECK_HEADERS): Likewise for textutils.
3316         Merge the three lists of headers.
3318         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
3319         from fileutils' configure.in.
3321         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
3322         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
3324         * check-decl.m4: Use #if rather than #ifdef.
3325         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
3326         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
3327         (_jm_DECL_HEADERS): Define new function.
3328         (jm_CHECK_DECLARATIONS): Require it.
3330 2000-01-19  Jim Meyering  <jim@meyering.net>
3332         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
3333         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
3334         defines `struct timespec' in <sys/time.h>
3336         * c-bs-a.m4: Remove uses of changequote altogether.
3337         Thanks to Akim for explaining.
3339 2000-01-16  Jim Meyering  <jim@meyering.net>
3341         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
3342         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
3343         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
3344         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
3346 2000-01-16  Jim Meyering  <jim@meyering.net>
3348         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
3349         because the latter didn't work.
3351 2000-01-15  Jim Meyering  <jim@meyering.net>
3353         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
3354         (AC_REPLACE_FUNCS): Add memcpy and memset.
3355         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
3356         Add strpbrk.
3357         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
3359 2000-01-12  Jim Meyering  <jim@meyering.net>
3361         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
3362         (jm_PREREQ): Use it.
3363         (jm_PREREQ_READUTMP): New macro.
3364         (jm_PREREQ): Use it.
3366 2000-01-11  Paul Eggert  <eggert@twinsun.com>
3368         Quote multibyte characters correctly.
3369         * c-bs-a.m4: New file.
3370         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
3371         (jm_PREREQ): Use it.
3373 2000-01-11  Paul Eggert  <eggert@twinsun.com>
3375         * uintmax_t.m4: Port to autoconf 2.13.
3377 2000-01-08  Jim Meyering  <meyering@ascend.com>
3379         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
3380         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
3382 2000-01-04  Jim Meyering  <meyering@ascend.com>
3384         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
3385         jm_STRUCT_DIRENT_D_TYPE.
3386         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
3387         jm_STRUCT_DIRENT_D_INO.
3388         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
3389         jm_STRUCT_UTIMBUF.
3390         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
3391         * utime.m4: Likewise.
3393         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
3394         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
3396 2000-01-03  Paul Eggert  <eggert@twinsun.com>
3398         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
3399         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
3401 2000-01-02  Jim Meyering  <meyering@ascend.com>
3403         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
3404         remember if this is necessary.
3406 1999-12-26  Jim Meyering  <meyering@ascend.com>
3408         * jm-macros.m4: Use it here.
3409         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
3411 1999-12-23  Jim Meyering  <meyering@ascend.com>
3413         * jm-macros.m4: Check for clock_gettime (moved from
3414         fileutils/configure.in)
3415         Check for gettimeofday.
3417 1999-12-20  Jim Meyering  <meyering@ascend.com>
3419         * strftime.m4: Remove kludge, now that I'm using the fixed
3420         autoconf-2.14a-1999-12-20.
3422 1999-12-19  Jim Meyering  <meyering@ascend.com>
3424         * lstat-slash.m4: New file.
3425         * jm-macros.m4: Use the new macro:
3426         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3428 1999-12-07  Jim Meyering  <meyering@ascend.com>
3430         * perl.m4: Require that File::Compare be available, too.
3431         Too many systems seem to lack it.
3433         * strftime.m4: Add checks for most of the cpp macros tested in
3434         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
3436 1999-11-18  Paul Eggert  <eggert@twinsun.com>
3438         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
3439         problem with the QNX 4.25 shell, which doesn't propagate exit
3440         status of failed commands inside shell assignments.
3442 1999-11-17  Jim Meyering  <meyering@ascend.com>
3444         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
3446 1999-11-07  Jim Meyering  <meyering@ascend.com>
3448         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
3450 1999-11-06  Jim Meyering  <meyering@ascend.com>
3452         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
3453         * jm-macros.m4 (jm_MACROS): Use it here.
3455 1999-11-05  Jim Meyering  <meyering@ascend.com>
3457         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
3458         of textutils, fileutils, and sh-utils into this one (shared between
3459         those packages) file.
3460         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
3461         AC_STRUCT_ST_BLKSIZE.
3463 1999-11-03  Jim Meyering  <meyering@ascend.com>
3465         * ssize_t.m4: Remove file.  No longer needed since the new version of
3466         AC_CHECK_TYPE checks includes unistd.h.
3467         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
3468         Suggestion from Akim Demaille.
3470 1999-10-30  Jim Meyering  <meyering@ascend.com>
3472         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
3473         m4-quoted string.
3474         * ls-mntd-fs.m4: Likewise.
3475         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
3476         * jm-winsz1.m4: Likewise.
3478         * const.m4: Remove file, since the fix made it into the experimental
3479         version of autoconf.
3480         * mktime.m4: Likewise.
3482         * check-type.m4: Remove file, now that the latest version of
3483         AC_CHECK_TYPE takes a third arg to specify additional #includes.
3485         * ssize_t.m4: New file, requires experimental version of autoconf.
3486         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
3487         AC_CHECK_TYPE.
3489 1999-10-04  Jim Meyering  <meyering@ascend.com>
3491         * jm-macros.m4: Don't require autoconf-2.14.1.
3493 1999-09-22  Paul Eggert  <eggert@twinsun.com>
3495         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
3496         2.95.1 bug with HP-UX 10.20.
3498 1999-09-17  Jim Meyering  <meyering@ascend.com>
3500         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
3501         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
3502         due to missing strdup (against sh-utils-2.0).
3504 1999-08-29  Jim Meyering  <meyering@ascend.com>
3506         * jm-macros.m4: Require jm_BISON.
3507         * bison.m4: New file.
3509 1999-08-17  Paul Eggert  <eggert@twinsun.com>
3511         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
3512         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
3514 1999-08-05  Jim Meyering  <meyering@ascend.com>
3516         * getline.m4: Rename test file from conftestdata to conftest.data
3517         to avoid conflicts with `conftest' on 8+3 filesystems.
3518         Suggestion from Eli Zaretskii.
3520 1999-08-04  Jim Meyering  <meyering@ascend.com>
3522         * jm-macros.m4: Move a 4-line block of code from the configure.in of
3523         fileutils and sh-utils (textutils's getline test was inadequate).
3524         (AM_FUNC_GETLINE): Run this test.
3525         (AC_CHECK_FUNCS): Check for getdelim.
3526         Reported by Bob Proulx.
3528 1999-08-02  Jim Meyering  <meyering@ascend.com>
3530         * jm-macros.m4: Add a comment.
3532 1999-08-01  Jim Meyering  <meyering@ascend.com>
3534         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
3536 1999-08-01  Paul Eggert  <eggert@twinsun.com>
3538         * lfs.m4: Remove this file.
3539         * largefile.m4: New file.  It contains the old contents of
3540         lfs.m4, except that all names with prefix AC_LFS have been
3541         changed to use the prefix AC_SYS_LARGEFILE instead, to be
3542         compatible with future autoconf versions.  Also, some minor m4
3543         quoting problems have been fixed.
3545 1999-07-16  Paul Eggert  <eggert@twinsun.com>
3547         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
3548         that we can shift, multiply and divide unsigned long long
3549         values; Ultrix cc can't do it.
3551 1999-07-14  Paul Eggert  <eggert@twinsun.com>
3553         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
3554         <inttypes.h> defines strtoumax as a macro (and not as a
3555         function).
3557 1999-07-05  Paul Eggert  <eggert@twinsun.com>
3559         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
3560         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
3561         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
3562         and simplify the shell code.
3564 1999-07-03  Paul Eggert  <eggert@twinsun.com>
3566         * mktime.m4: New file, which is a preview of what should appear
3567         in the next public autoconf release.
3569 1999-07-20  Jim Meyering  <meyering@ascend.com>
3571         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
3573 1999-07-15  Jim Meyering  <meyering@ascend.com>
3575         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
3577 1999-05-22  Jim Meyering  <meyering@ascend.com>
3579         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
3581 1999-05-20  Jim Meyering  <meyering@ascend.com>
3583         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
3584         Add a colon after each `then' in case $4 is empty.
3586 1999-05-16  Jim Meyering  <meyering@ascend.com>
3588         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
3590 1999-05-10  Jim Meyering  <meyering@ascend.com>
3592         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
3594         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
3595         AC_FUNC_MKTIME.
3597 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3599         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
3601 1999-05-04  Paul Eggert  <eggert@twinsun.com>
3603         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
3604         not CPPFLAGS, so that linking works correctly in IRIX.
3606 1999-04-30  Paul Eggert  <eggert@twinsun.com>
3608         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
3610 1999-04-20  Jim Meyering  <meyering@ascend.com>
3612         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
3613         AC_REPLACE xstroull if necessary.  From Paul Eggert.
3614         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
3616 1999-04-20  Paul Eggert  <eggert@twinsun.com>
3618         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
3619         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
3620         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
3621         jm_AC_TYPE_UNSIGNED_LONG_LONG.
3622         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
3624         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
3626 1999-04-18  Jim Meyering  <meyering@ascend.com>
3628         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
3629         * jm-macros.m4: Use it.
3631 1999-04-06  Jim Meyering  <meyering@ascend.com>
3633         * strftime.m4: Remove test for %f.
3635 1999-03-29  Jim Meyering  <meyering@ascend.com>
3637         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
3638         superset of the AC_TYPE_* checks in the textutils, fileutils,
3639         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
3640         AC_TYPE_PID_T.
3642 1999-03-28  Jim Meyering  <meyering@ascend.com>
3644         * jm-macros.m4: Define GNU_PACKAGE here.
3645         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
3646         replaced e.g., in the *.sh files of the sh-utils.
3648 1999-03-20  Jim Meyering  <meyering@ascend.com>
3650         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
3651         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
3652         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
3654 1999-03-19  Jim Meyering  <meyering@ascend.com>
3656         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
3658 1999-03-12  Jim Meyering  <meyering@ascend.com>
3660         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
3662 1999-03-07  Jim Meyering  <meyering@ascend.com>
3664         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
3666 1999-02-17  Jim Meyering  <meyering@ascend.com>
3668         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
3669         in macro definition.  From Eli Zaretskii and Alain Magloire.
3671 1999-02-07  Jim Meyering  <meyering@ascend.com>
3673         * group-member.m4: New file -- extracted from sh-utils' configure.in.
3675         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3676         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
3678 1999-02-06  Jim Meyering  <meyering@ascend.com>
3680         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
3681         * fnmatch.m4: Likewise.
3682         * getgroups.m4: Likewise.
3683         * lstat.m4: Likewise.
3684         * malloc.m4: Likewise.
3685         * putenv.m4: Likewise.
3686         * realloc.m4: Likewise.
3687         * regex.m4: Likewise.
3688         * stat.m4: Likewise.
3689         * strftime.m4: Likewise.
3690         Suggestion from Alain Magloire.
3692         * chown.m4: Use `.$ac_objext', not `.o'.
3693         * fnmatch.m4: Likewise.
3694         * getgroups.m4: Likewise.
3695         * getline.m4: Likewise.
3696         * lstat.m4: Likewise.
3697         * malloc.m4: Likewise.
3698         * memcmp.m4: Likewise.
3699         * putenv.m4: Likewise.
3700         * realloc.m4: Likewise.
3701         * regex.m4: Likewise.
3702         * stat.m4: Likewise.
3703         * strftime.m4: Likewise.
3704         Suggestion from Alain Magloire.
3706         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
3707         an argument.
3709         * regex.m4: Add a run-time Test for proper operation of
3710         re_compile_pattern.
3712 1999-01-31  Jim Meyering  <meyering@ascend.com>
3714         * getloadavg.m4: Check for locale.h and the function, setlocale.
3716 1999-01-30  Jim Meyering  <meyering@ascend.com>
3718         * check-type.m4: Use 3-arg form of AC_DEFINE.
3720         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
3721         rather than my private copy, now that the official one is up to date.
3722         * mktime.m4: Remove file.
3724         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
3725         * uptime.m4: Likewise.
3726         * uintmax_t.m4: Likewise.
3728 1999-01-28  Jim Meyering  <meyering@ascend.com>
3730         * jm-macros.m4: Use jm_AFS.
3731         * afs.m4: New file (from fileutils' configure.in).
3733         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
3734         * chown.m4: Likewise.
3735         * d-ino.m4: Likewise.
3736         * d-type.m4: Likewise.
3737         * fnmatch.m4: Likewise.
3738         * getgroups.m4: Likewise.
3739         * gettext.m4: Likewise.
3740         * jm-mktime.m4: Likewise.
3741         * jm-winsz2.m4: Likewise.
3742         * lcmessage.m4: Likewise.
3743         * ls-mntd-fs.m4: Likewise.
3744         * malloc.m4: Likewise.
3745         * memcmp.m4: Likewise.
3746         * putenv.m4: Likewise.
3747         * realloc.m4: Likewise.
3748         * st_mtim.m4: Likewise.
3749         * strftime.m4: Likewise.
3751 1999-01-16  Jim Meyering  <meyering@ascend.com>
3753         * jm-macros.m4 (ARGMATCH_DIE): Define.
3754         (ARGMATCH_DIE_DECL): Define.
3756 1999-01-12  Jim Meyering  <meyering@ascend.com>
3758         * Makefile.am.in: Rewrite to avoid using fmt.
3759         Reported by Lars Hecking.
3761 1999-01-10  Jim Meyering  <meyering@ascend.com>
3763         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
3764         gross kludge.
3765         * inttypes_h.m4: Likewise.
3766         * lstat.m4: Likewise.
3767         * malloc.m4: Likewise.
3768         * readdir.m4: Likewise.
3769         * realloc.m4: Likewise.
3770         * st_dm_mode.m4: Likewise.
3771         * stat.m4: Likewise.
3772         * utimbuf.m4: Likewise.
3773         * utimes.m4: Likewise.
3775         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
3776         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
3777         comments in config.h.in are meaningful.
3779         * jm-macros.m4: Require autoconf-2.13 here.
3781         * regex.m4: By default, don't use the included regex.c on systems
3782         with glibc 2.  Suggestion from Uli Drepper.
3784 1999-01-02  Jim Meyering  <meyering@ascend.com>
3786         * jm-macros.m4: Replace strcasecmp and strncasecmp.
3788 1998-12-18  Jim Meyering  <meyering@ascend.com>
3790         * Makefile.am.in (Makefile.am): Simplify rule.
3791         Based on a suggestion from Lars Hecking.
3793 1998-11-16  Jim Meyering  <meyering@ascend.com>
3795         * lfs.m4: Double-quote the `uname...` expression.
3797 1998-11-16  Paul Eggert  <eggert@twinsun.com>
3799         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
3801 1998-11-14  Jim Meyering  <meyering@ascend.com>
3803         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
3804         * stat.m4: Likewise.
3806 1998-11-03  Jim Meyering  <meyering@ascend.com>
3808         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
3809         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
3811 1998-10-18  Jim Meyering  <meyering@ascend.com>
3813         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
3815 1998-10-17  Jim Meyering  <meyering@ascend.com>
3817         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
3818         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
3819         calls for those previously hard-coded headers.  Instead, take a new
3820         parameter.
3821         (jm_CHECK_DECLARATIONS): Reflect interface change.
3822         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
3823         (jm_CHECK_DECL_LOCALTIME_R): New macro.
3825         * mktime.m4: Test for spring-forward gap before long-running test.
3827 1998-10-14  Jim Meyering  <meyering@ascend.com>
3829         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
3830         instead of "TZ=America/Vancouver".  From Paul Eggert.
3832 1998-10-11  Jim Meyering  <meyering@ascend.com>
3834         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
3835         This adds a test for a recently added compatibility fix for mktime.c.
3836         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
3838 1998-09-27  Jim Meyering  <meyering@ascend.com>
3840         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
3842         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
3843         ../configure.in, including a change from Gordon Matzigkeit to allow
3844         cross-compiling for the Hurd.
3846         * glibc.m4: New file/macro to test for the GNU C Library
3847         versions 1 and 2.  From Gordon Matzigkeit.
3848         Indent.
3850 1998-09-21  Jim Meyering  <meyering@ascend.com>
3852         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
3854 1998-08-18  Paul Eggert  <eggert@twinsun.com>
3856         Port nanosecond-resolution times to UnixWare 2.1.2 and
3857         pedantic Solaris 2.6.
3859         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
3860         AC_STRUCT_ST_MTIM.
3861         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
3862         Generate name of ns member, instead of just 1 or undef.
3863         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
3865 1998-08-15  Jim Meyering  <meyering@ascend.com>
3867         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
3868         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
3869         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
3870         instead of jm_TYPE_SSIZE_T.
3872 1998-08-12  Jim Meyering  <meyering@ascend.com>
3874         * st_dm_mode.m4: New file.  From Johan Danielsson.
3876 1998-08-02  Jim Meyering  <meyering@ascend.com>
3878         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
3879         in acconfig.h manually.
3881 1998-07-31  Paul Eggert  <eggert@twinsun.com>
3883         * st_mtim.m4: New file.
3885 1998-07-28  Jim Meyering  <meyering@ascend.com>
3887         * utimes.m4: Undef stat.
3889 1998-07-25  Jim Meyering  <meyering@ascend.com>
3891         * utime.m4 (jm_FUNC_UTIME): New file and macro.
3892         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
3894 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
3896         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
3897         uid and gid actually remain unchanged.
3899 1998-07-07  Jim Meyering  <meyering@ascend.com>
3901         * jm-glibc-io.m4: Remove fclose_unlocked.
3903 1998-07-04  Jim Meyering  <meyering@ascend.com>
3905         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
3906         to prove that this macro can be used in packages without regex.c.
3908 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3910         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
3911         is to be used.
3913 1998-07-03  Jim Meyering  <meyering@ascend.com>
3915         * gettext.m4: Add -lintl if it's found to be necessary.
3917         * gettext.m4: New file -- from gettext-0.10.35.
3918         * lcmessage.m4: Likewise.
3919         * progtest.m4: Likewise.
3921         * regex.m4 (jm_WITH_REGEX): New file and macro.
3922         * jm-macros.m4: Require the new macro.
3924 1998-06-29  Jim Meyering  <meyering@ascend.com>
3926         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
3927         for the definition of NGROUPS (used in a system header included
3928         by sys/mount.h).
3930 1998-06-28  Jim Meyering  <meyering@ascend.com>
3932         * ls-mntd-fs.m4: New file.
3933         * fstypename.m4: New file.
3935         * jm-macros.m4: Require the new macro.
3936         * jm-glibc-io.m4: New file.
3938 1998-05-19  Jim Meyering  <meyering@ascend.com>
3940         * jm-macros.m4: Add jm_FUNC_LCHOWN.
3941         * lchown.m4: New file.
3943         * Makefile.am.in: New file.
3944         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
3946 1998-05-14  Jim Meyering  <meyering@ascend.com>
3948         * Makefile.am (EXTRA_DIST): Add them.
3949         * jm-macros.m4: New file.
3950         * utimbuf.m4: New file.
3952 1998-05-12  Jim Meyering  <meyering@ascend.com>
3954         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
3956 1998-05-11  Jim Meyering  <meyering@ascend.com>
3958         * isc-posix.m4: New file.
3960 1998-05-10  Jim Meyering  <meyering@ascend.com>
3962         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
3964 1998-05-09  Jim Meyering  <meyering@ascend.com>
3966         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
3967         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
3968         with automake.
3970         * ssize_t.m4: New file.
3971         * mktime.m4: Remove file -- the new automake has this now.
3973 1998-04-26  Jim Meyering  <meyering@ascend.com>
3975         * assert.m4: New file.
3976         * Makefile.am (EXTRA_DIST): Add assert.m4.
3978 1998-04-05  Jim Meyering  <meyering@ascend.com>
3980         * prereq.m4 (jm_PREREQ_REGEX): New macro.
3981         (jm_PREREQ): Use it here.
3983 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
3985         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
3986         in acconfig.h.
3988 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
3990         * prereq.m4: New file.
3991         * error.m4: New file.
3992         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
3994 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
3996         * getline.m4: Don't set am_cv_func_working_getline before the
3997         cache-check for the same variable -- that defeated the purpose of
3998         the test; the test program was never run.  This was a problem only
3999         on systems with losing getline functions -- HP-UX 10.20 is one.
4000         Reported by Bjorn Helgaas.
4002 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
4004         * Makefile.am (EXTRA_DIST): Add perl.m4.
4006 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
4008         * Makefile.am (EXTRA_DIST): Add const.m4.
4010         * const.m4: New file.  Use an initializer in this declaration
4011         typedef int charset[2]; const charset x;
4012         Reported by Bob Glickstein.
4014 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
4016         * chown.m4: Fix reversed types on -1 args to chown.
4017         From Kaveh Ghazi.
4019 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
4021         * check-decl.m4: s/DECLARATION_/DECL_/g.
4022         Add lseek and memchr.
4024         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
4025         T.E.Dickey <dickey@clark.net> said that some older preprocessors
4026         have a 20-character limit on names.
4028 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
4030         * inttypes_h.m4: New file.
4031         * uintmax_t.m4: New file.
4032         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.