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