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