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