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