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