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