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