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