Revamp xalloc_oversized so that its count arg need not fit into size_t.
[pspp] / m4 / ChangeLog
1 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2
3         * xalloc.m4 (gl_XALLOC): Undo previous change.
4
5 2003-10-29  Paul Eggert  <eggert@twinsun.com>
6
7         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
8         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
9         after the 'gnu' in these cases.  This fixes some bugs in the
10         previous change, and is based on suggestions by Robbert Millan.
11
12 2003-10-28  Paul Eggert  <eggert@twinsun.com>
13
14         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16         NetBSD kernels.  Requested by Richard Stallman.
17
18 2003-10-26  Paul Eggert  <eggert@twinsun.com>
19
20         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
21         now uses inline.
22
23 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24
25         * getline.m4 (AM_FUNC_GETLINE):
26         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
27         hosts.  Problem reported by Derek Robert Price in
28         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
29         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
30         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
31
32 2003-10-20  Bruno Haible  <bruno@clisp.org>
33
34         * wait-process.m4: New file.
35
36 2003-10-14  Bruno Haible  <bruno@clisp.org>
37
38         * sig_atomic_t: New file, from GNU gettext.
39         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
40
41 2003-10-12  Paul Eggert  <eggert@twinsun.com>
42
43         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
44
45 2003-10-10  Simon Josefsson  <jas@extundo.com>
46
47         * argp.m4: Add AC_C_INLINE.
48
49 2003-10-08  Paul Eggert  <eggert@twinsun.com>
50
51         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
52
53 2003-10-06  Bruno Haible  <bruno@clisp.org>
54
55         * fatal-signal.m4: New file.
56         * signalblocking.m4: New file, from GNU gettext.
57
58 2003-09-27  Paul Eggert  <eggert@twinsun.com>
59
60         * free.m4: New file.
61
62 2003-09-26  Bruno Haible  <bruno@clisp.org>
63
64         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
65         Don't define stpncpy through config.h; it's now done through stpncpy.h.
66
67 2003-09-25  Simon Josefsson  <jas@extundo.com>
68             Bruno Haible  <bruno@clisp.org>
69
70         * getdomainname.m4: New file.
71
72 2003-09-17  Paul Eggert  <eggert@twinsun.com>
73
74         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
75         to avoid spurious warnings like "AC_RUN_IFELSE was called before
76         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
77
78 2003-09-12  Paul Eggert  <eggert@twinsun.com>
79
80         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
81
82         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
83         and AC_MINIX, too, so that their extensions are available.
84
85         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
86         This macro has been superseded by gl_BACKUPFILE.
87
88         More patches to assume C89 or better.
89
90         * error.m4 (gl_ERROR): Don't check for vprintf.
91
92         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
93         unconditionally.
94         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
95         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
96         Include <string.h>, <stdlib.h> unconditionally.
97         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
98         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
99         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
100         or for string.h.
101         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
102         or strtoul.
103
104         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
105         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
106         * userspec.m4 (gl_USERSPEC): Likewise.
107         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
108         * xstrtod.m4 (gl_XSTRTOD): Likewise.
109         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
110         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
111         memcpy, memset.
112         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
113         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
114         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
115         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
116         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
117         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
118         strtoul.
119
120 2003-09-11  Paul Eggert  <eggert@twinsun.com>
121
122         More patches to assume C89 or better.
123         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
124         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
125         string.h, memchr, STDC_HEADERS.
126
127 2003-09-10  Bruno Haible  <bruno@clisp.org>
128
129         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
130         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
131         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
132         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
133         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
134         <stdlib.h> and <string.h> checks.
135         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
136         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
137
138 2003-09-09  Paul Eggert  <eggert@twinsun.com>
139
140         More patches to assume C89 or better.
141         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
142         * getopt.m4 (gl_GETOPT): Don't check for string.h.
143         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
144         or for string.h.
145         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
146         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
147         headers.
148         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
149         string.h.
150         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
151         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
152         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
153         or for string.h.
154         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
155         * mkpath.m4 (gl_MAKEPATH): Do not check for string.h or standard
156         C headers.
157         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
158         memcpy.
159         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
160         * memrchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
161         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
162         * memcoll.m4 (gl_MEMCOLL): Likewise.
163         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
164         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
165         string.h, free.
166         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
167         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
168         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
169         C orders, or for string.h.
170         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
171         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
172         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
173         headers, memory.h, stdlib.h, string.h, strings.h.
174         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
175         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
176         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
177         strchr.
178         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
179         headers, memory.h, string.h.
180         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
181         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
182         free.
183         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
184         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
185         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
186         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
187         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
188         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
189
190 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
191
192         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
193         C89 spec.
194
195 2003-09-08  Paul Eggert  <eggert@twinsun.com>
196
197         Assume C89 or better; remove K&R cruft.
198         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
199         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
200         string.h, getenv, malloc.
201         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
202         headers.
203         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
204         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
205         do not check for strerror.
206         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
207         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
208         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
209         do not check for doprnt or vprintf.
210         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
211         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
212
213 2003-09-06  Paul Eggert  <eggert@twinsun.com>
214
215         * time_r.m4: New file.
216         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
217         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
218         Check for timegm declaration.
219         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
220         Do not check for gmtime_r.
221         Replace mktime if __mktime_internal does not exist and if mktime
222         hasn't been replaced already.
223
224 2003-08-31  Simon Josefsson  <jas@extundo.com>
225
226         * timegm.m4: New file.
227
228 2003-08-26  Bruno Haible  <bruno@clisp.org>
229
230         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
231         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
232         followed by '#define fnmatch fnmatch_posix' gives an error.
233
234 2003-08-27  Jim Meyering  <jim@meyering.net>
235
236         * mkstemp.m4: Require that the system mkstemp be able to create
237         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
238         would fail after 32.  Reported by Danny Levinson.  Details here:
239         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
240
241 2003-08-20  Karl Berry  <karl@gnu.org>
242
243         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
244
245 2003-08-19  Jim Meyering  <jim@meyering.net>
246
247         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
248         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
249
250 2003-08-19  Bruno Haible  <bruno@clisp.org>
251
252         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
253
254 2003-08-18  Jim Meyering  <jim@meyering.net>
255
256         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
257         * lib-ld.m4: Likewise.
258
259 2003-08-17  Simon Josefsson  <jas@extundo.com>
260
261         * argp.m4: New file.
262
263 2003-08-17  Simon Josefsson  <jas@extundo.com>
264
265         * xstrndup.m4: New file.
266
267 2003-08-16  Jim Meyering  <jim@meyering.net>
268
269         * utimes.m4 (gl_FUNC_UTIMES): New file.
270         * utimes.m4: Removed.
271         * utimes-null.m4: Renamed from utimes.m4.
272
273         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
274         to 1MB, so as not to render systems with no stack size limit (e.g.,
275         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
276         Include <unistd.h>.  On some systems,
277         it is required for the definition of _SC_PAGESIZE.
278
279 2003-08-16  Paul Eggert  <eggert@twinsun.com>
280
281         Merges from coreutils, etc.
282         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
283         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
284         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
285         fixing a typo.
286         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
287         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
288
289 2003-08-16  Jim Meyering  <jim@meyering.net>
290         and Paul Eggert  <eggert@cs.ucla.edu>
291
292         Merges from coreutils, etc.
293
294         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
295         using the latest version from cvs.  This avoids problems with #line
296         directives using a vendor (Sun) compiler.
297         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
298         Don't set GETGROUPS_LIB here; now it's
299         done via getgroups.m4's wrapper function.
300         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
301         rather than just in sh-util/configure.in, so that the
302         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
303         same.
304         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
305         AC_FUNC_GETLOADAVG where to find getloadavg.c.
306         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
307         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
308         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
309         Remove code that is now done by the newly-required macros.
310         Append $(EXEEXT) to DF_PROG.
311         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
312         Do not invoke or require the following here,
313         since prereq.m4 or some gnulib .m4 now does this for us:
314         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
315         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
316         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
317         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
318         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
319         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
320         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
321         AC_FUNC_OBSTACK.
322         Do not replace the following functions, as this is now the job
323         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
324         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
325         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
326         atexit getpass, strdup, getpagesize.
327         Replace 'raise'.
328         Do not check for the following functions, as this is now the job
329         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
330         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
331         setregid.
332         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
333         Check for sys/sysctl.h.
334         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
335         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
336         of checking for ssize_t ourselves.
337
338         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
339         Require every macro that gnulib/modules/* suggests for us.
340         (jm_PREREQ_ADDEXT): New macro.
341         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
342         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
343
344         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
345         (gl_PHYSMEM): Use it.
346         Also check for `table' function.
347         Check for new headers and functions.
348         Add check for sys/sysmp.h.
349         With suggestions from Kaveh Ghazi.
350         Ignore headers that are present but cannot be compiled.  This
351         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
352         C 5.4.
353
354 2003-08-16  Jim Meyering  <jim@meyering.net>
355
356         Merges from coreutils.
357         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
358         prefix.  Adjust cache variables similarly.  Create 500 rather than
359         just 300 files, to exercise bug on Darwin6.5, too.
360         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
361         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
362         Reported by mkc@mathdogs.com.
363         Also change use of $am_cv_sys_posix_termios
364         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
365         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
366         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
367         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
368         /proc/mounts until it finds one with matching device number.  This is
369         unnecessary when the FILE argument *is* a mount point.  No stat call
370         is necessary in that case.  So, disable the statvfs-testing code on
371         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
372         as RedHat bug# 84846.
373         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
374         to 1MB, so as not to render systems with no stack size limit (e.g.,
375         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
376         Include <unistd.h>.  On some systems,
377         it is required for the definition of _SC_PAGESIZE.
378
379 2003-08-15  Jim Meyering  <jim@meyering.net>
380         and Paul Eggert  <eggert@cs.ucla.edu>
381
382         Merges from coreutils, etc.
383         * strftime.m4 (_jm_STRFTIME_PREREQS):
384         Require gl_FUNC_TZSET_CLOBBER.
385         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
386         ut_exit.ut_termination, and ut_exit.e_termination members.
387
388 2003-08-14  Paul Eggert  <eggert@twinsun.com>
389
390         Help the merge from coreutils.
391         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
392         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
393         * tzset.m4: Use it too.
394
395 2003-08-14  Jim Meyering  <jim@meyering.net>
396
397         Merge from coreutils.
398         * tzset.m4: New file.
399         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
400         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
401         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
402         is inadequate on such systems: 1) detecting whether a file system
403         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
404         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
405         merely /MOUNT_POINT.  Reported by Mike Jetzer.
406
407 2003-08-13  Paul Eggert  <eggert@twinsun.com>
408
409         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
410         Check for isascii.
411
412         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
413         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
414         Undo previous (whitespace-only) change.
415
416 2003-08-12  Paul Eggert  <eggert@twinsun.com>
417
418         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
419         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
420         Normalize leading white space and remove trailing white space.
421
422         Merge from coreutils
423         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
424
425         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
426         0.12.1.  These files are now being upgraded automatically by
427         ../config/srclist-update.
428
429 2003-08-11  Bruno Haible  <bruno@clisp.org>
430
431         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
432
433 2003-08-09  Paul Eggert  <eggert@twinsun.com>
434
435         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
436         apparently Emacs's Unicode mode got confused before my 2003-08-05
437         checkin.
438
439 2003-08-08  Paul Eggert  <eggert@twinsun.com>
440
441         * extensions.m4: New file.
442         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
443         Require gl_USE_SYSTEM_EXTENSIONS.
444         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
445         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
446
447 2003-08-07  Paul Eggert  <eggert@twinsun.com>
448
449         * restrict.m4: New file.
450         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
451
452 2003-08-07  Bruno Haible  <bruno@clisp.org>
453
454         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
455         the module 'getndelim2' compatible with the module 'getline'.
456
457 2003-08-05  Paul Eggert  <eggert@twinsun.com>
458
459         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
460         byte with "\201" to avoid glitches when editing that source file
461         with multi-gnome-terminal.
462
463 2003-07-31  Bruno Haible  <bruno@clisp.org>
464
465         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
466
467 2003-07-18  Bruno Haible  <bruno@clisp.org>
468
469         * getndelim2.m4: New file.
470         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
471         invoke gl_PREREQ_GETNDELIM2.
472         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
473         gl_PREREQ_GETNDELIM2.
474         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
475         gl_GETNDELIM2.
476
477 2003-07-17  Bruno Haible  <bruno@clisp.org>
478
479         * Makefile.am.in: Remove file.
480         * Makefile.am: Remove file.
481         * Makefile.in: Remove file.
482
483 2003-07-17  Bruno Haible  <bruno@clisp.org>
484
485         * getnline.m4: New file.
486
487 2003-07-14  Simon Josefsson  <jas@extundo.com>
488
489         * mempcpy.m4: New file.
490
491 2003-07-10  Jim Meyering  <jim@meyering.net>
492
493         * clock_time.m4: Remove trailing blank.
494         * intmax_t.m4: Likewise.
495
496 2003-07-01  Paul Eggert  <eggert@twinsun.com>
497
498         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
499         xreadlink.c now includes it unconditionally.
500
501 2003-07-01  Bruno Haible  <bruno@clisp.org>
502
503         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
504         should be sufficient.
505         Reported by Paul Eggert.
506
507 2003-06-25  Bruno Haible  <bruno@clisp.org>
508
509         * readlink.m4: New file.
510
511 2003-06-22  Bruno Haible  <bruno@clisp.org>
512
513         Portability to mingw32.
514         * ssize_t.m4: New file, from GNU gettext.
515         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
516         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
517
518 2003-06-11  Bruno Haible  <bruno@clisp.org>
519
520         * sysexits.m4: New file.
521
522 2003-06-10  Simon Josefsson  <jas@extundo.com>
523
524         * strchrnul.m4: New file.
525
526 2003-06-07  Bruno Haible  <bruno@clisp.org>
527
528         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
529         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
530         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
531         directory.
532         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
533         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
534         directory.
535
536 2003-06-04  Paul Eggert  <eggert@twinsun.com>
537
538         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
539         locale.h, localeconv.  This merges changes from coreutils.
540
541         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
542         It can be removed after the next Autoconf is released.
543         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
544         needed.
545
546 2003-05-30  Bruno Haible  <bruno@clisp.org>
547
548         * gettext.m4: Upgrade to gettext-0.12.1.
549         * nls.m4: New file, from gettext-0.12.1.
550         * po.m4: New file, from gettext-0.12.1.
551         * progtest.m4: Upgrade to gettext-0.12.1.
552
553 2003-05-28  Paul Eggert  <eggert@twinsun.com>
554
555         Assume the headers required for C89 freestanding compilers.
556         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
557         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
558         * human.m4 (gl_HUMAN): Likewise.
559         * pathmax.m4 (gl_PATHMAX): Likewise.
560         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
561         * userspec.m4 (gl_USERSPEC): Likewise.
562         * xreadlink.m4 (gl_XREADLINK): Likewise.
563         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
564         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
565
566 2003-05-26  Jim Meyering  <jim@meyering.net>
567
568         Merge in a change from coreutils:
569         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
570         that is guaranteed to be `no'.  Use `no_such_member' to indicate
571         that condition, rather than `-1' which is slightly misleading.
572         Change the name of the cache variable to have the gl_ prefix.
573         Prompted by a patch from Richard Dawe for DJGPP.
574
575 2003-05-17  Bruno Haible  <bruno@clisp.org>
576
577         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
578         expansion for AC_EGREP_CPP.
579         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
580         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
581         Suggested by Akim Demaille <akim@epita.fr> in
582         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
583
584 2003-04-21  Paul Eggert  <eggert@twinsun.com>
585
586         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
587         code which expansion is under static control.  Patch imported from
588         Akim Demaille's patch to Bison; see
589         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
590
591 2003-04-14  Bruno Haible  <bruno@clisp.org>
592
593         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
594
595 2003-04-10  Bruno Haible  <bruno@clisp.org>
596
597         * findprog.m4: New file.
598         * eaccess.m4: New file.
599
600 2003-04-04  Bruno Haible  <bruno@clisp.org>
601
602         * linebreak.m4: New file.
603
604 2003-04-03  Bruno Haible  <bruno@clisp.org>
605
606         * utf-ucs4.m4: New file.
607         * ucs4-utf.m4: New file.
608
609 2003-03-30  Bruno Haible  <bruno@clisp.org>
610
611         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
612
613 2003-03-28  Bruno Haible  <bruno@clisp.org>
614
615         * copy-file.m4: New file.
616
617 2003-03-18  Bruno Haible  <bruno@clisp.org>
618
619         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
620         * onceonly_2_57.m4: Likewise.
621
622 2003-03-17  Bruno Haible  <bruno@clisp.org>
623
624         * onceonly.m4: Require autoconf 2.54 or newer.
625         (m4_quote): Remove macro.
626         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
627
628 2003-03-14  Bruno Haible  <bruno@clisp.org>
629
630         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
631         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
632
633 2003-03-13  Paul Eggert  <eggert@twinsun.com>
634
635         * onceonly.m4 (m4_quote): New macro.
636         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
637         Quote AC_FOREACH variable-expansions properly.
638
639 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
640
641         * poll.m4: New file.
642
643 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
644
645         * mathl.m4: New file.
646
647 2003-02-17  Bruno Haible  <bruno@clisp.org>
648
649         * mkdtemp.m4: New file, from GNU gettext with modifications.
650
651 2003-02-02  Jim Meyering  <jim@meyering.net>
652
653         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
654         e.g. glibc-2.2.93.
655
656 2003-01-31  Bruno Haible  <bruno@clisp.org>
657
658         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
659         'rpl_rename'.
660         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
661         'rpl_strnlen'.
662         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
663         'rpl_strtod'.
664         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
665         'rpl_utime'.
666
667 2003-01-30  Bruno Haible  <bruno@clisp.org>
668
669         * signed.m4: New file, from GNU gettext.
670         * longdouble.m4: New file, from GNU gettext.
671         * wchar_t.m4: New file, from GNU gettext.
672         * wint_t.m4: New file, from GNU gettext.
673         * vasnprintf.m4: New file.
674         * vasprintf.m4: New file.
675
676 2003-01-29  Bruno Haible  <bruno@clisp.org>
677
678         * stpncpy.m4: New file.
679
680 2003-01-23  Jim Meyering  <jim@meyering.net>
681
682         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
683         from working on systems without dirfd (at least Irix and OSF1/Tru64).
684
685 2003-01-16  Jim Meyering  <jim@meyering.net>
686
687         * regex.m4: The `regex' struct is both input and output.
688         Initialize it before each use.  Patch by Tim Waugh.
689
690 2003-01-11  Bruno Haible  <bruno@clisp.org>
691
692         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
693         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
694         suffix.
695
696 2003-01-11  Bruno Haible  <bruno@clisp.org>
697
698         * md5.m4 (gl_MD5): Require AC_C_INLINE.
699
700 2003-01-11  Bruno Haible  <bruno@clisp.org>
701
702         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
703
704 2003-01-12  Paul Eggert  <eggert@twinsun.com>
705
706         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
707         to avoid collisions with libcurses and libreadline.
708
709         * getstr.m4: Remove.
710         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
711
712 2003-01-10  Bruno Haible  <bruno@clisp.org>
713
714         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
715
716 2003-01-09  Bruno Haible  <bruno@clisp.org>
717
718         * stdbool.m4 (AM_STDBOOL_H): New macro.
719
720 2002-12-31  Paul Eggert  <eggert@twinsun.com>
721
722         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
723
724 2002-12-24  Bruno Haible  <bruno@clisp.org>
725
726         General infrasructure.
727         * README: Rewritten.
728         * onceonly.m4: New file.
729         * onceonly_2_57.m4: New file.
730
731         Module atexit.
732         * atexit.m4: New file.
733
734         Module strtod.
735         * strtod.m4: New file.
736
737         Module strtol.
738         * strtol.m4: New file.
739
740         Module strtoul.
741         * strtoul.m4: New file.
742
743         Module memchr.
744         * memchr.m4: New file.
745
746         Module memcmp.
747         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
748         (jm_FUNC_MEMCMP): Invoke it.
749
750         Module memcpy.
751         * memcpy.m4: New file.
752
753         Module memmove.
754         * memmove.m4: New file.
755
756         Module memset.
757         * memset.m4: New file.
758
759         Module strcspn.
760         * strcspn.m4: New file.
761
762         Module strpbrk.
763         * strpbrk.m4: New file.
764
765         Module strstr.
766         * strstr.m4: New file.
767
768         Module strerror.
769         * strerror.m4: New file.
770
771         Module mktime.
772         * mktime.m4: Renamed from jm-mktime.m4.
773         (gl_PREREQ_MKTIME): New macro.
774         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
775
776         Module malloc.
777         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
778         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
779         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
780
781         Module realloc.
782         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
783         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
784         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
785
786         Module strftime.
787         * tm_gmtoff.m4: New file, extracted from strftime.m4.
788         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
789         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
790         gl_TM_GMTOFF.
791         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
792
793         Module xalloc.
794         * xalloc.m4: New file.
795
796         Module alloca.
797         * alloca.m4: New file.
798
799         Module putenv.
800         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
801         (jm_FUNC_PUTENV): Invoke it.
802
803         Module setenv.
804         * setenv.m4 (gt_FUNC_SETENV): New macro.
805         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
806         when invoked twice.
807         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
808         gt_FUNC_SETENV.
809
810         Module memrchr.
811         * memrchr.m4: New file.
812
813         Module stpcpy.
814         * stpcpy.m4: New file.
815
816         Module strcase.
817         * strcase.m4: New file.
818
819         Module strdup.
820         * strdup.m4: New file.
821
822         Module strnlen.
823         * strnlen.m4: New file.
824
825         Module strndup.
826         * strndup.m4: New file.
827
828         Module xstrtod.
829         * xstrtod.m4: New file.
830
831         Module xstrtol.
832         * xstrtol.m4: New file.
833
834         Module getdate.
835         * getdate.m4: New file.
836
837         Module unlocked-io.
838         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
839         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
840         * jm-glibc-io.m4n: Remove file.
841
842         Module long-options.
843         * long-options.m4: New file.
844
845         Module md5.
846         * md5.m4: New file.
847
848         Module sha.
849         * sha.m4: New file.
850
851         Module getstr.
852         * getstr.m4: New file.
853
854         Module getline.
855         * getline.m4 (gl_PREREQ_GETLINE): New macro.
856         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
857         <sys/types.h>, for size_t. Use the function name gnu_getline, not
858         simply getline. Infoke gl_PREREQ_GETLINE.
859
860         Module obstack.
861         * obstack.m4: New file.
862
863         Module hash.
864         * hash.m4: New file.
865
866         Module readtokens.
867         * readtokens.m4: New file.
868
869         Module strverscmp.
870         * strverscmp.m4: New file.
871
872         Module stdbool.
873         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
874
875         Module strtoll.
876         * strtoll.m4: New file.
877
878         Module strtoull.
879         * strtoull.m4: New file.
880
881         Module strtoimax.
882         * strtoimax.m4: New file.
883
884         Module strtoumax.
885         * strtoumax.m4: New file.
886
887         Module xstrtoimax.
888         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
889         Moved the strtol prerequisites to strtol.m4.
890         Moved the strtoll prerequisites to strtoll.m4.
891         Moved the strtoimax prerequisites to strtoimax.m4.
892
893         Module xstrtoumax.
894         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
895         Moved the strtoul prerequisites to strtoul.m4.
896         Moved the strtoull prerequisites to strtoull.m4.
897         Moved the strtoumax prerequisites to strtoumax.m4.
898
899         Module chown.
900         * chown.m4 (gl_PREREQ_CHOWN): New macro.
901         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
902
903         Module dup2.
904         * dup2.m4: New file.
905
906         Module ftruncate.
907         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
908         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
909
910         Module getgroups.
911         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
912         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
913
914         Module gettimeofday.
915         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
916         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
917         gl_PREREQ_GETTIMEOFDAY.
918
919         Module mkdir.
920         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
921         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
922
923         Module mkstemp.
924         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
925         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
926         jm_AC_TYPE_UINTMAX_T.
927         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
928
929         Module stat.
930         * stat.m4 (gl_PREREQ_STAT): New macro.
931         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
932
933         Module lstat.
934         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
935         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
936
937         Module timespec.
938         * timespec.m4 (gl_TIMESPEC): New macro.
939         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
940         * st_mtim.m4: Indentation.
941
942         Module nanosleep.
943         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
944         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
945         gl_PREREQ_NANOSLEEP.
946
947         Module regex.
948         * regex.m4 (jm_PREREQ_REGEX): New macro.
949         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
950         (gl_REGEX): New macro.
951
952         Module rename.
953         * rename.m4 (gl_PREREQ_RENAME): New macro.
954         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
955
956         Module rmdir.
957         * rmdir.m4: New file.
958
959         Module utime.
960         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
961         * utime.m4 (gl_PREREQ_UTIME): New macro.
962         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
963
964         Module dirname.
965         * dirname.m4: New file.
966
967         Module getopt.
968         * getopt.m4: New file.
969
970         Module unistd-safer.
971         * unistd-safer.m4: New file.
972
973         Module fnmatch.
974         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
975         declaration.
976         (gl_PREREQ_FNMATCH_EXTRA): New macro.
977         (gl_FUNC_FNMATCH_POSIX): New macro.
978         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
979         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
980         simply fnmatch.
981
982         Module exclude.
983         * exclude.m4: New file.
984
985         Module human.
986         * human.m4: New file.
987
988         Module acl.
989         * acl.m4: Nop.
990
991         Module backupfile.
992         * backupfile.m4: New file.
993         * d-ino.m4: Indentation.
994
995         Module fsusage.
996         * fsusage.m4 (gl_FSUSAGE): New macro.
997         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
998         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
999
1000         Module dirfd.
1001         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
1002
1003         Module euidaccess.
1004         * euidaccess.m4: New file.
1005
1006         Module file-type.
1007         * file-type.m4: New file.
1008
1009         Module fileblocks.
1010         * fileblocks.m4: New file.
1011
1012         Module filemode.
1013         * filemode.m4: New file.
1014
1015         Module isdir.
1016         * isdir.m4: New file.
1017
1018         Module lchown.
1019         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
1020         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
1021
1022         Module makepath.
1023         * makepath.m4: New file.
1024
1025         Module modechange.
1026         * modechange.m4: New file.
1027
1028         Module mountlist.
1029         * mountlist.m4: New file.
1030         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
1031         Indentation.
1032
1033         Module path-concat.
1034         * path-concat.m4: New file.
1035
1036         Module pathmax.
1037         * pathmax.m4: New file.
1038
1039         Module same.
1040         * same.m4: New file.
1041
1042         Module save-cwd.
1043         * save-cwd.m4: New file.
1044
1045         Module savedir.
1046         * savedir.m4: New file.
1047
1048         Module xgetcwd.
1049         * xgetcwd.m4: New file.
1050         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
1051
1052         Module xreadlink.
1053         * xreadlink.m4: New file.
1054
1055         Module safe-read.
1056         * safe-read.m4: New file.
1057
1058         Module safe-write.
1059         * safe-write.m4: New file.
1060
1061         Module closeout.
1062         * closeout.m4: New file.
1063
1064         Module stdio-safer.
1065         * stdio-safer.m4: New file.
1066
1067         Module getpass.
1068         * getpass.m4: New file.
1069
1070         Module getugroups.
1071         * getugroups.m4: New file.
1072
1073         Module group-member.
1074         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
1075         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
1076
1077         Module idcache.
1078         * idcache.m4: New file.
1079
1080         Module userspec.
1081         * userspec.m4: New file.
1082
1083         Module gettime.
1084         * clock_time.m4: New file.
1085         * gettime.m4: New file.
1086
1087         Module settime.
1088         * settime.m4: New file.
1089
1090         Module posixtm.
1091         * posixtm.m4: New file.
1092
1093         Module gethostname.
1094         * gethostname.m4: New file.
1095
1096         Module canon-host.
1097         * canon-host.m4: New file.
1098
1099         Module gettext.
1100         * codeset.m4: New file, from gettext-0.11.5.
1101         * gettext.m4: New file, from gettext-0.11.5.
1102         * glibc21.m4: New file, from gettext-0.11.5.
1103         * iconv.m4: New file, from gettext-0.11.5.
1104         * intdiv0.m4: New file, from gettext-0.11.5.
1105         * inttypes-pri.m4: New file, from gettext-0.11.5.
1106         * inttypes.m4: New file, from gettext-0.11.5.
1107         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
1108         * isc-posix.m4: New file, from gettext-0.11.5.
1109         * lcmessage.m4: New file, from gettext-0.11.5.
1110         * lib-ld.m4: New file, from gettext-0.11.5.
1111         * lib-link.m4: New file, from gettext-0.11.5.
1112         * lib-prefix.m4: New file, from gettext-0.11.5.
1113         * progtest.m4: New file, from gettext-0.11.5.
1114         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
1115         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
1116         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
1117
1118         Module localcharset.
1119         * localcharset.m4: New file.
1120
1121         Module hard-locale.
1122         * hard-locale.m4: New file.
1123
1124         Module mbswidth.
1125         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
1126         onceonly macros.
1127         * mbrtowc.m4: Add comment.
1128
1129         Module memcasecmp.
1130         * memcasecmp.m4: New file.
1131
1132         Module memcoll.
1133         * memcoll.m4: New file.
1134
1135         Module unicodeio.
1136         * unicodeio.m4: New file.
1137
1138         Module rpmatch.
1139         * rpmatch.m4: New file.
1140
1141         Module yesno.
1142         * yesno.m4: New file.
1143
1144         Module exitfail.
1145         * exitfail.m4: New file.
1146
1147         Module c-stack.
1148         * c-stack.m4 (gl_C_STACK): New macro.
1149         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
1150
1151         Module error.
1152         * error.m4 (gl_ERROR): New macro.
1153         (jm_PREREQ_ERROR): Use onceonly macros.
1154
1155         Module fatal.
1156         * fatal.m4: New file.
1157
1158         Module getloadavg.
1159         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
1160         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
1161
1162         Module getpagesize.
1163         * getpagesize.m4: New file.
1164
1165         Module getusershell.
1166         * getusershell.m4: New file.
1167
1168         Module physmem.
1169         * physmem.m4: New file.
1170
1171         Module posixver.
1172         * posixver.m4: New file.
1173
1174         Module quotearg.
1175         * quotearg.m4: New file.
1176
1177         Module quote.
1178         * quote.m4: New file.
1179
1180         Module readutmp.
1181         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
1182
1183         Module sig2str.
1184         * sig2str.m4: New file.
1185
1186         Other.
1187         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
1188         ulonglong.m4.
1189         * intmax_t.m4: New file.
1190         * d-type.m4: Indentation.
1191         * jm-macros.m4: Update.
1192         * prereq.m4 (jm_PREREQ): Update.
1193         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
1194         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
1195         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
1196         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
1197         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
1198         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
1199         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
1200         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
1201         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
1202         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
1203         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
1204         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
1205         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
1206         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
1207         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
1208         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
1209         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
1210         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
1211         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
1212
1213 2002-12-18  Bruno Haible  <bruno@clisp.org>
1214
1215         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
1216         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
1217
1218 2002-12-17  Bruno Haible  <bruno@clisp.org>
1219
1220         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
1221         stdlib.h, string.h.
1222
1223 2002-12-11  Bruno Haible  <bruno@clisp.org>
1224
1225         * setenv.m4: New file, from gettext-0.11.5.
1226
1227 2002-12-06  Paul Eggert  <eggert@twinsun.com>
1228
1229         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
1230         a pain in practice to deal with generated m4 files.  This change
1231         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
1232
1233         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
1234         and jm-glibc-io.m4, as they are no longer a special case.
1235         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
1236         kludge and the auto-generation stuff.  Check only whether the
1237         functions are declared, not whether they exist, since older hosts
1238         that don't declare the functions can't use the optimization anyway.
1239
1240 2002-07-06  Jim Meyering  <meyering@lucent.com>
1241
1242         * README: Don't mention Makefile.am.in.
1243         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
1244
1245 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1246
1247         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
1248
1249 2002-06-22  Jim Meyering  <meyering@lucent.com>
1250
1251         * c-stack.m4: New file, from diffutils-2.8.2.
1252         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
1253
1254         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
1255         now that configure.ac uses AC_GNU_SOURCE.
1256         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
1257         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
1258
1259         Update to latest tools.  Suggestions from Paul Eggert.
1260         * stdbool.m4: New file, from diffutils-2.8.2.
1261         * gnu-source.m4: Update from diffutils-2.8.2.
1262         * fnmatch.m4: Likewise.
1263         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
1264         to AC_HEADER_STDBOOL
1265
1266 2002-06-21  Jim Meyering  <meyering@lucent.com>
1267
1268         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
1269         * mbrtowc.m4: Likewise.
1270
1271         * mbstate_t.m4: Update from diffutils-2.8.2.
1272         * mbswidth.m4: Reflect name change:
1273         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
1274         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1275
1276         * lib-link.m4: Update from gettext-0.11.2.
1277         * gettext.m4: Likewise.
1278
1279         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
1280         From Alfred M. Szmidt.
1281
1282 2002-05-19  Paul Eggert  <eggert@twinsun.com>
1283
1284         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
1285
1286 2002-06-07  Jim Meyering  <meyering@lucent.com>
1287
1288         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
1289         They're needed at least for NetBSD 1.5.2.
1290         ($statxfs_includes): Include those same headers.
1291         ($statxfs_includes): Include sys/vfs.h if available.
1292         ($statxfs_includes): Likewise for sys/statvfs.h.
1293         Check for the following members in both structs statfs and statvfs:
1294         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
1295
1296 2002-06-01  Jim Meyering  <meyering@lucent.com>
1297
1298         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
1299         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
1300
1301 2002-05-28  Jim Meyering  <meyering@lucent.com>
1302
1303         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
1304         Reported by Volker Borchert.
1305
1306 2002-05-27  Jim Meyering  <meyering@lucent.com>
1307
1308         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
1309         localtime.
1310
1311         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
1312         use the replacement function; it wouldn't resolve at link time.
1313         Reported by Volker Borchert.
1314
1315 2002-04-30  Jim Meyering  <meyering@lucent.com>
1316
1317         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
1318
1319 2002-04-29  Paul Eggert  <eggert@twinsun.com>
1320
1321         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
1322         Do not check for alloca.h (no longer used) or stdbool.h (was never
1323         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
1324
1325 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1326
1327         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
1328
1329 2002-04-29  Jim Meyering  <meyering@lucent.com>
1330
1331         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
1332         * prereq.m4: Add jm_PREREQ_STRNLEN.
1333         Use AC_FUNC_STRNLEN here instead.
1334
1335         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
1336         With autoconf-2.53a, it's part of AC_PROG_CC.
1337
1338 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1339
1340         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
1341         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
1342
1343 2002-04-24  Jim Meyering  <meyering@lucent.com>
1344
1345         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
1346         (jm_PREREQ): Use it.
1347
1348         * getloadavg.m4: Check for these headers: locale.h unistd.h
1349         mach/mach.h fcntl.h.
1350         Check for this function: setlocale.
1351
1352 2002-04-16  Jim Meyering  <meyering@lucent.com>
1353
1354         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
1355         ut_pid, ut_id, ut_exit.
1356
1357 2002-04-12  Jim Meyering  <meyering@lucent.com>
1358
1359         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
1360         check for f_type in sys/mount.h.  Instead, just test for the existence
1361         of the getmntinfo function.  Needed for Darwin 5.3.
1362
1363         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
1364         This is necessary at least on Darwin 5.3.
1365
1366         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
1367         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
1368         in the library, and that makes some versions of ranlib object.
1369
1370 2002-04-09  Jim Meyering  <meyering@lucent.com>
1371
1372         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
1373         to be more precise.  Rather than saying we're checking whether the
1374         function `works', say what we're testing.
1375         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
1376         Reported by Bruno Haible.
1377
1378 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1379
1380         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
1381         Check for clock_settime.
1382
1383 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1384
1385         * acl.m4: New file.
1386         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
1387         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
1388
1389 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
1390
1391         * codeset.m4: Upgrade to gettext-0.11.
1392         * gettext.m4: Upgrade to gettext-0.11.
1393         * glibc21.m4: Upgrade to gettext-0.11.
1394         * iconv.m4: Upgrade to gettext-0.11.
1395         * isc-posix.m4: Upgrade to gettext-0.11.
1396         * lcmessage.m4: Upgrade to gettext-0.11.
1397         * lib-ld.m4: New file, from gettext-0.11.
1398         * lib-link.m4: New file, from gettext-0.11.
1399         * lib-prefix.m4: New file, from gettext-0.11.
1400         * progtest.m4: Upgrade to gettext-0.11.
1401
1402 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1403
1404         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
1405         (jm_PREREQ): Use it.
1406
1407 2002-01-26  Jim Meyering  <meyering@lucent.com>
1408
1409         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
1410         * strnlen.m4: Remove file, now that it's part of autoconf.
1411
1412 2002-01-22  Paul Eggert  <eggert@twinsun.com>
1413
1414         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
1415
1416 2002-01-19  Jim Meyering  <meyering@lucent.com>
1417
1418         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
1419         Remove useless quotes: DF_PROG="df".
1420         * strnlen.m4: New file.
1421
1422 2001-12-14  Jim Meyering  <meyering@lucent.com>
1423
1424         * jm-macros.m4 (jm_MACROS): Check for iswspace.
1425         Suggestion from Bruno Haible.
1426
1427 2001-11-20  Jim Meyering  <meyering@lucent.com>
1428
1429         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
1430         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
1431
1432 2001-11-19  Jim Meyering  <meyering@lucent.com>
1433
1434         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
1435         directory.  Use "conftestXXXXXX" as the template.
1436         Suggestion from Paul Eggert.
1437
1438         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
1439         so the test doesn't mistakenly hit the max-open-files limit.
1440
1441 2001-11-18  Jim Meyering  <meyering@lucent.com>
1442
1443         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
1444
1445 2001-11-17  Jim Meyering  <meyering@lucent.com>
1446
1447         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
1448         Prompted by a report from Bob Proulx.
1449
1450         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
1451         Instead, require UTILS_FUNC_MKSTEMP.
1452
1453 2001-11-11  Jim Meyering  <meyering@lucent.com>
1454
1455         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
1456         Now, that's done as part of AC_FUNC_STRTOD.
1457
1458 2001-10-22  Paul Eggert  <eggert@twinsun.com>
1459
1460         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
1461         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
1462
1463 2001-11-10  Jim Meyering  <meyering@lucent.com>
1464
1465         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
1466         (jm_PREREQ): Use it.
1467
1468 2001-11-09  Jim Meyering  <meyering@lucent.com>
1469
1470         * jm-macros.m4: Require autoconf-2.52f.
1471         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
1472         Use these AC_-prefixed names, not the AM_-prefixed ones.
1473
1474         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
1475
1476 2001-11-04  Jim Meyering  <meyering@lucent.com>
1477
1478         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
1479
1480 2001-11-03  Jim Meyering  <meyering@lucent.com>
1481
1482         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
1483         of AC_DEFUN.
1484
1485         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
1486         know the name of the variable in the macro definition.
1487
1488 2001-11-01  Jim Meyering  <meyering@lucent.com>
1489
1490         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1491         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1492
1493 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1494
1495         * error.m4 (jm_PREREQ_ERROR):
1496         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1497         AC_FUNC_STRERROR_R does that.
1498         Check for strerror declaration.
1499
1500         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1501         are supposed to have them these days.
1502         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1503         Merge changes from latest Autoconf CVS.
1504         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1505         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1506         POSIX decided to standardize on the int flavor of strerror_r.
1507
1508 2001-09-30  Jim Meyering  <meyering@lucent.com>
1509
1510         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1511         `struct fsstat' has the `f_fstypename' member.
1512         Use that to define FS_TYPE, which is now used to make
1513         the getfsstat link test tighter.
1514
1515 2001-09-29  Jim Meyering  <meyering@lucent.com>
1516
1517         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1518         [one-argument getmntent function]): Include stdio.h before mntent.h.
1519         SunOS 4.1.x needs it for the declaration of `FILE'.
1520         Patch by Volker Borchert.
1521
1522         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1523         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1524         sys/fs_types.h, and make the link-test for getfsstat guard #include
1525         directives with appropriate #if HAVE_*_H tests so that we can
1526         detect getfsstat on Apple Darwin1.3.7 systems.
1527         Reported by Nelson Beebe.
1528         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1529
1530 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1531
1532         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1533         #defines strtoimax.  Also treat the other strto* functions
1534         like strtoimax.
1535
1536         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1537         Check for strtoul and strtoumax,
1538         as those declarations are made even in the signed case.
1539         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1540         Likewise, for strtol and strtoimax.
1541
1542 2001-09-24  Jim Meyering  <meyering@lucent.com>
1543
1544         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1545
1546 2001-09-23  Jim Meyering  <meyering@lucent.com>
1547
1548         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1549         instead of the mere test for existence of mntent.h.  The latter
1550         would get a false-positive on AIX 3.4 systems.
1551         In the outer getmntent if-block, don't die if neither of the getmntent
1552         tests succeeds.  Instead, just fall through and continue with the
1553         remaining tests.
1554
1555 2001-09-22  Jim Meyering  <meyering@lucent.com>
1556
1557         * gettext.m4: New file.  From gettext.
1558         * lcmessage.m4: Sync with gettext -- this changes only comments.
1559         * progtest.m4: Likewise
1560         * isc-posix.m4: Decrement serial number to sync with gettext.
1561         * glibc21.m4: Likewise.
1562
1563         * libintl.m4: Remove.  No longer used.
1564
1565 2001-09-20  Jim Meyering  <meyering@lucent.com>
1566
1567         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1568         strtoimax.
1569         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1570         strtoumax.
1571
1572 2001-09-17  Jim Meyering  <meyering@lucent.com>
1573
1574         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1575         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1576         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1577         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1578         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1579         whenever the right hand side need not be expanded by the shell.
1580
1581 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1582
1583         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1584         library.  It's not correct, as some older glibcs are buggy.
1585         fnmatch wasn't fixed until glibc 2.2.
1586
1587         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1588         special shell magic here.
1589
1590 2001-09-16  Jim Meyering  <meyering@lucent.com>
1591
1592         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1593         * jm-macros.m4: Require it.
1594
1595 2001-09-15  Jim Meyering  <meyering@lucent.com>
1596
1597         * jm-macros.m4: Check for help2man.
1598
1599 2001-09-11  Jim Meyering  <meyering@lucent.com>
1600
1601         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1602         The body, by Paul Eggert, was moved here from configure.in.
1603         * jm-macros.m4: Require UTILS_HOST_OS.
1604
1605 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1606
1607         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1608         (jm_PREREQ): Use it.
1609
1610 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1611
1612         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1613         sys/param.h, as pathmax.h includes them.
1614
1615 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1616
1617         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
1618         (jm_PREREQ_XGETCWD): New macro.
1619
1620         * getcwd.m4: New file.
1621
1622 2001-09-01  Jim Meyering  <meyering@lucent.com>
1623
1624         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
1625         Used by df.
1626
1627 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1628
1629         Simplify code, partly by assuming autoconf 2.52 semantics.
1630
1631         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
1632
1633         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
1634         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
1635         All uses removed.
1636         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
1637         Move AC_REQUIRE to next-to-top level, to avoid confusion.
1638         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
1639         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
1640         * jm-macros.m4 (jm_MACROS): Likewise.
1641
1642         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
1643
1644         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1645         Quote first arg of AC_DEFUN.
1646         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
1647         since they are needed to parse the include file even if we need
1648         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
1649         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
1650         but with opposite signedness.
1651
1652 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1653
1654         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
1655         (jm_PREREQ_EXCLUDE): New macro.
1656
1657 2001-08-26  Jim Meyering  <meyering@lucent.com>
1658
1659         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
1660
1661         * xstrtoimax.m4: New file.
1662         * xstrtoumax.m4: Add comments explaining why we
1663         AC_REPLACE_FUNCS(strtol).
1664
1665 2001-06-20  Paul Eggert  <eggert@twinsun.com>
1666
1667         * inttypes.m4: Add AC_PREREQ(2.13).
1668         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
1669         (jm_AC_TYPE_INTMAX_T): New macro.
1670         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
1671
1672         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
1673
1674         * longlong.m4: Renamed from ulonglong.m4.
1675         * inttypes.m4: Renamed from inttypes_h.m4.
1676         * uintmax_t.m4: Removed.
1677
1678 2001-08-12  Jim Meyering  <meyering@lucent.com>
1679
1680         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
1681         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
1682         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
1683         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
1684         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
1685         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
1686         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
1687         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
1688         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
1689         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
1690         utime.m4, utimes.m4, xstrtoumax.m4:
1691         Quote the first argument in each use of AC_DEFUN.
1692
1693 2001-08-05  Jim Meyering  <meyering@lucent.com>
1694
1695         * jm-macros.m4: Require autoconf-2.52.
1696
1697 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1698
1699         The following changes are from gettext 0.10.39 as maintained by
1700         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
1701
1702         * codeset.m4: Upgrade to serial AM1.
1703         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
1704         all uses changed.  Quote first arg of AC_DEFUN.
1705         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
1706
1707         * iconv.m4: Upgrade to serial AM2.
1708         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
1709         Add --with-libconv-prefix.
1710         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1711         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1712         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1713         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1714         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1715
1716         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1717         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1718         * glibc21.m4 (jm_GLIBC21): Likewise.
1719         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1720         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1721         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1722         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1723         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1724         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1725
1726         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1727         string.h any more.
1728
1729         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1730         not the default value.
1731
1732         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1733         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1734         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1735         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1736         Also check for iswcntrl, used for wcwidth fallback.
1737         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1738         to Autoconf 2.13.
1739
1740 2001-08-03  Jim Meyering  <meyering@lucent.com>
1741
1742         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1743         as it was in the original.  Reported by Paul Eggert.
1744
1745 2001-07-16  Jim Meyering  <meyering@lucent.com>
1746
1747         * gettimeofday.m4: New file.
1748         Prompted by a report from Bernhard Baehr.
1749
1750 2001-07-15  Jim Meyering  <meyering@lucent.com>
1751
1752         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1753         Now it's in ../Makefile.cfg.
1754
1755 2001-07-04  Jim Meyering  <meyering@lucent.com>
1756
1757         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1758         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1759         distcheck failure.
1760
1761 2001-07-02  Jim Meyering  <meyering@lucent.com>
1762
1763         The following changes were prompted by suggestions from Bruno Haible.
1764
1765         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1766         is now generated.
1767         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1768         definition of EXTRA_DIST.
1769         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1770         ensure that the generated file is created/updated whenever the list
1771         of $(unlocked_functions) is changed.
1772         (jm-glibc-io.m4): New rule.
1773         (unlocked-io.h): New rule -- currently unused.
1774
1775 2001-06-24  Jim Meyering  <meyering@lucent.com>
1776
1777         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
1778         unmatched right bracket, rather than kludging it with an extra,
1779         falsely-matching quote in a comment.  Patch by Akim Demaille.
1780
1781 2001-05-27  Jim Meyering  <meyering@lucent.com>
1782
1783         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
1784         Check for ut_type in struct utmp.
1785
1786 2001-05-22  Jim Meyering  <meyering@lucent.com>
1787
1788         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
1789         now that we use the package-supplied version unconditionally.
1790         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
1791
1792 2001-05-21  Jim Meyering  <meyering@lucent.com>
1793
1794         * regex.m4: Change a couple backticks to single quotes to avoid shell
1795         syntax errors.
1796
1797 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
1798
1799         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
1800
1801 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1802
1803         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
1804         Don't bother to check library strftime, since
1805         we'll be using our own my_strftime function anyway.
1806         Define my_strftime instead of strftime.
1807
1808 2001-05-15  Jim Meyering  <meyering@lucent.com>
1809
1810         * regex.m4: Use proper quoting so brackets appear in the test program.
1811         Reported by, and with help from, Bruno Haible.
1812
1813 2001-05-13  Jim Meyering  <meyering@lucent.com>
1814
1815         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
1816
1817 2000-11-26  Paul Eggert  <eggert@twinsun.com>
1818
1819         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
1820
1821 2001-04-21  Jim Meyering  <meyering@lucent.com>
1822
1823         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
1824         doesn't interfere.
1825
1826 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
1827
1828         * ftruncate.m4: Check for chsize.
1829         Link with ftruncate.o unconditionally if ftruncate is missing.
1830         This was required when cross-compiling to i586-mingw32msvc.
1831
1832 2001-03-24  Jim Meyering  <meyering@lucent.com>
1833
1834         * jm-macros.m4: Require autoconf-2.49d.
1835
1836 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
1837
1838         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
1839
1840 2001-03-17  Jim Meyering  <meyering@lucent.com>
1841
1842         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
1843         now that the version in autoconf is equivalent.
1844         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
1845
1846         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
1847         Suggestion from Akim Demaille.
1848
1849         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
1850         (jm_PREREQ_TEMPNAME): New function.
1851
1852 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1853
1854         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
1855         lacks mkstemp.  Compile our own tempname.c if we compile our own
1856         mkstemp.c, as mkstemp relies on tempname.
1857
1858 2001-03-01  Jim Meyering  <meyering@lucent.com>
1859
1860         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
1861         AH_VERBATIM really does output its argument verbatim.
1862
1863 2001-02-18  Paul Eggert  <eggert@twinsun.com>
1864
1865         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
1866
1867 2001-02-17  Jim Meyering  <meyering@lucent.com>
1868
1869         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
1870         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
1871         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
1872         UnixWare 7.1.1.
1873
1874         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
1875         rather than AC_CACHE_VAL.
1876
1877 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1878
1879         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
1880         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
1881         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
1882         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1883
1884 2001-02-07  Jim Meyering  <meyering@lucent.com>
1885
1886         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
1887
1888 2001-02-05  Jim Meyering  <meyering@lucent.com>
1889
1890         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
1891         it includes the patch required for `large file' support with at least
1892         HP-UX's 10.20 /bin/cc.
1893
1894 2001-02-03  Jim Meyering  <meyering@lucent.com>
1895
1896         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
1897         AS_IF, now that it works once again (mysteriously).
1898         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1899
1900 2001-01-30  Jim Meyering  <meyering@lucent.com>
1901
1902         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
1903         * chown.m4: Rename conftestchown to conftest.chown.
1904         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
1905         * utimes.m4: s/conftestdata/conftest.data/
1906         Inspired by Pavel Roskin's change in autoconf.
1907
1908 2001-01-27  Jim Meyering  <meyering@lucent.com>
1909
1910         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
1911         a use of AS_IF.
1912         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1913
1914 2001-01-26  Jim Meyering  <meyering@lucent.com>
1915
1916         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
1917         quotearg.c includes it.
1918
1919 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1920
1921         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
1922         has const.
1923
1924 2001-01-20  Jim Meyering  <meyering@lucent.com>
1925
1926         Be sure that headers are checked before used in code compiled
1927         for the type checks.
1928         * jm-macros.m4 (jm_MACROS): Remove all header checks.
1929         In place of that, invoke jm_CHECK_ALL_TYPES.
1930         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
1931         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
1932         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
1933         The check for ssize_t was mistakenly run before the test for unistd.h.
1934
1935         The configure-time check for stdbool.h was missing.
1936         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
1937         (jm_PREREQ_HASH): New function.
1938
1939 2001-01-17  Jim Meyering  <meyering@lucent.com>
1940
1941         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
1942         for autoconf-2.49c.
1943         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
1944
1945 2001-01-14  Jim Meyering  <meyering@lucent.com>
1946
1947         * rename.m4: Use temporary directories named conftestdir{,2}, not
1948         foo and bar.  Create conftestdir/ in the script, not in the C code.
1949         Remove directories in the script, not in the C code.
1950         Remove conftestdir{,2} before trying to create the directory.
1951         Make the entire configure script fail if the mkdir fails.
1952
1953 2001-01-02  Volker Borchert  <bt@teknon.de>
1954
1955         * rename.m4: New file.
1956         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
1957
1958 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
1959
1960         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
1961         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
1962         so `make install' also works in VPATH builds.
1963
1964 2001-01-01  Jim Meyering  <meyering@lucent.com>
1965
1966         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
1967         on systems with utmpx.h.  It's necessary for the declaration of utmp's
1968         ut_user member.  Reported by Andreas Jaeger.
1969
1970         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
1971         They are required for the declarations of getgrgid and getpwuid resp.
1972         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
1973         Reported by Andreas Jaeger.
1974
1975 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
1976
1977         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
1978         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
1979         can be used in subdirectories.
1980
1981 2000-12-26  Jim Meyering  <meyering@lucent.com>
1982
1983         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
1984         with autoheader.
1985
1986 2000-12-17  Jim Meyering  <meyering@lucent.com>
1987
1988         * dos.m4 (jm_AC_DOS): New file and macro.
1989         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
1990
1991 2000-12-06  Paul Eggert  <eggert@twinsun.com>
1992
1993         * off_t-format.m4: Remove this file.
1994         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
1995
1996 2000-12-06  Jim Meyering  <meyering@lucent.com>
1997
1998         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
1999         strtoull, we may well need the replacement strtoul, too.
2000         Check for declarations of strtoul and strtoull.
2001         Check for strtol.  Mainly as a cue to cause automake to include
2002         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
2003         Check for limits.h -- strtol.c needs it.
2004
2005 2000-12-02  Jim Meyering  <meyering@lucent.com>
2006
2007         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
2008         * jm-macros.m4 (jm_MACROS): require it.
2009
2010 2000-11-30  Jim Meyering  <meyering@lucent.com>
2011
2012         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
2013
2014 2000-11-30  Jim Meyering  <meyering@lucent.com>
2015
2016         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
2017
2018 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
2019
2020         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
2021
2022 2000-11-04  Jim Meyering  <meyering@lucent.com>
2023
2024         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
2025
2026 2000-10-29  Jim Meyering  <meyering@lucent.com>
2027
2028         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
2029         * ls-mntd-fs.m4: Likewise
2030
2031 2000-10-28  Jim Meyering  <meyering@lucent.com>
2032
2033         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
2034         (jm_PREREQ_MEMCHR): New function.
2035
2036 2000-10-21  Jim Meyering  <meyering@lucent.com>
2037
2038         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
2039         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
2040         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
2041
2042 2000-09-18  Jim Meyering  <meyering@lucent.com>
2043
2044         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
2045         Otherwise, everyone ends up linking with -lelf for some configurations.
2046         Reported by Mike Stone.
2047
2048 2000-08-26  Jim Meyering  <meyering@lucent.com>
2049
2050         * jm-macros.m4: Use jm_FUNC_FPENDING.
2051         * fpending.m4: New file.
2052
2053 2000-08-20  Jim Meyering  <meyering@lucent.com>
2054
2055         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
2056         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
2057         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
2058
2059 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2060
2061         Improve fileutils installation on systems where running
2062         programs (like install) can't be unlinked.
2063         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
2064         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
2065
2066 2000-08-06  Paul Eggert  <eggert@twinsun.com>
2067
2068         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
2069         not char, for compatibility with glibc 2.1.3 strftime.c.
2070
2071 2000-07-23  Paul Eggert  <eggert@twinsun.com>
2072
2073         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2074
2075 2000-07-23  Jim Meyering  <meyering@lucent.com>
2076
2077         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
2078         getgrgid, getpwuid, getuid.
2079
2080 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
2081
2082         * mbswidth.m4: New file.
2083         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
2084
2085 2000-07-14  Jim Meyering  <meyering@lucent.com>
2086
2087         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
2088
2089 2000-07-10  Paul Eggert  <eggert@twinsun.com>
2090
2091         From a suggestion by Bruno Haible.
2092         * mbstate_t.m4 (AC_MBSTATE_T):
2093         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
2094         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
2095         and mbstate_t, to a single-part test that simply defines mbstate_t.
2096         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
2097
2098 2000-07-10  Jim Meyering  <meyering@lucent.com>
2099
2100         * strerror_r.m4: Mirror the correction made in autoconf.
2101
2102         * gnu-source.m4: Output to confdefs.h directly.
2103         Suggestion from Akim Demaille.
2104
2105 2000-07-09  Jim Meyering  <meyering@lucent.com>
2106
2107         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
2108         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
2109
2110         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
2111         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
2112
2113 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2114
2115         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
2116         to strerror_r.
2117         Include <ctype.h> for use of isalpha.
2118
2119 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2120         and Bruno Haible  <haible@clisp.cons.org>
2121
2122         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
2123         only if the test for an object-type mbstate_t fails.  This
2124         prevents us from mistakenly reporting that mbstate_t is a
2125         system object type after we "#define mbstate_t int" to work
2126         around its lack.
2127
2128 2000-07-04  Jim Meyering  <meyering@lucent.com>
2129
2130         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
2131         of the deprecated AC_CHECKING.
2132
2133 2000-07-03  Jim Meyering  <meyering@lucent.com>
2134
2135         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
2136
2137 2000-07-03  Paul Eggert  <eggert@twinsun.com>
2138
2139         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
2140         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2141
2142 2000-07-02  Jim Meyering  <meyering@lucent.com>
2143
2144         * mbstate_t.m4: Also define mbstate_t, if necessary.
2145
2146         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
2147         AC_LIBOBJ(function_name).
2148         * chown.m4: Likewise.
2149         * fnmatch.m4: Likewise.
2150         * ftruncate.m4: Likewise.
2151         * getgroups.m4: Likewise.
2152         * getline.m4: Likewise.
2153         * group-member.m4: Likewise.
2154         * jm-macros.m4: Likewise.
2155         * lstat.m4: Likewise.
2156         * malloc.m4: Likewise.
2157         * memcmp.m4: Likewise.
2158         * nanosleep.m4: Likewise.
2159         * putenv.m4: Likewise.
2160         * realloc.m4: Likewise.
2161         * regex.m4: Likewise.
2162         * stat.m4: Likewise.
2163         * strftime.m4: Likewise.
2164
2165 2000-07-01  Jim Meyering  <meyering@lucent.com>
2166
2167         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
2168         problem.
2169
2170 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2171
2172         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
2173         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
2174
2175 2000-07-01  Jim Meyering  <meyering@lucent.com>
2176
2177         * uptime.m4: Put double quotes around use of $cross_compiling.
2178
2179 2000-06-28  Jim Meyering  <meyering@lucent.com>
2180
2181         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
2182         by quotearg.c, for which we perform this test.  From Bruno Haible.
2183
2184 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2185
2186         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
2187         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
2188         <utmpx.h> exists, put readutmp.o into LIBOBJS.
2189
2190 2000-06-25  Jim Meyering  <meyering@lucent.com>
2191
2192         * mbstate_t.m4: Include stdio.h before wchar.h to work around
2193         Linux header bug when _XOPEN_SOURCE is defined to 500.
2194
2195 2000-06-24  Jim Meyering  <meyering@lucent.com>
2196
2197         * strerror_r.m4: Revive this file -- to try out an experimental
2198         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
2199         for which strerror does return char*, but which lacks a conveniently
2200         accessible declaration of the function.  If the compile-test says
2201         strerror_r doesn't work, then resort to a `run'-test that works on
2202         BeOS and segfaults on DEC Unix.
2203
2204 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2205
2206         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
2207         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
2208
2209 2000-06-23  Jim Meyering  <meyering@lucent.com>
2210
2211         * afs.m4: Add missing AC_MSG_RESULT.
2212         Reported by Bruno Haible.
2213
2214         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
2215         Suggestion from Bruno Haible.
2216
2217 2000-06-21  Jim Meyering  <meyering@lucent.com>
2218
2219         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
2220
2221 2000-06-18  Jim Meyering  <meyering@lucent.com>
2222
2223         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
2224
2225         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
2226         `checking whether...' message to be consistent with that of the
2227         lstat test.
2228
2229 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
2230
2231         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
2232
2233 2000-06-12  Jim Meyering  <meyering@lucent.com>
2234
2235         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
2236         from autoconf, and tweak the latter to accept an optional argument.
2237         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
2238         the optional argument, `lib'.
2239
2240 2000-06-08  Jim Meyering  <meyering@lucent.com>
2241
2242         * largefile.m4: Remove file (now that it's part of autoconf).
2243
2244 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2245
2246         Rewrite largefile configuration so that we don't need to run
2247         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
2248         AC_CANONICAL_HOST in configure.in -- jmm]
2249
2250         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
2251         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
2252         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
2253         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
2254         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
2255         All uses changed.
2256         Instead of inspecting the output of getconf, try to compile the
2257         test program without and with the macro definition.
2258         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
2259         for getconf.  Instead, check for the needed flags by compiling
2260         test programs.
2261
2262 2000-06-03  Jim Meyering  <meyering@lucent.com>
2263
2264         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
2265         now that autoconf requires that.
2266
2267         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
2268         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
2269         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
2270
2271 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2272
2273         * glibc21.m4: New file.
2274         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
2275
2276 2000-05-28  Jim Meyering  <meyering@lucent.com>
2277
2278         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
2279         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2280         * stat.m4: Likewise.
2281         * lstat.m4: Likewise.
2282         * lstat-slash.m4: Remove file (absorbed into autoconf).
2283
2284         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
2285         * strerror_r.m4: Remove file (absorbed into autoconf).
2286
2287 2000-05-26  Jim Meyering  <meyering@lucent.com>
2288
2289         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
2290
2291 2000-05-24  Jim Meyering  <meyering@lucent.com>
2292
2293         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
2294         autoconf requires that.
2295         * lib-check.m4: Likewise.
2296         * jm-macros.m4: Likewise.
2297         * strftime.m4: Likewise.
2298
2299         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
2300         now that autoconf requires that.
2301
2302 2000-05-22  Jim Meyering  <meyering@lucent.com>
2303
2304         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2305         * lstat.m4: Likewise.
2306
2307 2000-05-20  Jim Meyering  <meyering@lucent.com>
2308
2309         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
2310         (jm_PREREQ): Use it.
2311
2312 2000-05-09  Jim Meyering  <meyering@lucent.com>
2313
2314         * gettext.m4: Rename this...
2315         * libintl.m4: ...to this.
2316
2317 2000-05-06  Jim Meyering  <meyering@lucent.com>
2318
2319         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
2320         (AC_REPLACE_FUNCS): Add strnlen.
2321
2322         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
2323         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
2324
2325         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
2326         AC_SEARCH_LIBS call for nanosleep.
2327         (LIB_NANOSLEEP): Set and AC_SUBST.
2328
2329 2000-05-03  Paul Eggert  <eggert@twinsun.com>
2330
2331         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
2332         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2333         2.1.3 bug.  This avoids a clash when files like regex.c define
2334         _GNU_SOURCE.
2335
2336 2000-05-05  Jim Meyering  <meyering@lucent.com>
2337
2338         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
2339         call for clock_gettime.
2340         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
2341
2342         * search-libs.m4: Update from autoconf.
2343
2344         su doesn't work on Solaris 2.6.
2345         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
2346         <shadow.h>.  Reported by Dragos Harabor.
2347
2348 2000-05-03  Jim Meyering  <meyering@lucent.com>
2349
2350         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
2351
2352 2000-05-02  Paul Eggert  <eggert@twinsun.com>
2353
2354         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
2355         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
2356         compile-time test, rather than inspecting host and OS, to
2357         decide whether to define _LARGEFILE_SOURCE.
2358
2359 2000-05-01  Jim Meyering  <meyering@lucent.com>
2360
2361         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2362
2363         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
2364         Based on a patch from Bruno Haible.
2365
2366 2000-04-18  Jim Meyering  <meyering@lucent.com>
2367
2368         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
2369         (jm_PREREQ): Use it.
2370
2371 2000-04-17  Jim Meyering  <meyering@lucent.com>
2372
2373         Get it right :-)
2374         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
2375         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
2376         Suggestion from Akim Demaille.
2377
2378 2000-04-14  Jim Meyering  <meyering@lucent.com>
2379
2380         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
2381         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2382
2383 2000-04-13  Jim Meyering  <meyering@lucent.com>
2384
2385         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
2386         to insert required #ifndef into config.h.in.
2387         Suggestion from Akim Demaille.
2388
2389 2000-04-12  Jim Meyering  <meyering@lucent.com>
2390
2391         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
2392         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
2393         Christian Krackowizer.
2394
2395         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
2396         * jm-macros.m4 (_GNU_SOURCE): Define.
2397         (AC_SYS_LARGEFILE): Require.
2398         (AM_C_PROTOTYPES): Require.
2399
2400 2000-04-05  Paul Eggert  <eggert@twinsun.com>
2401
2402         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
2403         IRIX if the installer said otherwise.
2404
2405 2000-04-05  Jim Meyering  <meyering@lucent.com>
2406
2407         Portability tweaks required for ultrix4.3.
2408         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
2409         (jm_CHECK_DECLS): Add getutent to the list of functions.
2410         (_jm_DECL_HEADERS): Add utmpx.h.
2411         From John David Anglin.
2412
2413         * strftime.m4: Back out the 2000-04-02 change.
2414         Instead of that change, simply undefine putenv in the test program.
2415
2416 2000-04-03  Jim Meyering  <meyering@lucent.com>
2417
2418         * gettext.m4: Fix typo in comment.
2419
2420         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
2421         textutils/configure.in).  Suggestion from Paul Eggert.
2422         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
2423
2424 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2425
2426         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
2427         variable in the shell rather than using putenv, which isn't
2428         portable.  This avoids the configure-time inter-test dependency
2429         on the potentially-renamed putenv function.
2430
2431 2000-03-30  Paul Eggert  <eggert@twinsun.com>
2432
2433         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
2434         before checking struct stat.st_blksize, so that
2435         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
2436
2437 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2438
2439         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
2440         since strftime.c uses HAVE_STRFTIME to decide whether to use
2441         the underlying strftime.
2442
2443 2000-03-10  Jim Meyering  <meyering@lucent.com>
2444
2445         * lib-check.m4: Look for getspnam in -lgen, too.
2446         From Marco Franzen.
2447
2448 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2449
2450         * codeset.m4: New file.
2451         * iconv.m4: New file.
2452         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
2453
2454 2000-03-04  Jim Meyering  <meyering@lucent.com>
2455
2456         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
2457         for lib/localcharset.c.
2458
2459 2000-03-03  Jim Meyering  <meyering@lucent.com>
2460
2461         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
2462
2463 2000-03-02  Jim Meyering  <meyering@lucent.com>
2464
2465         * timespec.m4: Require AC_HEADER_TIME before the cache check so
2466         the messages come out on separate lines.
2467
2468         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
2469         rather than jm_CHECK_DECLARATIONS.
2470         * decl.m4: Remove now-unused file.
2471
2472         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
2473
2474 2000-02-27  Jim Meyering  <meyering@lucent.com>
2475
2476         * check-decl.m4: Add getenv to the list.
2477
2478 2000-02-23  Jim Meyering  <meyering@lucent.com>
2479
2480         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
2481         in place of my hack.
2482
2483 2000-02-10  Jim Meyering  <meyering@lucent.com>
2484
2485         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
2486         gnu_nanosleep to rpl_nanosleep.
2487
2488 2000-02-09  Jim Meyering  <meyering@lucent.com>
2489
2490         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2491         struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
2492
2493 2000-02-08  Akim Demaille  <akim@epita.fr>
2494
2495         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2496         `[' and `]' and remove uses of `changequote'.
2497         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2498         (AC_SYS_LARGEFILE): Likewise.
2499         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2500         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2501         of changequote.
2502         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2503         * readdir.m4 (jm_FUNC_READDIR): Likewise
2504         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2505         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2506
2507 2000-02-05  Jim Meyering  <meyering@lucent.com>
2508
2509         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2510         Remove explicit use of AC_HEADER_TIME.  It is required by
2511         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2512         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2513         in autoconf whereby the expansion of the latter ended up preceding
2514         the expansion of its prerequisite, AC_HEADER_TIME.
2515         Reported by Volker Borchert.
2516
2517 2000-02-03  Jim Meyering  <meyering@lucent.com>
2518
2519         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2520
2521 2000-02-02  Jim Meyering  <meyering@lucent.com>
2522
2523         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2524         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2525         Reported by Eli Zaretskii.
2526
2527 2000-01-31  Jim Meyering  <meyering@lucent.com>
2528
2529         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2530         functions.  Add the time.h and sys/time.h headers along with the
2531         AC_REQUIRE'ment of AC_HEADER_TIME.
2532
2533 2000-01-30  Jim Meyering  <meyering@lucent.com>
2534
2535         * lib-check.m4: Clean up some kludgy old shadow password tests.
2536
2537         * prereq.m4 (utmp_includes): Define.
2538         Check for ut_user and ut_name members in both struct utmpx
2539         and struct utmp.
2540
2541 2000-01-29  Jim Meyering  <meyering@lucent.com>
2542
2543         * lib-check.m4: New file containing library-related checks from
2544         fileutils and sh-utils (textutils had none).
2545
2546 2000-01-28  Jim Meyering  <meyering@lucent.com>
2547
2548         * perl.m4: Change format of warning message to look more like that
2549         from the missing script.  Suggestion from Fran�is Pinard.
2550
2551 2000-01-25  Jim Meyering  <meyering@lucent.com>
2552
2553         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2554         as time.h in the compile check.
2555         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2556         Fix typo in cross-compiling case: s/yes/no/.
2557
2558 2000-01-23  Jim Meyering  <meyering@lucent.com>
2559
2560         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2561
2562         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2563         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2564
2565         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2566         s/space/ac_fsusage_space/.
2567         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2568
2569         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2570         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2571         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2572
2573         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2574         AC_SUBST these here, rather than just in sh-util/configure.in, so
2575         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2576         all the same.
2577         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2578         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2579         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2580         (AC_SUBST(POW_LIBM)): Likewise.
2581         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2582
2583 2000-01-22  Jim Meyering  <meyering@lucent.com>
2584
2585         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2586
2587         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2588
2589         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2590         configure.in
2591         (AC_CHECK_HEADERS): Likewise for sh-utils.
2592         (AC_CHECK_HEADERS): Likewise for textutils.
2593         Merge the three lists of headers.
2594
2595         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2596         from fileutils' configure.in.
2597
2598         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2599         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2600
2601         * check-decl.m4: Use #if rather than #ifdef.
2602         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2603         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2604         (_jm_DECL_HEADERS): Define new function.
2605         (jm_CHECK_DECLARATIONS): Require it.
2606
2607 2000-01-19  Jim Meyering  <meyering@lucent.com>
2608
2609         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2610         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2611         defines `struct timespec' in <sys/time.h>
2612
2613         * c-bs-a.m4: Remove uses of changequote altogether.
2614         Thanks to Akim for explaining.
2615
2616 2000-01-16  Jim Meyering  <meyering@lucent.com>
2617
2618         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
2619         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
2620         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
2621         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
2622
2623 2000-01-16  Jim Meyering  <meyering@lucent.com>
2624
2625         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
2626         because the latter didn't work.
2627
2628 2000-01-15  Jim Meyering  <meyering@lucent.com>
2629
2630         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
2631         (AC_REPLACE_FUNCS): Add memcpy and memset.
2632         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2633         Add strpbrk.
2634         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2635
2636 2000-01-12  Jim Meyering  <meyering@lucent.com>
2637
2638         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
2639         (jm_PREREQ): Use it.
2640         (jm_PREREQ_READUTMP): New macro.
2641         (jm_PREREQ): Use it.
2642
2643 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2644
2645         Quote multibyte characters correctly.
2646         * c-bs-a.m4: New file.
2647         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
2648         (jm_PREREQ): Use it.
2649
2650 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2651
2652         * uintmax_t.m4: Port to autoconf 2.13.
2653
2654 2000-01-08  Jim Meyering  <meyering@ascend.com>
2655
2656         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
2657         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
2658
2659 2000-01-04  Jim Meyering  <meyering@ascend.com>
2660
2661         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
2662         jm_STRUCT_DIRENT_D_TYPE.
2663         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
2664         jm_STRUCT_DIRENT_D_INO.
2665         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
2666         jm_STRUCT_UTIMBUF.
2667         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
2668         * utime.m4: Likewise.
2669
2670         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
2671         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
2672
2673 2000-01-03  Paul Eggert  <eggert@twinsun.com>
2674
2675         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
2676         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
2677
2678 2000-01-02  Jim Meyering  <meyering@ascend.com>
2679
2680         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
2681         remember if this is necessary.
2682
2683 1999-12-26  Jim Meyering  <meyering@ascend.com>
2684
2685         * jm-macros.m4: Use it here.
2686         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
2687
2688 1999-12-23  Jim Meyering  <meyering@ascend.com>
2689
2690         * jm-macros.m4: Check for clock_gettime (moved from
2691         fileutils/configure.in)
2692         Check for gettimeofday.
2693
2694 1999-12-20  Jim Meyering  <meyering@ascend.com>
2695
2696         * strftime.m4: Remove kludge, now that I'm using the fixed
2697         autoconf-2.14a-1999-12-20.
2698
2699 1999-12-19  Jim Meyering  <meyering@ascend.com>
2700
2701         * lstat-slash.m4: New file.
2702         * jm-macros.m4: Use the new macro:
2703         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2704
2705 1999-12-07  Jim Meyering  <meyering@ascend.com>
2706
2707         * perl.m4: Require that File::Compare be available, too.
2708         Too many systems seem to lack it.
2709
2710         * strftime.m4: Add checks for most of the cpp macros tested in
2711         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2712
2713 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2714
2715         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2716         problem with the QNX 4.25 shell, which doesn't propagate exit
2717         status of failed commands inside shell assignments.
2718
2719 1999-11-17  Jim Meyering  <meyering@ascend.com>
2720
2721         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2722
2723 1999-11-07  Jim Meyering  <meyering@ascend.com>
2724
2725         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2726
2727 1999-11-06  Jim Meyering  <meyering@ascend.com>
2728
2729         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2730         * jm-macros.m4 (jm_MACROS): Use it here.
2731
2732 1999-11-05  Jim Meyering  <meyering@ascend.com>
2733
2734         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2735         of textutils, fileutils, and sh-utils into this one (shared between
2736         those packages) file.
2737         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2738         AC_STRUCT_ST_BLKSIZE.
2739
2740 1999-11-03  Jim Meyering  <meyering@ascend.com>
2741
2742         * ssize_t.m4: Remove file.  No longer needed since the new version of
2743         AC_CHECK_TYPE checks includes unistd.h.
2744         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2745         Suggestion from Akim Demaille.
2746
2747 1999-10-30  Jim Meyering  <meyering@ascend.com>
2748
2749         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2750         m4-quoted string.
2751         * ls-mntd-fs.m4: Likewise.
2752         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2753         * jm-winsz1.m4: Likewise.
2754
2755         * const.m4: Remove file, since the fix made it into the experimental
2756         version of autoconf.
2757         * mktime.m4: Likewise.
2758
2759         * check-type.m4: Remove file, now that the latest version of
2760         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2761
2762         * ssize_t.m4: New file, requires experimental version of autoconf.
2763         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2764         AC_CHECK_TYPE.
2765
2766 1999-10-04  Jim Meyering  <meyering@ascend.com>
2767
2768         * jm-macros.m4: Don't require autoconf-2.14.1.
2769
2770 1999-09-22  Paul Eggert  <eggert@twinsun.com>
2771
2772         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
2773         2.95.1 bug with HP-UX 10.20.
2774
2775 1999-09-17  Jim Meyering  <meyering@ascend.com>
2776
2777         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
2778         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
2779         due to missing strdup (against sh-utils-2.0).
2780
2781 1999-08-29  Jim Meyering  <meyering@ascend.com>
2782
2783         * jm-macros.m4: Require jm_BISON.
2784         * bison.m4: New file.
2785
2786 1999-08-17  Paul Eggert  <eggert@twinsun.com>
2787
2788         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
2789         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
2790
2791 1999-08-05  Jim Meyering  <meyering@ascend.com>
2792
2793         * getline.m4: Rename test file from conftestdata to conftest.data
2794         to avoid conflicts with `conftest' on 8+3 filesystems.
2795         Suggestion from Eli Zaretskii.
2796
2797 1999-08-04  Jim Meyering  <meyering@ascend.com>
2798
2799         * jm-macros.m4: Move a 4-line block of code from the configure.in of
2800         fileutils and sh-utils (textutils's getline test was inadequate).
2801         (AM_FUNC_GETLINE): Run this test.
2802         (AC_CHECK_FUNCS): Check for getdelim.
2803         Reported by Bob Proulx.
2804
2805 1999-08-02  Jim Meyering  <meyering@ascend.com>
2806
2807         * jm-macros.m4: Add a comment.
2808
2809 1999-08-01  Jim Meyering  <meyering@ascend.com>
2810
2811         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
2812
2813 1999-08-01  Paul Eggert  <eggert@twinsun.com>
2814
2815         * lfs.m4: Remove this file.
2816         * largefile.m4: New file.  It contains the old contents of
2817         lfs.m4, except that all names with prefix AC_LFS have been
2818         changed to use the prefix AC_SYS_LARGEFILE instead, to be
2819         compatible with future autoconf versions.  Also, some minor m4
2820         quoting problems have been fixed.
2821
2822 1999-07-16  Paul Eggert  <eggert@twinsun.com>
2823
2824         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
2825         that we can shift, multiply and divide unsigned long long
2826         values; Ultrix cc can't do it.
2827
2828 1999-07-14  Paul Eggert  <eggert@twinsun.com>
2829
2830         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
2831         <inttypes.h> defines strtoumax as a macro (and not as a
2832         function).
2833
2834 1999-07-05  Paul Eggert  <eggert@twinsun.com>
2835
2836         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
2837         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
2838         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
2839         and simplify the shell code.
2840
2841 1999-07-03  Paul Eggert  <eggert@twinsun.com>
2842
2843         * mktime.m4: New file, which is a preview of what should appear
2844         in the next public autoconf release.
2845
2846 1999-07-20  Jim Meyering  <meyering@ascend.com>
2847
2848         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
2849
2850 1999-07-15  Jim Meyering  <meyering@ascend.com>
2851
2852         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
2853
2854 1999-05-22  Jim Meyering  <meyering@ascend.com>
2855
2856         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
2857
2858 1999-05-20  Jim Meyering  <meyering@ascend.com>
2859
2860         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
2861         Add a colon after each `then' in case $4 is empty.
2862
2863 1999-05-16  Jim Meyering  <meyering@ascend.com>
2864
2865         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
2866
2867 1999-05-10  Jim Meyering  <meyering@ascend.com>
2868
2869         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
2870
2871         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
2872         AC_FUNC_MKTIME.
2873
2874 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2875
2876         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
2877
2878 1999-05-04  Paul Eggert  <eggert@twinsun.com>
2879
2880         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
2881         not CPPFLAGS, so that linking works correctly in IRIX.
2882
2883 1999-04-30  Paul Eggert  <eggert@twinsun.com>
2884
2885         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
2886
2887 1999-04-20  Jim Meyering  <meyering@ascend.com>
2888
2889         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
2890         AC_REPLACE xstroull if necessary.  From Paul Eggert.
2891         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
2892
2893 1999-04-20  Paul Eggert  <eggert@twinsun.com>
2894
2895         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
2896         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
2897         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
2898         jm_AC_TYPE_UNSIGNED_LONG_LONG.
2899         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
2900
2901         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
2902
2903 1999-04-18  Jim Meyering  <meyering@ascend.com>
2904
2905         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
2906         * jm-macros.m4: Use it.
2907
2908 1999-04-06  Jim Meyering  <meyering@ascend.com>
2909
2910         * strftime.m4: Remove test for %f.
2911
2912 1999-03-29  Jim Meyering  <meyering@ascend.com>
2913
2914         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
2915         superset of the AC_TYPE_* checks in the textutils, fileutils,
2916         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
2917         AC_TYPE_PID_T.
2918
2919 1999-03-28  Jim Meyering  <meyering@ascend.com>
2920
2921         * jm-macros.m4: Define GNU_PACKAGE here.
2922         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
2923         replaced e.g., in the *.sh files of the sh-utils.
2924
2925 1999-03-20  Jim Meyering  <meyering@ascend.com>
2926
2927         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
2928         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
2929         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
2930
2931 1999-03-19  Jim Meyering  <meyering@ascend.com>
2932
2933         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
2934
2935 1999-03-12  Jim Meyering  <meyering@ascend.com>
2936
2937         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
2938
2939 1999-03-07  Jim Meyering  <meyering@ascend.com>
2940
2941         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
2942
2943 1999-02-17  Jim Meyering  <meyering@ascend.com>
2944
2945         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
2946         in macro definition.  From Eli Zaretskii and Alain Magloire.
2947
2948 1999-02-07  Jim Meyering  <meyering@ascend.com>
2949
2950         * group-member.m4: New file -- extracted from sh-utils' configure.in.
2951
2952         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2953         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
2954
2955 1999-02-06  Jim Meyering  <meyering@ascend.com>
2956
2957         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
2958         * fnmatch.m4: Likewise.
2959         * getgroups.m4: Likewise.
2960         * lstat.m4: Likewise.
2961         * malloc.m4: Likewise.
2962         * putenv.m4: Likewise.
2963         * realloc.m4: Likewise.
2964         * regex.m4: Likewise.
2965         * stat.m4: Likewise.
2966         * strftime.m4: Likewise.
2967         Suggestion from Alain Magloire.
2968
2969         * chown.m4: Use `.$ac_objext', not `.o'.
2970         * fnmatch.m4: Likewise.
2971         * getgroups.m4: Likewise.
2972         * getline.m4: Likewise.
2973         * lstat.m4: Likewise.
2974         * malloc.m4: Likewise.
2975         * memcmp.m4: Likewise.
2976         * putenv.m4: Likewise.
2977         * realloc.m4: Likewise.
2978         * regex.m4: Likewise.
2979         * stat.m4: Likewise.
2980         * strftime.m4: Likewise.
2981         Suggestion from Alain Magloire.
2982
2983         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
2984         an argument.
2985
2986         * regex.m4: Add a run-time Test for proper operation of
2987         re_compile_pattern.
2988
2989 1999-01-31  Jim Meyering  <meyering@ascend.com>
2990
2991         * getloadavg.m4: Check for locale.h and the function, setlocale.
2992
2993 1999-01-30  Jim Meyering  <meyering@ascend.com>
2994
2995         * check-type.m4: Use 3-arg form of AC_DEFINE.
2996
2997         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
2998         rather than my private copy, now that the official one is up to date.
2999         * mktime.m4: Remove file.
3000
3001         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
3002         * uptime.m4: Likewise.
3003         * uintmax_t.m4: Likewise.
3004
3005 1999-01-28  Jim Meyering  <meyering@ascend.com>
3006
3007         * jm-macros.m4: Use jm_AFS.
3008         * afs.m4: New file (from fileutils' configure.in).
3009
3010         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
3011         * chown.m4: Likewise.
3012         * d-ino.m4: Likewise.
3013         * d-type.m4: Likewise.
3014         * fnmatch.m4: Likewise.
3015         * getgroups.m4: Likewise.
3016         * gettext.m4: Likewise.
3017         * jm-mktime.m4: Likewise.
3018         * jm-winsz2.m4: Likewise.
3019         * lcmessage.m4: Likewise.
3020         * ls-mntd-fs.m4: Likewise.
3021         * malloc.m4: Likewise.
3022         * memcmp.m4: Likewise.
3023         * putenv.m4: Likewise.
3024         * realloc.m4: Likewise.
3025         * st_mtim.m4: Likewise.
3026         * strftime.m4: Likewise.
3027
3028 1999-01-16  Jim Meyering  <meyering@ascend.com>
3029
3030         * jm-macros.m4 (ARGMATCH_DIE): Define.
3031         (ARGMATCH_DIE_DECL): Define.
3032
3033 1999-01-12  Jim Meyering  <meyering@ascend.com>
3034
3035         * Makefile.am.in: Rewrite to avoid using fmt.
3036         Reported by Lars Hecking.
3037
3038 1999-01-10  Jim Meyering  <meyering@ascend.com>
3039
3040         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
3041         gross kludge.
3042         * inttypes_h.m4: Likewise.
3043         * lstat.m4: Likewise.
3044         * malloc.m4: Likewise.
3045         * readdir.m4: Likewise.
3046         * realloc.m4: Likewise.
3047         * st_dm_mode.m4: Likewise.
3048         * stat.m4: Likewise.
3049         * utimbuf.m4: Likewise.
3050         * utimes.m4: Likewise.
3051
3052         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
3053         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
3054         comments in config.h.in are meaningful.
3055
3056         * jm-macros.m4: Require autoconf-2.13 here.
3057
3058         * regex.m4: By default, don't use the included regex.c on systems
3059         with glibc 2.  Suggestion from Uli Drepper.
3060
3061 1999-01-02  Jim Meyering  <meyering@ascend.com>
3062
3063         * jm-macros.m4: Replace strcasecmp and strncasecmp.
3064
3065 1998-12-18  Jim Meyering  <meyering@ascend.com>
3066
3067         * Makefile.am.in (Makefile.am): Simplify rule.
3068         Based on a suggestion from Lars Hecking.
3069
3070 1998-11-16  Jim Meyering  <meyering@ascend.com>
3071
3072         * lfs.m4: Double-quote the `uname...` expression.
3073
3074 1998-11-16  Paul Eggert  <eggert@twinsun.com>
3075
3076         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
3077
3078 1998-11-14  Jim Meyering  <meyering@ascend.com>
3079
3080         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
3081         * stat.m4: Likewise.
3082
3083 1998-11-03  Jim Meyering  <meyering@ascend.com>
3084
3085         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
3086         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
3087
3088 1998-10-18  Jim Meyering  <meyering@ascend.com>
3089
3090         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
3091
3092 1998-10-17  Jim Meyering  <meyering@ascend.com>
3093
3094         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
3095         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
3096         calls for those previously hard-coded headers.  Instead, take a new
3097         parameter.
3098         (jm_CHECK_DECLARATIONS): Reflect interface change.
3099         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
3100         (jm_CHECK_DECL_LOCALTIME_R): New macro.
3101
3102         * mktime.m4: Test for spring-forward gap before long-running test.
3103
3104 1998-10-14  Jim Meyering  <meyering@ascend.com>
3105
3106         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
3107         instead of "TZ=America/Vancouver".  From Paul Eggert.
3108
3109 1998-10-11  Jim Meyering  <meyering@ascend.com>
3110
3111         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
3112         This adds a test for a recently added compatibility fix for mktime.c.
3113         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
3114
3115 1998-09-27  Jim Meyering  <meyering@ascend.com>
3116
3117         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
3118
3119         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
3120         ../configure.in, including a change from Gordon Matzigkeit to allow
3121         cross-compiling for the Hurd.
3122
3123         * glibc.m4: New file/macro to test for the GNU C Library
3124         versions 1 and 2.  From Gordon Matzigkeit.
3125         Indent.
3126
3127 1998-09-21  Jim Meyering  <meyering@ascend.com>
3128
3129         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
3130
3131 1998-08-18  Paul Eggert  <eggert@twinsun.com>
3132
3133         Port nanosecond-resolution times to UnixWare 2.1.2 and
3134         pedantic Solaris 2.6.
3135
3136         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
3137         AC_STRUCT_ST_MTIM.
3138         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
3139         Generate name of ns member, instead of just 1 or undef.
3140         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
3141
3142 1998-08-15  Jim Meyering  <meyering@ascend.com>
3143
3144         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
3145         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
3146         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
3147         instead of jm_TYPE_SSIZE_T.
3148
3149 1998-08-12  Jim Meyering  <meyering@ascend.com>
3150
3151         * st_dm_mode.m4: New file.  From Johan Danielsson.
3152
3153 1998-08-02  Jim Meyering  <meyering@ascend.com>
3154
3155         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
3156         in acconfig.h manually.
3157
3158 1998-07-31  Paul Eggert  <eggert@twinsun.com>
3159
3160         * st_mtim.m4: New file.
3161
3162 1998-07-28  Jim Meyering  <meyering@ascend.com>
3163
3164         * utimes.m4: Undef stat.
3165
3166 1998-07-25  Jim Meyering  <meyering@ascend.com>
3167
3168         * utime.m4 (jm_FUNC_UTIME): New file and macro.
3169         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
3170
3171 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
3172
3173         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
3174         uid and gid actually remain unchanged.
3175
3176 1998-07-07  Jim Meyering  <meyering@ascend.com>
3177
3178         * jm-glibc-io.m4: Remove fclose_unlocked.
3179
3180 1998-07-04  Jim Meyering  <meyering@ascend.com>
3181
3182         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
3183         to prove that this macro can be used in packages without regex.c.
3184
3185 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3186
3187         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
3188         is to be used.
3189
3190 1998-07-03  Jim Meyering  <meyering@ascend.com>
3191
3192         * gettext.m4: Add -lintl if it's found to be necessary.
3193
3194         * gettext.m4: New file -- from gettext-0.10.35.
3195         * lcmessage.m4: Likewise.
3196         * progtest.m4: Likewise.
3197
3198         * regex.m4 (jm_WITH_REGEX): New file and macro.
3199         * jm-macros.m4: Require the new macro.
3200
3201 1998-06-29  Jim Meyering  <meyering@ascend.com>
3202
3203         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
3204         for the definition of NGROUPS (used in a system header included
3205         by sys/mount.h).
3206
3207 1998-06-28  Jim Meyering  <meyering@ascend.com>
3208
3209         * ls-mntd-fs.m4: New file.
3210         * fstypename.m4: New file.
3211
3212         * jm-macros.m4: Require the new macro.
3213         * jm-glibc-io.m4: New file.
3214
3215 1998-05-19  Jim Meyering  <meyering@ascend.com>
3216
3217         * jm-macros.m4: Add jm_FUNC_LCHOWN.
3218         * lchown.m4: New file.
3219
3220         * Makefile.am.in: New file.
3221         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
3222
3223 1998-05-14  Jim Meyering  <meyering@ascend.com>
3224
3225         * Makefile.am (EXTRA_DIST): Add them.
3226         * jm-macros.m4: New file.
3227         * utimbuf.m4: New file.
3228
3229 1998-05-12  Jim Meyering  <meyering@ascend.com>
3230
3231         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
3232
3233 1998-05-11  Jim Meyering  <meyering@ascend.com>
3234
3235         * isc-posix.m4: New file.
3236
3237 1998-05-10  Jim Meyering  <meyering@ascend.com>
3238
3239         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
3240
3241 1998-05-09  Jim Meyering  <meyering@ascend.com>
3242
3243         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
3244         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
3245         with automake.
3246
3247         * ssize_t.m4: New file.
3248         * mktime.m4: Remove file -- the new automake has this now.
3249
3250 1998-04-26  Jim Meyering  <meyering@ascend.com>
3251
3252         * assert.m4: New file.
3253         * Makefile.am (EXTRA_DIST): Add assert.m4.
3254
3255 1998-04-05  Jim Meyering  <meyering@ascend.com>
3256
3257         * prereq.m4 (jm_PREREQ_REGEX): New macro.
3258         (jm_PREREQ): Use it here.
3259
3260 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
3261
3262         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
3263         in acconfig.h.
3264
3265 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
3266
3267         * prereq.m4: New file.
3268         * error.m4: New file.
3269         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
3270
3271 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
3272
3273         * getline.m4: Don't set am_cv_func_working_getline before the
3274         cache-check for the same variable -- that defeated the purpose of
3275         the test; the test program was never run.  This was a problem only
3276         on systems with losing getline functions -- HP-UX 10.20 is one.
3277         Reported by Bjorn Helgaas.
3278
3279 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
3280
3281         * Makefile.am (EXTRA_DIST): Add perl.m4.
3282
3283 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
3284
3285         * Makefile.am (EXTRA_DIST): Add const.m4.
3286
3287         * const.m4: New file.  Use an initializer in this declaration
3288         typedef int charset[2]; const charset x;
3289         Reported by Bob Glickstein.
3290
3291 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
3292
3293         * chown.m4: Fix reversed types on -1 args to chown.
3294         From Kaveh Ghazi.
3295
3296 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
3297
3298         * check-decl.m4: s/DECLARATION_/DECL_/g.
3299         Add lseek and memchr.
3300
3301         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
3302         T.E.Dickey <dickey@clark.net> said that some older preprocessors
3303         have a 20-character limit on names.
3304
3305 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
3306
3307         * inttypes_h.m4: New file.
3308         * uintmax_t.m4: New file.
3309         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.