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