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