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