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