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