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