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