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