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