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