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