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