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