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