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