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