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