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