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