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