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