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