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