Merge from coreutils, etc.
[pspp] / m4 / ChangeLog
1 2003-08-16  Paul Eggert  <eggert@twinsun.com>
2
3         Merges from coreutils, etc.
4         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
5         fixing a typo.
6         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
7         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
8
9 2003-08-16  Jim Meyering  <jim@meyering.net>
10         and Paul Eggert  <eggert@cs.ucla.edu>
11
12         Merges from coreutils, etc.
13         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
14         (gl_PHYSMEM): Use it.  
15         Also check for `table' function.
16         Check for new headers and functions.
17         Add check for sys/sysmp.h.
18         With suggestions from Kaveh Ghazi.
19         Ignore headers that are present but cannot be compiled.  This
20         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
21         C 5.4.
22         
23 2003-08-16  Jim Meyering  <jim@meyering.net>
24
25         Merges from coreutils.
26         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
27         prefix.  Adjust cache variables similarly.  Create 500 rather than
28         just 300 files, to exercise bug on Darwin6.5, too.
29         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
30         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
31         Reported by mkc@mathdogs.com.
32         Also change use of $am_cv_sys_posix_termios
33         to $ac_cv_sys_posix_termios.   Reported by Andreas Schwab.
34         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
35         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
36         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
37         /proc/mounts until it finds one with matching device number.  This is
38         unnecessary when the FILE argument *is* a mount point.  No stat call
39         is necessary in that case.  So, disable the statvfs-testing code on
40         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
41         as RedHat bug# 84846.
42         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
43         to 1MB, so as not to render systems with no stack size limit (e.g.,
44         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
45         Include <unistd.h>.  On some systems,
46         it is required for the definition of _SC_PAGESIZE.
47
48 2003-08-15  Jim Meyering  <jim@meyering.net>
49         and Paul Eggert  <eggert@cs.ucla.edu>
50
51         Merges from coreutils, etc.
52         * strftime.m4 (_jm_STRFTIME_PREREQS):
53         Require gl_FUNC_TZSET_CLOBBER.
54         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
55         ut_exit.ut_termination, and ut_exit.e_termination members.
56
57 2003-08-14  Paul Eggert  <eggert@twinsun.com>
58
59         Help the merge from coreutils.
60         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
61         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
62         * tzset.m4: Use it too.
63
64 2003-08-14  Jim Meyering  <jim@meyering.net>
65
66         Merge from coreutils.
67         * tzset.m4: New file.
68         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
69         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
70         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
71         is inadequate on such systems: 1) detecting whether a file system
72         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
73         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
74         merely /MOUNT_POINT.  Reported by Mike Jetzer.
75
76 2003-08-13  Paul Eggert  <eggert@twinsun.com>
77
78         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
79         Check for isascii.
80
81         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
82         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
83         Undo previous (whitespace-only) change.
84
85 2003-08-12  Paul Eggert  <eggert@twinsun.com>
86
87         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
88         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
89         Normalize leading white space and remove trailing white space.
90
91         Merge from coreutils
92         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
93
94         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
95         0.12.1.  These files are now being upgraded automatically by
96         ../config/srclist-update.
97
98 2003-08-11  Bruno Haible  <bruno@clisp.org>
99
100         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
101
102 2003-08-09  Paul Eggert  <eggert@twinsun.com>
103
104         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
105         apparently Emacs's Unicode mode got confused before my 2003-08-05
106         checkin.
107
108 2003-08-08  Paul Eggert  <eggert@twinsun.com>
109
110         * extensions.m4: New file.
111         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
112         Require gl_USE_SYSTEM_EXTENSIONS.
113         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
114         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
115
116 2003-08-07  Paul Eggert  <eggert@twinsun.com>
117
118         * restrict.m4: New file.
119         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
120
121 2003-08-07  Bruno Haible  <bruno@clisp.org>
122
123         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
124         the module 'getndelim2' compatible with the module 'getline'.
125
126 2003-08-05  Paul Eggert  <eggert@twinsun.com>
127
128         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
129         byte with "\201" to avoid glitches when editing that source file
130         with multi-gnome-terminal.
131
132 2003-07-31  Bruno Haible  <bruno@clisp.org>
133
134         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
135
136 2003-07-18  Bruno Haible  <bruno@clisp.org>
137
138         * getndelim2.m4: New file.
139         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
140         invoke gl_PREREQ_GETNDELIM2.
141         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
142         gl_PREREQ_GETNDELIM2.
143         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
144         gl_GETNDELIM2.
145
146 2003-07-17  Bruno Haible  <bruno@clisp.org>
147
148         * Makefile.am.in: Remove file.
149         * Makefile.am: Remove file.
150         * Makefile.in: Remove file.
151
152 2003-07-17  Bruno Haible  <bruno@clisp.org>
153
154         * getnline.m4: New file.
155
156 2003-07-14  Simon Josefsson  <jas@extundo.com>
157
158         * mempcpy.m4: New file.
159
160 2003-07-10  Jim Meyering  <jim@meyering.net>
161
162         * clock_time.m4: Remove trailing blank.
163         * intmax_t.m4: Likewise.
164
165 2003-07-01  Paul Eggert  <eggert@twinsun.com>
166
167         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
168         xreadlink.c now includes it unconditionally.
169
170 2003-07-01  Bruno Haible  <bruno@clisp.org>
171
172         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
173         should be sufficient.
174         Reported by Paul Eggert.
175
176 2003-06-25  Bruno Haible  <bruno@clisp.org>
177
178         * readlink.m4: New file.
179
180 2003-06-22  Bruno Haible  <bruno@clisp.org>
181
182         Portability to mingw32.
183         * ssize_t.m4: New file, from GNU gettext.
184         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
185         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
186
187 2003-06-11  Bruno Haible  <bruno@clisp.org>
188
189         * sysexits.m4: New file.
190
191 2003-06-10  Simon Josefsson  <jas@extundo.com>
192
193         * strchrnul.m4: New file.
194
195 2003-06-07  Bruno Haible  <bruno@clisp.org>
196
197         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
198         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
199         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
200         directory.
201         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
202         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
203         directory.
204
205 2003-06-04  Paul Eggert  <eggert@twinsun.com>
206
207         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
208         locale.h, localeconv.  This merges changes from coreutils.
209
210         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
211         It can be removed after the next Autoconf is released.
212         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
213         needed.
214
215 2003-05-30  Bruno Haible  <bruno@clisp.org>
216
217         * gettext.m4: Upgrade to gettext-0.12.1.
218         * nls.m4: New file, from gettext-0.12.1.
219         * po.m4: New file, from gettext-0.12.1.
220         * progtest.m4: Upgrade to gettext-0.12.1.
221
222 2003-05-28  Paul Eggert  <eggert@twinsun.com>
223
224         Assume the headers required for C89 freestanding compilers.
225         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
226         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
227         * human.m4 (gl_HUMAN): Likewise.
228         * pathmax.m4 (gl_PATHMAX): Likewise.
229         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
230         * userspec.m4 (gl_USERSPEC): Likewise.
231         * xreadlink.m4 (gl_XREADLINK): Likewise.
232         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
233         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
234
235 2003-05-26  Jim Meyering  <jim@meyering.net>
236
237         Merge in a change from coreutils:
238         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
239         that is guaranteed to be `no'.  Use `no_such_member' to indicate
240         that condition, rather than `-1' which is slightly misleading.
241         Change the name of the cache variable to have the gl_ prefix.
242         Prompted by a patch from Richard Dawe for DJGPP.
243
244 2003-05-17  Bruno Haible  <bruno@clisp.org>
245
246         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
247         expansion for AC_EGREP_CPP.
248         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
249         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
250         Suggested by Akim Demaille <akim@epita.fr> in
251         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
252
253 2003-04-21  Paul Eggert  <eggert@twinsun.com>
254
255         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
256         code which expansion is under static control.  Patch imported from
257         Akim Demaille's patch to Bison; see
258         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
259
260 2003-04-14  Bruno Haible  <bruno@clisp.org>
261
262         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
263
264 2003-04-10  Bruno Haible  <bruno@clisp.org>
265
266         * findprog.m4: New file.
267         * eaccess.m4: New file.
268
269 2003-04-04  Bruno Haible  <bruno@clisp.org>
270
271         * linebreak.m4: New file.
272
273 2003-04-03  Bruno Haible  <bruno@clisp.org>
274
275         * utf-ucs4.m4: New file.
276         * ucs4-utf.m4: New file.
277
278 2003-03-30  Bruno Haible  <bruno@clisp.org>
279
280         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
281
282 2003-03-28  Bruno Haible  <bruno@clisp.org>
283
284         * copy-file.m4: New file.
285
286 2003-03-18  Bruno Haible  <bruno@clisp.org>
287
288         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
289         * onceonly_2_57.m4: Likewise.
290
291 2003-03-17  Bruno Haible  <bruno@clisp.org>
292
293         * onceonly.m4: Require autoconf 2.54 or newer.
294         (m4_quote): Remove macro.
295         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
296
297 2003-03-14  Bruno Haible  <bruno@clisp.org>
298
299         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
300         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
301
302 2003-03-13  Paul Eggert  <eggert@twinsun.com>
303
304         * onceonly.m4 (m4_quote): New macro.
305         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
306         Quote AC_FOREACH variable-expansions properly.
307
308 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
309
310         * poll.m4: New file.
311
312 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
313
314         * mathl.m4: New file.
315
316 2003-02-17  Bruno Haible  <bruno@clisp.org>
317
318         * mkdtemp.m4: New file, from GNU gettext with modifications.
319
320 2003-02-02  Jim Meyering  <jim@meyering.net>
321
322         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
323         e.g. glibc-2.2.93.
324
325 2003-01-31  Bruno Haible  <bruno@clisp.org>
326
327         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
328         'rpl_rename'.
329         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
330         'rpl_strnlen'.
331         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
332         'rpl_strtod'.
333         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
334         'rpl_utime'.
335
336 2003-01-30  Bruno Haible  <bruno@clisp.org>
337
338         * signed.m4: New file, from GNU gettext.
339         * longdouble.m4: New file, from GNU gettext.
340         * wchar_t.m4: New file, from GNU gettext.
341         * wint_t.m4: New file, from GNU gettext.
342         * vasnprintf.m4: New file.
343         * vasprintf.m4: New file.
344
345 2003-01-29  Bruno Haible  <bruno@clisp.org>
346
347         * stpncpy.m4: New file.
348
349 2003-01-23  Jim Meyering  <jim@meyering.net>
350
351         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
352         from working on systems without dirfd (at least Irix and OSF1/Tru64).
353
354 2003-01-16  Jim Meyering  <jim@meyering.net>
355
356         * regex.m4: The `regex' struct is both input and output.
357         Initialize it before each use.  Patch by Tim Waugh.
358
359 2003-01-11  Bruno Haible  <bruno@clisp.org>
360
361         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
362         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
363         suffix.
364
365 2003-01-11  Bruno Haible  <bruno@clisp.org>
366
367         * md5.m4 (gl_MD5): Require AC_C_INLINE.
368
369 2003-01-11  Bruno Haible  <bruno@clisp.org>
370
371         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
372
373 2003-01-12  Paul Eggert  <eggert@twinsun.com>
374
375         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
376         to avoid collisions with libcurses and libreadline.
377
378         * getstr.m4: Remove.
379         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
380
381 2003-01-10  Bruno Haible  <bruno@clisp.org>
382
383         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
384
385 2003-01-09  Bruno Haible  <bruno@clisp.org>
386
387         * stdbool.m4 (AM_STDBOOL_H): New macro.
388
389 2002-12-31  Paul Eggert  <eggert@twinsun.com>
390
391         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
392
393 2002-12-24  Bruno Haible  <bruno@clisp.org>
394
395         General infrasructure.
396         * README: Rewritten.
397         * onceonly.m4: New file.
398         * onceonly_2_57.m4: New file.
399
400         Module atexit.
401         * atexit.m4: New file.
402
403         Module strtod.
404         * strtod.m4: New file.
405
406         Module strtol.
407         * strtol.m4: New file.
408
409         Module strtoul.
410         * strtoul.m4: New file.
411
412         Module memchr.
413         * memchr.m4: New file.
414
415         Module memcmp.
416         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
417         (jm_FUNC_MEMCMP): Invoke it.
418
419         Module memcpy.
420         * memcpy.m4: New file.
421
422         Module memmove.
423         * memmove.m4: New file.
424
425         Module memset.
426         * memset.m4: New file.
427
428         Module strcspn.
429         * strcspn.m4: New file.
430
431         Module strpbrk.
432         * strpbrk.m4: New file.
433
434         Module strstr.
435         * strstr.m4: New file.
436
437         Module strerror.
438         * strerror.m4: New file.
439
440         Module mktime.
441         * mktime.m4: Renamed from jm-mktime.m4.
442         (gl_PREREQ_MKTIME): New macro.
443         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
444
445         Module malloc.
446         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
447         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
448         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
449
450         Module realloc.
451         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
452         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
453         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
454
455         Module strftime.
456         * tm_gmtoff.m4: New file, extracted from strftime.m4.
457         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
458         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
459         gl_TM_GMTOFF.
460         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
461
462         Module xalloc.
463         * xalloc.m4: New file.
464
465         Module alloca.
466         * alloca.m4: New file.
467
468         Module putenv.
469         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
470         (jm_FUNC_PUTENV): Invoke it.
471
472         Module setenv.
473         * setenv.m4 (gt_FUNC_SETENV): New macro.
474         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
475         when invoked twice.
476         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
477         gt_FUNC_SETENV.
478
479         Module memrchr.
480         * memrchr.m4: New file.
481
482         Module stpcpy.
483         * stpcpy.m4: New file.
484
485         Module strcase.
486         * strcase.m4: New file.
487
488         Module strdup.
489         * strdup.m4: New file.
490
491         Module strnlen.
492         * strnlen.m4: New file.
493
494         Module strndup.
495         * strndup.m4: New file.
496
497         Module xstrtod.
498         * xstrtod.m4: New file.
499
500         Module xstrtol.
501         * xstrtol.m4: New file.
502
503         Module getdate.
504         * getdate.m4: New file.
505
506         Module unlocked-io.
507         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
508         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
509         * jm-glibc-io.m4n: Remove file.
510
511         Module long-options.
512         * long-options.m4: New file.
513
514         Module md5.
515         * md5.m4: New file.
516
517         Module sha.
518         * sha.m4: New file.
519
520         Module getstr.
521         * getstr.m4: New file.
522
523         Module getline.
524         * getline.m4 (gl_PREREQ_GETLINE): New macro.
525         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
526         <sys/types.h>, for size_t. Use the function name gnu_getline, not
527         simply getline. Infoke gl_PREREQ_GETLINE.
528
529         Module obstack.
530         * obstack.m4: New file.
531
532         Module hash.
533         * hash.m4: New file.
534
535         Module readtokens.
536         * readtokens.m4: New file.
537
538         Module strverscmp.
539         * strverscmp.m4: New file.
540
541         Module stdbool.
542         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
543
544         Module strtoll.
545         * strtoll.m4: New file.
546
547         Module strtoull.
548         * strtoull.m4: New file.
549
550         Module strtoimax.
551         * strtoimax.m4: New file.
552
553         Module strtoumax.
554         * strtoumax.m4: New file.
555
556         Module xstrtoimax.
557         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
558         Moved the strtol prerequisites to strtol.m4.
559         Moved the strtoll prerequisites to strtoll.m4.
560         Moved the strtoimax prerequisites to strtoimax.m4.
561
562         Module xstrtoumax.
563         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
564         Moved the strtoul prerequisites to strtoul.m4.
565         Moved the strtoull prerequisites to strtoull.m4.
566         Moved the strtoumax prerequisites to strtoumax.m4.
567
568         Module chown.
569         * chown.m4 (gl_PREREQ_CHOWN): New macro.
570         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
571
572         Module dup2.
573         * dup2.m4: New file.
574
575         Module ftruncate.
576         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
577         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
578
579         Module getgroups.
580         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
581         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
582
583         Module gettimeofday.
584         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
585         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
586         gl_PREREQ_GETTIMEOFDAY.
587
588         Module mkdir.
589         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
590         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
591
592         Module mkstemp.
593         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
594         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
595         jm_AC_TYPE_UINTMAX_T.
596         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
597
598         Module stat.
599         * stat.m4 (gl_PREREQ_STAT): New macro.
600         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
601
602         Module lstat.
603         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
604         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
605
606         Module timespec.
607         * timespec.m4 (gl_TIMESPEC): New macro.
608         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
609         * st_mtim.m4: Indentation.
610
611         Module nanosleep.
612         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
613         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
614         gl_PREREQ_NANOSLEEP.
615
616         Module regex.
617         * regex.m4 (jm_PREREQ_REGEX): New macro.
618         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
619         (gl_REGEX): New macro.
620
621         Module rename.
622         * rename.m4 (gl_PREREQ_RENAME): New macro.
623         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
624
625         Module rmdir.
626         * rmdir.m4: New file.
627
628         Module utime.
629         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
630         * utime.m4 (gl_PREREQ_UTIME): New macro.
631         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
632
633         Module dirname.
634         * dirname.m4: New file.
635
636         Module getopt.
637         * getopt.m4: New file.
638
639         Module unistd-safer.
640         * unistd-safer.m4: New file.
641
642         Module fnmatch.
643         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
644         declaration.
645         (gl_PREREQ_FNMATCH_EXTRA): New macro.
646         (gl_FUNC_FNMATCH_POSIX): New macro.
647         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
648         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
649         simply fnmatch.
650
651         Module exclude.
652         * exclude.m4: New file.
653
654         Module human.
655         * human.m4: New file.
656
657         Module acl.
658         * acl.m4: Nop.
659
660         Module backupfile.
661         * backupfile.m4: New file.
662         * d-ino.m4: Indentation.
663
664         Module fsusage.
665         * fsusage.m4 (gl_FSUSAGE): New macro.
666         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
667         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
668
669         Module dirfd.
670         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
671
672         Module euidaccess.
673         * euidaccess.m4: New file.
674
675         Module file-type.
676         * file-type.m4: New file.
677
678         Module fileblocks.
679         * fileblocks.m4: New file.
680
681         Module filemode.
682         * filemode.m4: New file.
683
684         Module isdir.
685         * isdir.m4: New file.
686
687         Module lchown.
688         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
689         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
690
691         Module makepath.
692         * makepath.m4: New file.
693
694         Module modechange.
695         * modechange.m4: New file.
696
697         Module mountlist.
698         * mountlist.m4: New file.
699         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
700         Indentation.
701
702         Module path-concat.
703         * path-concat.m4: New file.
704
705         Module pathmax.
706         * pathmax.m4: New file.
707
708         Module same.
709         * same.m4: New file.
710
711         Module save-cwd.
712         * save-cwd.m4: New file.
713
714         Module savedir.
715         * savedir.m4: New file.
716
717         Module xgetcwd.
718         * xgetcwd.m4: New file.
719         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
720
721         Module xreadlink.
722         * xreadlink.m4: New file.
723
724         Module safe-read.
725         * safe-read.m4: New file.
726
727         Module safe-write.
728         * safe-write.m4: New file.
729
730         Module closeout.
731         * closeout.m4: New file.
732
733         Module stdio-safer.
734         * stdio-safer.m4: New file.
735
736         Module getpass.
737         * getpass.m4: New file.
738
739         Module getugroups.
740         * getugroups.m4: New file.
741
742         Module group-member.
743         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
744         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
745
746         Module idcache.
747         * idcache.m4: New file.
748
749         Module userspec.
750         * userspec.m4: New file.
751
752         Module gettime.
753         * clock_time.m4: New file.
754         * gettime.m4: New file.
755
756         Module settime.
757         * settime.m4: New file.
758
759         Module posixtm.
760         * posixtm.m4: New file.
761
762         Module gethostname.
763         * gethostname.m4: New file.
764
765         Module canon-host.
766         * canon-host.m4: New file.
767
768         Module gettext.
769         * codeset.m4: New file, from gettext-0.11.5.
770         * gettext.m4: New file, from gettext-0.11.5.
771         * glibc21.m4: New file, from gettext-0.11.5.
772         * iconv.m4: New file, from gettext-0.11.5.
773         * intdiv0.m4: New file, from gettext-0.11.5.
774         * inttypes-pri.m4: New file, from gettext-0.11.5.
775         * inttypes.m4: New file, from gettext-0.11.5.
776         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
777         * isc-posix.m4: New file, from gettext-0.11.5.
778         * lcmessage.m4: New file, from gettext-0.11.5.
779         * lib-ld.m4: New file, from gettext-0.11.5.
780         * lib-link.m4: New file, from gettext-0.11.5.
781         * lib-prefix.m4: New file, from gettext-0.11.5.
782         * progtest.m4: New file, from gettext-0.11.5.
783         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
784         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
785         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
786
787         Module localcharset.
788         * localcharset.m4: New file.
789
790         Module hard-locale.
791         * hard-locale.m4: New file.
792
793         Module mbswidth.
794         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
795         onceonly macros.
796         * mbrtowc.m4: Add comment.
797
798         Module memcasecmp.
799         * memcasecmp.m4: New file.
800
801         Module memcoll.
802         * memcoll.m4: New file.
803
804         Module unicodeio.
805         * unicodeio.m4: New file.
806
807         Module rpmatch.
808         * rpmatch.m4: New file.
809
810         Module yesno.
811         * yesno.m4: New file.
812
813         Module exitfail.
814         * exitfail.m4: New file.
815
816         Module c-stack.
817         * c-stack.m4 (gl_C_STACK): New macro.
818         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
819
820         Module error.
821         * error.m4 (gl_ERROR): New macro.
822         (jm_PREREQ_ERROR): Use onceonly macros.
823
824         Module fatal.
825         * fatal.m4: New file.
826
827         Module getloadavg.
828         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
829         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
830
831         Module getpagesize.
832         * getpagesize.m4: New file.
833
834         Module getusershell.
835         * getusershell.m4: New file.
836
837         Module physmem.
838         * physmem.m4: New file.
839
840         Module posixver.
841         * posixver.m4: New file.
842
843         Module quotearg.
844         * quotearg.m4: New file.
845
846         Module quote.
847         * quote.m4: New file.
848
849         Module readutmp.
850         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
851
852         Module sig2str.
853         * sig2str.m4: New file.
854
855         Other.
856         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
857         ulonglong.m4.
858         * intmax_t.m4: New file.
859         * d-type.m4: Indentation.
860         * jm-macros.m4: Update.
861         * prereq.m4 (jm_PREREQ): Update.
862         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
863         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
864         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
865         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
866         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
867         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
868         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
869         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
870         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
871         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
872         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
873         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
874         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
875         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
876         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
877         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
878         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
879         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
880         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
881
882 2002-12-18  Bruno Haible  <bruno@clisp.org>
883
884         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
885         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
886
887 2002-12-17  Bruno Haible  <bruno@clisp.org>
888
889         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
890         stdlib.h, string.h.
891
892 2002-12-11  Bruno Haible  <bruno@clisp.org>
893
894         * setenv.m4: New file, from gettext-0.11.5.
895
896 2002-12-06  Paul Eggert  <eggert@twinsun.com>
897
898         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
899         a pain in practice to deal with generated m4 files.  This change
900         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
901
902         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
903         and jm-glibc-io.m4, as they are no longer a special case.
904         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
905         kludge and the auto-generation stuff.  Check only whether the
906         functions are declared, not whether they exist, since older hosts
907         that don't declare the functions can't use the optimization anyway.
908
909 2002-07-06  Jim Meyering  <meyering@lucent.com>
910
911         * README: Don't mention Makefile.am.in.
912         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
913
914 2002-06-11  Paul Eggert  <eggert@twinsun.com>
915
916         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
917
918 2002-06-22  Jim Meyering  <meyering@lucent.com>
919
920         * c-stack.m4: New file, from diffutils-2.8.2.
921         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
922
923         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
924         now that configure.ac uses AC_GNU_SOURCE.
925         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
926         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
927
928         Update to latest tools.  Suggestions from Paul Eggert.
929         * stdbool.m4: New file, from diffutils-2.8.2.
930         * gnu-source.m4: Update from diffutils-2.8.2.
931         * fnmatch.m4: Likewise.
932         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
933         to AC_HEADER_STDBOOL
934
935 2002-06-21  Jim Meyering  <meyering@lucent.com>
936
937         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
938         * mbrtowc.m4: Likewise.
939
940         * mbstate_t.m4: Update from diffutils-2.8.2.
941         * mbswidth.m4: Reflect name change:
942         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
943         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
944
945         * lib-link.m4: Update from gettext-0.11.2.
946         * gettext.m4: Likewise.
947
948         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
949         From Alfred M. Szmidt.
950
951 2002-05-19  Paul Eggert  <eggert@twinsun.com>
952
953         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
954
955 2002-06-07  Jim Meyering  <meyering@lucent.com>
956
957         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
958         They're needed at least for NetBSD 1.5.2.
959         ($statxfs_includes): Include those same headers.
960         ($statxfs_includes): Include sys/vfs.h if available.
961         ($statxfs_includes): Likewise for sys/statvfs.h.
962         Check for the following members in both structs statfs and statvfs:
963         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
964
965 2002-06-01  Jim Meyering  <meyering@lucent.com>
966
967         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
968         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
969
970 2002-05-28  Jim Meyering  <meyering@lucent.com>
971
972         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
973         Reported by Volker Borchert.
974
975 2002-05-27  Jim Meyering  <meyering@lucent.com>
976
977         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
978         localtime.
979
980         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
981         use the replacement function; it wouldn't resolve at link time.
982         Reported by Volker Borchert.
983
984 2002-04-30  Jim Meyering  <meyering@lucent.com>
985
986         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
987
988 2002-04-29  Paul Eggert  <eggert@twinsun.com>
989
990         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
991         Do not check for alloca.h (no longer used) or stdbool.h (was never
992         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
993
994 2002-04-28  Paul Eggert  <eggert@twinsun.com>
995
996         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
997
998 2002-04-29  Jim Meyering  <meyering@lucent.com>
999
1000         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
1001         * prereq.m4: Add jm_PREREQ_STRNLEN.
1002         Use AC_FUNC_STRNLEN here instead.
1003
1004         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
1005         With autoconf-2.53a, it's part of AC_PROG_CC.
1006
1007 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1008
1009         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
1010         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
1011
1012 2002-04-24  Jim Meyering  <meyering@lucent.com>
1013
1014         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
1015         (jm_PREREQ): Use it.
1016
1017         * getloadavg.m4: Check for these headers: locale.h unistd.h
1018         mach/mach.h fcntl.h.
1019         Check for this function: setlocale.
1020
1021 2002-04-16  Jim Meyering  <meyering@lucent.com>
1022
1023         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
1024         ut_pid, ut_id, ut_exit.
1025
1026 2002-04-12  Jim Meyering  <meyering@lucent.com>
1027
1028         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
1029         check for f_type in sys/mount.h.  Instead, just test for the existence
1030         of the getmntinfo function.  Needed for Darwin 5.3.
1031
1032         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
1033         This is necessary at least on Darwin 5.3.
1034
1035         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
1036         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
1037         in the library, and that makes some versions of ranlib object.
1038
1039 2002-04-09  Jim Meyering  <meyering@lucent.com>
1040
1041         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
1042         to be more precise.  Rather than saying we're checking whether the
1043         function `works', say what we're testing.
1044         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
1045         Reported by Bruno Haible.
1046
1047 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1048
1049         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
1050         Check for clock_settime.
1051
1052 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1053
1054         * acl.m4: New file.
1055         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
1056         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
1057
1058 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
1059
1060         * codeset.m4: Upgrade to gettext-0.11.
1061         * gettext.m4: Upgrade to gettext-0.11.
1062         * glibc21.m4: Upgrade to gettext-0.11.
1063         * iconv.m4: Upgrade to gettext-0.11.
1064         * isc-posix.m4: Upgrade to gettext-0.11.
1065         * lcmessage.m4: Upgrade to gettext-0.11.
1066         * lib-ld.m4: New file, from gettext-0.11.
1067         * lib-link.m4: New file, from gettext-0.11.
1068         * lib-prefix.m4: New file, from gettext-0.11.
1069         * progtest.m4: Upgrade to gettext-0.11.
1070
1071 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1072
1073         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
1074         (jm_PREREQ): Use it.
1075
1076 2002-01-26  Jim Meyering  <meyering@lucent.com>
1077
1078         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
1079         * strnlen.m4: Remove file, now that it's part of autoconf.
1080
1081 2002-01-22  Paul Eggert  <eggert@twinsun.com>
1082
1083         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
1084
1085 2002-01-19  Jim Meyering  <meyering@lucent.com>
1086
1087         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
1088         Remove useless quotes: DF_PROG="df".
1089         * strnlen.m4: New file.
1090
1091 2001-12-14  Jim Meyering  <meyering@lucent.com>
1092
1093         * jm-macros.m4 (jm_MACROS): Check for iswspace.
1094         Suggestion from Bruno Haible.
1095
1096 2001-11-20  Jim Meyering  <meyering@lucent.com>
1097
1098         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
1099         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
1100
1101 2001-11-19  Jim Meyering  <meyering@lucent.com>
1102
1103         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
1104         directory.  Use "conftestXXXXXX" as the template.
1105         Suggestion from Paul Eggert.
1106
1107         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
1108         so the test doesn't mistakenly hit the max-open-files limit.
1109
1110 2001-11-18  Jim Meyering  <meyering@lucent.com>
1111
1112         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
1113
1114 2001-11-17  Jim Meyering  <meyering@lucent.com>
1115
1116         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
1117         Prompted by a report from Bob Proulx.
1118
1119         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
1120         Instead, require UTILS_FUNC_MKSTEMP.
1121
1122 2001-11-11  Jim Meyering  <meyering@lucent.com>
1123
1124         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
1125         Now, that's done as part of AC_FUNC_STRTOD.
1126
1127 2001-10-22  Paul Eggert  <eggert@twinsun.com>
1128
1129         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
1130         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
1131
1132 2001-11-10  Jim Meyering  <meyering@lucent.com>
1133
1134         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
1135         (jm_PREREQ): Use it.
1136
1137 2001-11-09  Jim Meyering  <meyering@lucent.com>
1138
1139         * jm-macros.m4: Require autoconf-2.52f.
1140         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
1141         Use these AC_-prefixed names, not the AM_-prefixed ones.
1142
1143         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
1144
1145 2001-11-04  Jim Meyering  <meyering@lucent.com>
1146
1147         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
1148
1149 2001-11-03  Jim Meyering  <meyering@lucent.com>
1150
1151         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
1152         of AC_DEFUN.
1153
1154         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
1155         know the name of the variable in the macro definition.
1156
1157 2001-11-01  Jim Meyering  <meyering@lucent.com>
1158
1159         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1160         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1161
1162 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1163
1164         * error.m4 (jm_PREREQ_ERROR):
1165         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1166         AC_FUNC_STRERROR_R does that.
1167         Check for strerror declaration.
1168
1169         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1170         are supposed to have them these days.
1171         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1172         Merge changes from latest Autoconf CVS.
1173         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1174         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1175         POSIX decided to standardize on the int flavor of strerror_r.
1176
1177 2001-09-30  Jim Meyering  <meyering@lucent.com>
1178
1179         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1180         `struct fsstat' has the `f_fstypename' member.
1181         Use that to define FS_TYPE, which is now used to make
1182         the getfsstat link test tighter.
1183
1184 2001-09-29  Jim Meyering  <meyering@lucent.com>
1185
1186         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1187         [one-argument getmntent function]): Include stdio.h before mntent.h.
1188         SunOS 4.1.x needs it for the declaration of `FILE'.
1189         Patch by Volker Borchert.
1190
1191         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1192         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1193         sys/fs_types.h, and make the link-test for getfsstat guard #include
1194         directives with appropriate #if HAVE_*_H tests so that we can
1195         detect getfsstat on Apple Darwin1.3.7 systems.
1196         Reported by Nelson Beebe.
1197         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1198
1199 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1200
1201         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1202         #defines strtoimax.  Also treat the other strto* functions
1203         like strtoimax.
1204
1205         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1206         Check for strtoul and strtoumax,
1207         as those declarations are made even in the signed case.
1208         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1209         Likewise, for strtol and strtoimax.
1210
1211 2001-09-24  Jim Meyering  <meyering@lucent.com>
1212
1213         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1214
1215 2001-09-23  Jim Meyering  <meyering@lucent.com>
1216
1217         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1218         instead of the mere test for existence of mntent.h.  The latter
1219         would get a false-positive on AIX 3.4 systems.
1220         In the outer getmntent if-block, don't die if neither of the getmntent
1221         tests succeeds.  Instead, just fall through and continue with the
1222         remaining tests.
1223
1224 2001-09-22  Jim Meyering  <meyering@lucent.com>
1225
1226         * gettext.m4: New file.  From gettext.
1227         * lcmessage.m4: Sync with gettext -- this changes only comments.
1228         * progtest.m4: Likewise
1229         * isc-posix.m4: Decrement serial number to sync with gettext.
1230         * glibc21.m4: Likewise.
1231
1232         * libintl.m4: Remove.  No longer used.
1233
1234 2001-09-20  Jim Meyering  <meyering@lucent.com>
1235
1236         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1237         strtoimax.
1238         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1239         strtoumax.
1240
1241 2001-09-17  Jim Meyering  <meyering@lucent.com>
1242
1243         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1244         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1245         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1246         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1247         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1248         whenever the right hand side need not be expanded by the shell.
1249
1250 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1251
1252         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1253         library.  It's not correct, as some older glibcs are buggy.
1254         fnmatch wasn't fixed until glibc 2.2.
1255
1256         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1257         special shell magic here.
1258
1259 2001-09-16  Jim Meyering  <meyering@lucent.com>
1260
1261         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1262         * jm-macros.m4: Require it.
1263
1264 2001-09-15  Jim Meyering  <meyering@lucent.com>
1265
1266         * jm-macros.m4: Check for help2man.
1267
1268 2001-09-11  Jim Meyering  <meyering@lucent.com>
1269
1270         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1271         The body, by Paul Eggert, was moved here from configure.in.
1272         * jm-macros.m4: Require UTILS_HOST_OS.
1273
1274 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1275
1276         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1277         (jm_PREREQ): Use it.
1278
1279 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1280
1281         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1282         sys/param.h, as pathmax.h includes them.
1283
1284 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1285
1286         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
1287         (jm_PREREQ_XGETCWD): New macro.
1288
1289         * getcwd.m4: New file.
1290
1291 2001-09-01  Jim Meyering  <meyering@lucent.com>
1292
1293         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
1294         Used by df.
1295
1296 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1297
1298         Simplify code, partly by assuming autoconf 2.52 semantics.
1299
1300         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
1301
1302         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
1303         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
1304         All uses removed.
1305         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
1306         Move AC_REQUIRE to next-to-top level, to avoid confusion.
1307         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
1308         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
1309         * jm-macros.m4 (jm_MACROS): Likewise.
1310
1311         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
1312
1313         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1314         Quote first arg of AC_DEFUN.
1315         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
1316         since they are needed to parse the include file even if we need
1317         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
1318         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
1319         but with opposite signedness.
1320
1321 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1322
1323         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
1324         (jm_PREREQ_EXCLUDE): New macro.
1325
1326 2001-08-26  Jim Meyering  <meyering@lucent.com>
1327
1328         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
1329
1330         * xstrtoimax.m4: New file.
1331         * xstrtoumax.m4: Add comments explaining why we
1332         AC_REPLACE_FUNCS(strtol).
1333
1334 2001-06-20  Paul Eggert  <eggert@twinsun.com>
1335
1336         * inttypes.m4: Add AC_PREREQ(2.13).
1337         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
1338         (jm_AC_TYPE_INTMAX_T): New macro.
1339         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
1340
1341         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
1342
1343         * longlong.m4: Renamed from ulonglong.m4.
1344         * inttypes.m4: Renamed from inttypes_h.m4.
1345         * uintmax_t.m4: Removed.
1346
1347 2001-08-12  Jim Meyering  <meyering@lucent.com>
1348
1349         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
1350         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
1351         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
1352         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
1353         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
1354         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
1355         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
1356         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
1357         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
1358         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
1359         utime.m4, utimes.m4, xstrtoumax.m4:
1360         Quote the first argument in each use of AC_DEFUN.
1361
1362 2001-08-05  Jim Meyering  <meyering@lucent.com>
1363
1364         * jm-macros.m4: Require autoconf-2.52.
1365
1366 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1367
1368         The following changes are from gettext 0.10.39 as maintained by
1369         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
1370
1371         * codeset.m4: Upgrade to serial AM1.
1372         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
1373         all uses changed.  Quote first arg of AC_DEFUN.
1374         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
1375
1376         * iconv.m4: Upgrade to serial AM2.
1377         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
1378         Add --with-libconv-prefix.
1379         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1380         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1381         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1382         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1383         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1384
1385         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1386         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1387         * glibc21.m4 (jm_GLIBC21): Likewise.
1388         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1389         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1390         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1391         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1392         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1393         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1394
1395         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1396         string.h any more.
1397
1398         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1399         not the default value.
1400
1401         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1402         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1403         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1404         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1405         Also check for iswcntrl, used for wcwidth fallback.
1406         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1407         to Autoconf 2.13.
1408
1409 2001-08-03  Jim Meyering  <meyering@lucent.com>
1410
1411         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1412         as it was in the original.  Reported by Paul Eggert.
1413
1414 2001-07-16  Jim Meyering  <meyering@lucent.com>
1415
1416         * gettimeofday.m4: New file.
1417         Prompted by a report from Bernhard Baehr.
1418
1419 2001-07-15  Jim Meyering  <meyering@lucent.com>
1420
1421         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1422         Now it's in ../Makefile.cfg.
1423
1424 2001-07-04  Jim Meyering  <meyering@lucent.com>
1425
1426         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1427         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1428         distcheck failure.
1429
1430 2001-07-02  Jim Meyering  <meyering@lucent.com>
1431
1432         The following changes were prompted by suggestions from Bruno Haible.
1433
1434         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1435         is now generated.
1436         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1437         definition of EXTRA_DIST.
1438         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1439         ensure that the generated file is created/updated whenever the list
1440         of $(unlocked_functions) is changed.
1441         (jm-glibc-io.m4): New rule.
1442         (unlocked-io.h): New rule -- currently unused.
1443
1444 2001-06-24  Jim Meyering  <meyering@lucent.com>
1445
1446         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
1447         unmatched right bracket, rather than kludging it with an extra,
1448         falsely-matching quote in a comment.  Patch by Akim Demaille.
1449
1450 2001-05-27  Jim Meyering  <meyering@lucent.com>
1451
1452         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
1453         Check for ut_type in struct utmp.
1454
1455 2001-05-22  Jim Meyering  <meyering@lucent.com>
1456
1457         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
1458         now that we use the package-supplied version unconditionally.
1459         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
1460
1461 2001-05-21  Jim Meyering  <meyering@lucent.com>
1462
1463         * regex.m4: Change a couple backticks to single quotes to avoid shell
1464         syntax errors.
1465
1466 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
1467
1468         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
1469
1470 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1471
1472         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
1473         Don't bother to check library strftime, since
1474         we'll be using our own my_strftime function anyway.
1475         Define my_strftime instead of strftime.
1476
1477 2001-05-15  Jim Meyering  <meyering@lucent.com>
1478
1479         * regex.m4: Use proper quoting so brackets appear in the test program.
1480         Reported by, and with help from, Bruno Haible.
1481
1482 2001-05-13  Jim Meyering  <meyering@lucent.com>
1483
1484         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
1485
1486 2000-11-26  Paul Eggert  <eggert@twinsun.com>
1487
1488         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
1489
1490 2001-04-21  Jim Meyering  <meyering@lucent.com>
1491
1492         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
1493         doesn't interfere.
1494
1495 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
1496
1497         * ftruncate.m4: Check for chsize.
1498         Link with ftruncate.o unconditionally if ftruncate is missing.
1499         This was required when cross-compiling to i586-mingw32msvc.
1500
1501 2001-03-24  Jim Meyering  <meyering@lucent.com>
1502
1503         * jm-macros.m4: Require autoconf-2.49d.
1504
1505 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
1506
1507         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
1508
1509 2001-03-17  Jim Meyering  <meyering@lucent.com>
1510
1511         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
1512         now that the version in autoconf is equivalent.
1513         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
1514
1515         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
1516         Suggestion from Akim Demaille.
1517
1518         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
1519         (jm_PREREQ_TEMPNAME): New function.
1520
1521 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1522
1523         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
1524         lacks mkstemp.  Compile our own tempname.c if we compile our own
1525         mkstemp.c, as mkstemp relies on tempname.
1526
1527 2001-03-01  Jim Meyering  <meyering@lucent.com>
1528
1529         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
1530         AH_VERBATIM really does output its argument verbatim.
1531
1532 2001-02-18  Paul Eggert  <eggert@twinsun.com>
1533
1534         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
1535
1536 2001-02-17  Jim Meyering  <meyering@lucent.com>
1537
1538         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
1539         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
1540         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
1541         UnixWare 7.1.1.
1542
1543         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
1544         rather than AC_CACHE_VAL.
1545
1546 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1547
1548         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
1549         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
1550         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
1551         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1552
1553 2001-02-07  Jim Meyering  <meyering@lucent.com>
1554
1555         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
1556
1557 2001-02-05  Jim Meyering  <meyering@lucent.com>
1558
1559         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
1560         it includes the patch required for `large file' support with at least
1561         HP-UX's 10.20 /bin/cc.
1562
1563 2001-02-03  Jim Meyering  <meyering@lucent.com>
1564
1565         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
1566         AS_IF, now that it works once again (mysteriously).
1567         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1568
1569 2001-01-30  Jim Meyering  <meyering@lucent.com>
1570
1571         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
1572         * chown.m4: Rename conftestchown to conftest.chown.
1573         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
1574         * utimes.m4: s/conftestdata/conftest.data/
1575         Inspired by Pavel Roskin's change in autoconf.
1576
1577 2001-01-27  Jim Meyering  <meyering@lucent.com>
1578
1579         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
1580         a use of AS_IF.
1581         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1582
1583 2001-01-26  Jim Meyering  <meyering@lucent.com>
1584
1585         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
1586         quotearg.c includes it.
1587
1588 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1589
1590         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
1591         has const.
1592
1593 2001-01-20  Jim Meyering  <meyering@lucent.com>
1594
1595         Be sure that headers are checked before used in code compiled
1596         for the type checks.
1597         * jm-macros.m4 (jm_MACROS): Remove all header checks.
1598         In place of that, invoke jm_CHECK_ALL_TYPES.
1599         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
1600         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
1601         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
1602         The check for ssize_t was mistakenly run before the test for unistd.h.
1603
1604         The configure-time check for stdbool.h was missing.
1605         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
1606         (jm_PREREQ_HASH): New function.
1607
1608 2001-01-17  Jim Meyering  <meyering@lucent.com>
1609
1610         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
1611         for autoconf-2.49c.
1612         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
1613
1614 2001-01-14  Jim Meyering  <meyering@lucent.com>
1615
1616         * rename.m4: Use temporary directories named conftestdir{,2}, not
1617         foo and bar.  Create conftestdir/ in the script, not in the C code.
1618         Remove directories in the script, not in the C code.
1619         Remove conftestdir{,2} before trying to create the directory.
1620         Make the entire configure script fail if the mkdir fails.
1621
1622 2001-01-02  Volker Borchert  <bt@teknon.de>
1623
1624         * rename.m4: New file.
1625         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
1626
1627 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
1628
1629         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
1630         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
1631         so `make install' also works in VPATH builds.
1632
1633 2001-01-01  Jim Meyering  <meyering@lucent.com>
1634
1635         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
1636         on systems with utmpx.h.  It's necessary for the declaration of utmp's
1637         ut_user member.  Reported by Andreas Jaeger.
1638
1639         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
1640         They are required for the declarations of getgrgid and getpwuid resp.
1641         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
1642         Reported by Andreas Jaeger.
1643
1644 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
1645
1646         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
1647         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
1648         can be used in subdirectories.
1649
1650 2000-12-26  Jim Meyering  <meyering@lucent.com>
1651
1652         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
1653         with autoheader.
1654
1655 2000-12-17  Jim Meyering  <meyering@lucent.com>
1656
1657         * dos.m4 (jm_AC_DOS): New file and macro.
1658         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
1659
1660 2000-12-06  Paul Eggert  <eggert@twinsun.com>
1661
1662         * off_t-format.m4: Remove this file.
1663         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
1664
1665 2000-12-06  Jim Meyering  <meyering@lucent.com>
1666
1667         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
1668         strtoull, we may well need the replacement strtoul, too.
1669         Check for declarations of strtoul and strtoull.
1670         Check for strtol.  Mainly as a cue to cause automake to include
1671         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
1672         Check for limits.h -- strtol.c needs it.
1673
1674 2000-12-02  Jim Meyering  <meyering@lucent.com>
1675
1676         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
1677         * jm-macros.m4 (jm_MACROS): require it.
1678
1679 2000-11-30  Jim Meyering  <meyering@lucent.com>
1680
1681         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
1682
1683 2000-11-30  Jim Meyering  <meyering@lucent.com>
1684
1685         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
1686
1687 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
1688
1689         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
1690
1691 2000-11-04  Jim Meyering  <meyering@lucent.com>
1692
1693         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
1694
1695 2000-10-29  Jim Meyering  <meyering@lucent.com>
1696
1697         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
1698         * ls-mntd-fs.m4: Likewise
1699
1700 2000-10-28  Jim Meyering  <meyering@lucent.com>
1701
1702         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
1703         (jm_PREREQ_MEMCHR): New function.
1704
1705 2000-10-21  Jim Meyering  <meyering@lucent.com>
1706
1707         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
1708         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
1709         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
1710
1711 2000-09-18  Jim Meyering  <meyering@lucent.com>
1712
1713         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
1714         Otherwise, everyone ends up linking with -lelf for some configurations.
1715         Reported by Mike Stone.
1716
1717 2000-08-26  Jim Meyering  <meyering@lucent.com>
1718
1719         * jm-macros.m4: Use jm_FUNC_FPENDING.
1720         * fpending.m4: New file.
1721
1722 2000-08-20  Jim Meyering  <meyering@lucent.com>
1723
1724         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
1725         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
1726         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
1727
1728 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1729
1730         Improve fileutils installation on systems where running
1731         programs (like install) can't be unlinked.
1732         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
1733         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
1734
1735 2000-08-06  Paul Eggert  <eggert@twinsun.com>
1736
1737         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
1738         not char, for compatibility with glibc 2.1.3 strftime.c.
1739
1740 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1741
1742         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
1743
1744 2000-07-23  Jim Meyering  <meyering@lucent.com>
1745
1746         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
1747         getgrgid, getpwuid, getuid.
1748
1749 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
1750
1751         * mbswidth.m4: New file.
1752         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
1753
1754 2000-07-14  Jim Meyering  <meyering@lucent.com>
1755
1756         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
1757
1758 2000-07-10  Paul Eggert  <eggert@twinsun.com>
1759
1760         From a suggestion by Bruno Haible.
1761         * mbstate_t.m4 (AC_MBSTATE_T):
1762         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
1763         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
1764         and mbstate_t, to a single-part test that simply defines mbstate_t.
1765         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
1766
1767 2000-07-10  Jim Meyering  <meyering@lucent.com>
1768
1769         * strerror_r.m4: Mirror the correction made in autoconf.
1770
1771         * gnu-source.m4: Output to confdefs.h directly.
1772         Suggestion from Akim Demaille.
1773
1774 2000-07-09  Jim Meyering  <meyering@lucent.com>
1775
1776         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
1777         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
1778
1779         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
1780         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
1781
1782 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
1783
1784         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
1785         to strerror_r.
1786         Include <ctype.h> for use of isalpha.
1787
1788 2000-07-05  Paul Eggert  <eggert@twinsun.com>
1789         and Bruno Haible  <haible@clisp.cons.org>
1790
1791         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
1792         only if the test for an object-type mbstate_t fails.  This
1793         prevents us from mistakenly reporting that mbstate_t is a
1794         system object type after we "#define mbstate_t int" to work
1795         around its lack.
1796
1797 2000-07-04  Jim Meyering  <meyering@lucent.com>
1798
1799         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
1800         of the deprecated AC_CHECKING.
1801
1802 2000-07-03  Jim Meyering  <meyering@lucent.com>
1803
1804         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
1805
1806 2000-07-03  Paul Eggert  <eggert@twinsun.com>
1807
1808         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
1809         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
1810
1811 2000-07-02  Jim Meyering  <meyering@lucent.com>
1812
1813         * mbstate_t.m4: Also define mbstate_t, if necessary.
1814
1815         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
1816         AC_LIBOBJ(function_name).
1817         * chown.m4: Likewise.
1818         * fnmatch.m4: Likewise.
1819         * ftruncate.m4: Likewise.
1820         * getgroups.m4: Likewise.
1821         * getline.m4: Likewise.
1822         * group-member.m4: Likewise.
1823         * jm-macros.m4: Likewise.
1824         * lstat.m4: Likewise.
1825         * malloc.m4: Likewise.
1826         * memcmp.m4: Likewise.
1827         * nanosleep.m4: Likewise.
1828         * putenv.m4: Likewise.
1829         * realloc.m4: Likewise.
1830         * regex.m4: Likewise.
1831         * stat.m4: Likewise.
1832         * strftime.m4: Likewise.
1833
1834 2000-07-01  Jim Meyering  <meyering@lucent.com>
1835
1836         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
1837         problem.
1838
1839 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1840
1841         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
1842         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
1843
1844 2000-07-01  Jim Meyering  <meyering@lucent.com>
1845
1846         * uptime.m4: Put double quotes around use of $cross_compiling.
1847
1848 2000-06-28  Jim Meyering  <meyering@lucent.com>
1849
1850         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
1851         by quotearg.c, for which we perform this test.  From Bruno Haible.
1852
1853 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1854
1855         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
1856         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
1857         <utmpx.h> exists, put readutmp.o into LIBOBJS.
1858
1859 2000-06-25  Jim Meyering  <meyering@lucent.com>
1860
1861         * mbstate_t.m4: Include stdio.h before wchar.h to work around
1862         Linux header bug when _XOPEN_SOURCE is defined to 500.
1863
1864 2000-06-24  Jim Meyering  <meyering@lucent.com>
1865
1866         * strerror_r.m4: Revive this file -- to try out an experimental
1867         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
1868         for which strerror does return char*, but which lacks a conveniently
1869         accessible declaration of the function.  If the compile-test says
1870         strerror_r doesn't work, then resort to a `run'-test that works on
1871         BeOS and segfaults on DEC Unix.
1872
1873 2000-06-19  Paul Eggert  <eggert@twinsun.com>
1874
1875         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
1876         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
1877
1878 2000-06-23  Jim Meyering  <meyering@lucent.com>
1879
1880         * afs.m4: Add missing AC_MSG_RESULT.
1881         Reported by Bruno Haible.
1882
1883         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
1884         Suggestion from Bruno Haible.
1885
1886 2000-06-21  Jim Meyering  <meyering@lucent.com>
1887
1888         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
1889
1890 2000-06-18  Jim Meyering  <meyering@lucent.com>
1891
1892         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
1893
1894         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
1895         `checking whether...' message to be consistent with that of the
1896         lstat test.
1897
1898 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
1899
1900         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
1901
1902 2000-06-12  Jim Meyering  <meyering@lucent.com>
1903
1904         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
1905         from autoconf, and tweak the latter to accept an optional argument.
1906         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
1907         the optional argument, `lib'.
1908
1909 2000-06-08  Jim Meyering  <meyering@lucent.com>
1910
1911         * largefile.m4: Remove file (now that it's part of autoconf).
1912
1913 2000-06-04  Paul Eggert  <eggert@twinsun.com>
1914
1915         Rewrite largefile configuration so that we don't need to run
1916         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
1917         AC_CANONICAL_HOST in configure.in -- jmm]
1918
1919         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
1920         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
1921         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
1922         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
1923         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
1924         All uses changed.
1925         Instead of inspecting the output of getconf, try to compile the
1926         test program without and with the macro definition.
1927         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
1928         for getconf.  Instead, check for the needed flags by compiling
1929         test programs.
1930
1931 2000-06-03  Jim Meyering  <meyering@lucent.com>
1932
1933         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
1934         now that autoconf requires that.
1935
1936         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
1937         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
1938         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
1939
1940 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
1941
1942         * glibc21.m4: New file.
1943         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
1944
1945 2000-05-28  Jim Meyering  <meyering@lucent.com>
1946
1947         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
1948         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1949         * stat.m4: Likewise.
1950         * lstat.m4: Likewise.
1951         * lstat-slash.m4: Remove file (absorbed into autoconf).
1952
1953         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
1954         * strerror_r.m4: Remove file (absorbed into autoconf).
1955
1956 2000-05-26  Jim Meyering  <meyering@lucent.com>
1957
1958         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
1959
1960 2000-05-24  Jim Meyering  <meyering@lucent.com>
1961
1962         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
1963         autoconf requires that.
1964         * lib-check.m4: Likewise.
1965         * jm-macros.m4: Likewise.
1966         * strftime.m4: Likewise.
1967
1968         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
1969         now that autoconf requires that.
1970
1971 2000-05-22  Jim Meyering  <meyering@lucent.com>
1972
1973         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1974         * lstat.m4: Likewise.
1975
1976 2000-05-20  Jim Meyering  <meyering@lucent.com>
1977
1978         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
1979         (jm_PREREQ): Use it.
1980
1981 2000-05-09  Jim Meyering  <meyering@lucent.com>
1982
1983         * gettext.m4: Rename this...
1984         * libintl.m4: ...to this.
1985
1986 2000-05-06  Jim Meyering  <meyering@lucent.com>
1987
1988         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
1989         (AC_REPLACE_FUNCS): Add strnlen.
1990
1991         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
1992         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
1993
1994         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
1995         AC_SEARCH_LIBS call for nanosleep.
1996         (LIB_NANOSLEEP): Set and AC_SUBST.
1997
1998 2000-05-03  Paul Eggert  <eggert@twinsun.com>
1999
2000         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
2001         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2002         2.1.3 bug.  This avoids a clash when files like regex.c define
2003         _GNU_SOURCE.
2004
2005 2000-05-05  Jim Meyering  <meyering@lucent.com>
2006
2007         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
2008         call for clock_gettime.
2009         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
2010
2011         * search-libs.m4: Update from autoconf.
2012
2013         su doesn't work on Solaris 2.6.
2014         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
2015         <shadow.h>.  Reported by Dragos Harabor.
2016
2017 2000-05-03  Jim Meyering  <meyering@lucent.com>
2018
2019         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
2020
2021 2000-05-02  Paul Eggert  <eggert@twinsun.com>
2022
2023         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
2024         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
2025         compile-time test, rather than inspecting host and OS, to
2026         decide whether to define _LARGEFILE_SOURCE.
2027
2028 2000-05-01  Jim Meyering  <meyering@lucent.com>
2029
2030         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2031
2032         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
2033         Based on a patch from Bruno Haible.
2034
2035 2000-04-18  Jim Meyering  <meyering@lucent.com>
2036
2037         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
2038         (jm_PREREQ): Use it.
2039
2040 2000-04-17  Jim Meyering  <meyering@lucent.com>
2041
2042         Get it right :-)
2043         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
2044         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
2045         Suggestion from Akim Demaille.
2046
2047 2000-04-14  Jim Meyering  <meyering@lucent.com>
2048
2049         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
2050         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2051
2052 2000-04-13  Jim Meyering  <meyering@lucent.com>
2053
2054         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
2055         to insert required #ifndef into config.h.in.
2056         Suggestion from Akim Demaille.
2057
2058 2000-04-12  Jim Meyering  <meyering@lucent.com>
2059
2060         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
2061         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
2062         Christian Krackowizer.
2063
2064         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
2065         * jm-macros.m4 (_GNU_SOURCE): Define.
2066         (AC_SYS_LARGEFILE): Require.
2067         (AM_C_PROTOTYPES): Require.
2068
2069 2000-04-05  Paul Eggert  <eggert@twinsun.com>
2070
2071         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
2072         IRIX if the installer said otherwise.
2073
2074 2000-04-05  Jim Meyering  <meyering@lucent.com>
2075
2076         Portability tweaks required for ultrix4.3.
2077         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
2078         (jm_CHECK_DECLS): Add getutent to the list of functions.
2079         (_jm_DECL_HEADERS): Add utmpx.h.
2080         From John David Anglin.
2081
2082         * strftime.m4: Back out the 2000-04-02 change.
2083         Instead of that change, simply undefine putenv in the test program.
2084
2085 2000-04-03  Jim Meyering  <meyering@lucent.com>
2086
2087         * gettext.m4: Fix typo in comment.
2088
2089         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
2090         textutils/configure.in).  Suggestion from Paul Eggert.
2091         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
2092
2093 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2094
2095         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
2096         variable in the shell rather than using putenv, which isn't
2097         portable.  This avoids the configure-time inter-test dependency
2098         on the potentially-renamed putenv function.
2099
2100 2000-03-30  Paul Eggert  <eggert@twinsun.com>
2101
2102         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
2103         before checking struct stat.st_blksize, so that
2104         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
2105
2106 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2107
2108         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
2109         since strftime.c uses HAVE_STRFTIME to decide whether to use
2110         the underlying strftime.
2111
2112 2000-03-10  Jim Meyering  <meyering@lucent.com>
2113
2114         * lib-check.m4: Look for getspnam in -lgen, too.
2115         From Marco Franzen.
2116
2117 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2118
2119         * codeset.m4: New file.
2120         * iconv.m4: New file.
2121         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
2122
2123 2000-03-04  Jim Meyering  <meyering@lucent.com>
2124
2125         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
2126         for lib/localcharset.c.
2127
2128 2000-03-03  Jim Meyering  <meyering@lucent.com>
2129
2130         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
2131
2132 2000-03-02  Jim Meyering  <meyering@lucent.com>
2133
2134         * timespec.m4: Require AC_HEADER_TIME before the cache check so
2135         the messages come out on separate lines.
2136
2137         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
2138         rather than jm_CHECK_DECLARATIONS.
2139         * decl.m4: Remove now-unused file.
2140
2141         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
2142
2143 2000-02-27  Jim Meyering  <meyering@lucent.com>
2144
2145         * check-decl.m4: Add getenv to the list.
2146
2147 2000-02-23  Jim Meyering  <meyering@lucent.com>
2148
2149         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
2150         in place of my hack.
2151
2152 2000-02-10  Jim Meyering  <meyering@lucent.com>
2153
2154         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
2155         gnu_nanosleep to rpl_nanosleep.
2156
2157 2000-02-09  Jim Meyering  <meyering@lucent.com>
2158
2159         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2160         struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
2161
2162 2000-02-08  Akim Demaille  <akim@epita.fr>
2163
2164         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2165         `[' and `]' and remove uses of `changequote'.
2166         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2167         (AC_SYS_LARGEFILE): Likewise.
2168         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2169         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2170         of changequote.
2171         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2172         * readdir.m4 (jm_FUNC_READDIR): Likewise
2173         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2174         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2175
2176 2000-02-05  Jim Meyering  <meyering@lucent.com>
2177
2178         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2179         Remove explicit use of AC_HEADER_TIME.  It is required by
2180         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2181         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2182         in autoconf whereby the expansion of the latter ended up preceding
2183         the expansion of its prerequisite, AC_HEADER_TIME.
2184         Reported by Volker Borchert.
2185
2186 2000-02-03  Jim Meyering  <meyering@lucent.com>
2187
2188         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2189
2190 2000-02-02  Jim Meyering  <meyering@lucent.com>
2191
2192         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2193         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2194         Reported by Eli Zaretskii.
2195
2196 2000-01-31  Jim Meyering  <meyering@lucent.com>
2197
2198         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2199         functions.  Add the time.h and sys/time.h headers along with the
2200         AC_REQUIRE'ment of AC_HEADER_TIME.
2201
2202 2000-01-30  Jim Meyering  <meyering@lucent.com>
2203
2204         * lib-check.m4: Clean up some kludgy old shadow password tests.
2205
2206         * prereq.m4 (utmp_includes): Define.
2207         Check for ut_user and ut_name members in both struct utmpx
2208         and struct utmp.
2209
2210 2000-01-29  Jim Meyering  <meyering@lucent.com>
2211
2212         * lib-check.m4: New file containing library-related checks from
2213         fileutils and sh-utils (textutils had none).
2214
2215 2000-01-28  Jim Meyering  <meyering@lucent.com>
2216
2217         * perl.m4: Change format of warning message to look more like that
2218         from the missing script.  Suggestion from Fran�is Pinard.
2219
2220 2000-01-25  Jim Meyering  <meyering@lucent.com>
2221
2222         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2223         as time.h in the compile check.
2224         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2225         Fix typo in cross-compiling case: s/yes/no/.
2226
2227 2000-01-23  Jim Meyering  <meyering@lucent.com>
2228
2229         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2230
2231         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2232         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2233
2234         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2235         s/space/ac_fsusage_space/.
2236         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2237
2238         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2239         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2240         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2241
2242         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2243         AC_SUBST these here, rather than just in sh-util/configure.in, so
2244         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2245         all the same.
2246         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2247         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2248         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2249         (AC_SUBST(POW_LIBM)): Likewise.
2250         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2251
2252 2000-01-22  Jim Meyering  <meyering@lucent.com>
2253
2254         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2255
2256         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2257
2258         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2259         configure.in
2260         (AC_CHECK_HEADERS): Likewise for sh-utils.
2261         (AC_CHECK_HEADERS): Likewise for textutils.
2262         Merge the three lists of headers.
2263
2264         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2265         from fileutils' configure.in.
2266
2267         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2268         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2269
2270         * check-decl.m4: Use #if rather than #ifdef.
2271         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2272         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2273         (_jm_DECL_HEADERS): Define new function.
2274         (jm_CHECK_DECLARATIONS): Require it.
2275
2276 2000-01-19  Jim Meyering  <meyering@lucent.com>
2277
2278         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2279         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2280         defines `struct timespec' in <sys/time.h>
2281
2282         * c-bs-a.m4: Remove uses of changequote altogether.
2283         Thanks to Akim for explaining.
2284
2285 2000-01-16  Jim Meyering  <meyering@lucent.com>
2286
2287         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
2288         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
2289         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
2290         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
2291
2292 2000-01-16  Jim Meyering  <meyering@lucent.com>
2293
2294         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
2295         because the latter didn't work.
2296
2297 2000-01-15  Jim Meyering  <meyering@lucent.com>
2298
2299         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
2300         (AC_REPLACE_FUNCS): Add memcpy and memset.
2301         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2302         Add strpbrk.
2303         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2304
2305 2000-01-12  Jim Meyering  <meyering@lucent.com>
2306
2307         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
2308         (jm_PREREQ): Use it.
2309         (jm_PREREQ_READUTMP): New macro.
2310         (jm_PREREQ): Use it.
2311
2312 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2313
2314         Quote multibyte characters correctly.
2315         * c-bs-a.m4: New file.
2316         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
2317         (jm_PREREQ): Use it.
2318
2319 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2320
2321         * uintmax_t.m4: Port to autoconf 2.13.
2322
2323 2000-01-08  Jim Meyering  <meyering@ascend.com>
2324
2325         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
2326         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
2327
2328 2000-01-04  Jim Meyering  <meyering@ascend.com>
2329
2330         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
2331         jm_STRUCT_DIRENT_D_TYPE.
2332         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
2333         jm_STRUCT_DIRENT_D_INO.
2334         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
2335         jm_STRUCT_UTIMBUF.
2336         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
2337         * utime.m4: Likewise.
2338
2339         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
2340         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
2341
2342 2000-01-03  Paul Eggert  <eggert@twinsun.com>
2343
2344         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
2345         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
2346
2347 2000-01-02  Jim Meyering  <meyering@ascend.com>
2348
2349         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
2350         remember if this is necessary.
2351
2352 1999-12-26  Jim Meyering  <meyering@ascend.com>
2353
2354         * jm-macros.m4: Use it here.
2355         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
2356
2357 1999-12-23  Jim Meyering  <meyering@ascend.com>
2358
2359         * jm-macros.m4: Check for clock_gettime (moved from
2360         fileutils/configure.in)
2361         Check for gettimeofday.
2362
2363 1999-12-20  Jim Meyering  <meyering@ascend.com>
2364
2365         * strftime.m4: Remove kludge, now that I'm using the fixed
2366         autoconf-2.14a-1999-12-20.
2367
2368 1999-12-19  Jim Meyering  <meyering@ascend.com>
2369
2370         * lstat-slash.m4: New file.
2371         * jm-macros.m4: Use the new macro:
2372         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2373
2374 1999-12-07  Jim Meyering  <meyering@ascend.com>
2375
2376         * perl.m4: Require that File::Compare be available, too.
2377         Too many systems seem to lack it.
2378
2379         * strftime.m4: Add checks for most of the cpp macros tested in
2380         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2381
2382 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2383
2384         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2385         problem with the QNX 4.25 shell, which doesn't propagate exit
2386         status of failed commands inside shell assignments.
2387
2388 1999-11-17  Jim Meyering  <meyering@ascend.com>
2389
2390         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2391
2392 1999-11-07  Jim Meyering  <meyering@ascend.com>
2393
2394         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2395
2396 1999-11-06  Jim Meyering  <meyering@ascend.com>
2397
2398         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2399         * jm-macros.m4 (jm_MACROS): Use it here.
2400
2401 1999-11-05  Jim Meyering  <meyering@ascend.com>
2402
2403         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2404         of textutils, fileutils, and sh-utils into this one (shared between
2405         those packages) file.
2406         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2407         AC_STRUCT_ST_BLKSIZE.
2408
2409 1999-11-03  Jim Meyering  <meyering@ascend.com>
2410
2411         * ssize_t.m4: Remove file.  No longer needed since the new version of
2412         AC_CHECK_TYPE checks includes unistd.h.
2413         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2414         Suggestion from Akim Demaille.
2415
2416 1999-10-30  Jim Meyering  <meyering@ascend.com>
2417
2418         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2419         m4-quoted string.
2420         * ls-mntd-fs.m4: Likewise.
2421         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2422         * jm-winsz1.m4: Likewise.
2423
2424         * const.m4: Remove file, since the fix made it into the experimental
2425         version of autoconf.
2426         * mktime.m4: Likewise.
2427
2428         * check-type.m4: Remove file, now that the latest version of
2429         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2430
2431         * ssize_t.m4: New file, requires experimental version of autoconf.
2432         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2433         AC_CHECK_TYPE.
2434
2435 1999-10-04  Jim Meyering  <meyering@ascend.com>
2436
2437         * jm-macros.m4: Don't require autoconf-2.14.1.
2438
2439 1999-09-22  Paul Eggert  <eggert@twinsun.com>
2440
2441         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
2442         2.95.1 bug with HP-UX 10.20.
2443
2444 1999-09-17  Jim Meyering  <meyering@ascend.com>
2445
2446         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
2447         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
2448         due to missing strdup (against sh-utils-2.0).
2449
2450 1999-08-29  Jim Meyering  <meyering@ascend.com>
2451
2452         * jm-macros.m4: Require jm_BISON.
2453         * bison.m4: New file.
2454
2455 1999-08-17  Paul Eggert  <eggert@twinsun.com>
2456
2457         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
2458         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
2459
2460 1999-08-05  Jim Meyering  <meyering@ascend.com>
2461
2462         * getline.m4: Rename test file from conftestdata to conftest.data
2463         to avoid conflicts with `conftest' on 8+3 filesystems.
2464         Suggestion from Eli Zaretskii.
2465
2466 1999-08-04  Jim Meyering  <meyering@ascend.com>
2467
2468         * jm-macros.m4: Move a 4-line block of code from the configure.in of
2469         fileutils and sh-utils (textutils's getline test was inadequate).
2470         (AM_FUNC_GETLINE): Run this test.
2471         (AC_CHECK_FUNCS): Check for getdelim.
2472         Reported by Bob Proulx.
2473
2474 1999-08-02  Jim Meyering  <meyering@ascend.com>
2475
2476         * jm-macros.m4: Add a comment.
2477
2478 1999-08-01  Jim Meyering  <meyering@ascend.com>
2479
2480         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
2481
2482 1999-08-01  Paul Eggert  <eggert@twinsun.com>
2483
2484         * lfs.m4: Remove this file.
2485         * largefile.m4: New file.  It contains the old contents of
2486         lfs.m4, except that all names with prefix AC_LFS have been
2487         changed to use the prefix AC_SYS_LARGEFILE instead, to be
2488         compatible with future autoconf versions.  Also, some minor m4
2489         quoting problems have been fixed.
2490
2491 1999-07-16  Paul Eggert  <eggert@twinsun.com>
2492
2493         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
2494         that we can shift, multiply and divide unsigned long long
2495         values; Ultrix cc can't do it.
2496
2497 1999-07-14  Paul Eggert  <eggert@twinsun.com>
2498
2499         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
2500         <inttypes.h> defines strtoumax as a macro (and not as a
2501         function).
2502
2503 1999-07-05  Paul Eggert  <eggert@twinsun.com>
2504
2505         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
2506         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
2507         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
2508         and simplify the shell code.
2509
2510 1999-07-03  Paul Eggert  <eggert@twinsun.com>
2511
2512         * mktime.m4: New file, which is a preview of what should appear
2513         in the next public autoconf release.
2514
2515 1999-07-20  Jim Meyering  <meyering@ascend.com>
2516
2517         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
2518
2519 1999-07-15  Jim Meyering  <meyering@ascend.com>
2520
2521         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
2522
2523 1999-05-22  Jim Meyering  <meyering@ascend.com>
2524
2525         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
2526
2527 1999-05-20  Jim Meyering  <meyering@ascend.com>
2528
2529         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
2530         Add a colon after each `then' in case $4 is empty.
2531
2532 1999-05-16  Jim Meyering  <meyering@ascend.com>
2533
2534         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
2535
2536 1999-05-10  Jim Meyering  <meyering@ascend.com>
2537
2538         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
2539
2540         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
2541         AC_FUNC_MKTIME.
2542
2543 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2544
2545         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
2546
2547 1999-05-04  Paul Eggert  <eggert@twinsun.com>
2548
2549         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
2550         not CPPFLAGS, so that linking works correctly in IRIX.
2551
2552 1999-04-30  Paul Eggert  <eggert@twinsun.com>
2553
2554         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
2555
2556 1999-04-20  Jim Meyering  <meyering@ascend.com>
2557
2558         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
2559         AC_REPLACE xstroull if necessary.  From Paul Eggert.
2560         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
2561
2562 1999-04-20  Paul Eggert  <eggert@twinsun.com>
2563
2564         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
2565         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
2566         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
2567         jm_AC_TYPE_UNSIGNED_LONG_LONG.
2568         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
2569
2570         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
2571
2572 1999-04-18  Jim Meyering  <meyering@ascend.com>
2573
2574         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
2575         * jm-macros.m4: Use it.
2576
2577 1999-04-06  Jim Meyering  <meyering@ascend.com>
2578
2579         * strftime.m4: Remove test for %f.
2580
2581 1999-03-29  Jim Meyering  <meyering@ascend.com>
2582
2583         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
2584         superset of the AC_TYPE_* checks in the textutils, fileutils,
2585         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
2586         AC_TYPE_PID_T.
2587
2588 1999-03-28  Jim Meyering  <meyering@ascend.com>
2589
2590         * jm-macros.m4: Define GNU_PACKAGE here.
2591         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
2592         replaced e.g., in the *.sh files of the sh-utils.
2593
2594 1999-03-20  Jim Meyering  <meyering@ascend.com>
2595
2596         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
2597         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
2598         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
2599
2600 1999-03-19  Jim Meyering  <meyering@ascend.com>
2601
2602         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
2603
2604 1999-03-12  Jim Meyering  <meyering@ascend.com>
2605
2606         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
2607
2608 1999-03-07  Jim Meyering  <meyering@ascend.com>
2609
2610         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
2611
2612 1999-02-17  Jim Meyering  <meyering@ascend.com>
2613
2614         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
2615         in macro definition.  From Eli Zaretskii and Alain Magloire.
2616
2617 1999-02-07  Jim Meyering  <meyering@ascend.com>
2618
2619         * group-member.m4: New file -- extracted from sh-utils' configure.in.
2620
2621         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2622         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
2623
2624 1999-02-06  Jim Meyering  <meyering@ascend.com>
2625
2626         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
2627         * fnmatch.m4: Likewise.
2628         * getgroups.m4: Likewise.
2629         * lstat.m4: Likewise.
2630         * malloc.m4: Likewise.
2631         * putenv.m4: Likewise.
2632         * realloc.m4: Likewise.
2633         * regex.m4: Likewise.
2634         * stat.m4: Likewise.
2635         * strftime.m4: Likewise.
2636         Suggestion from Alain Magloire.
2637
2638         * chown.m4: Use `.$ac_objext', not `.o'.
2639         * fnmatch.m4: Likewise.
2640         * getgroups.m4: Likewise.
2641         * getline.m4: Likewise.
2642         * lstat.m4: Likewise.
2643         * malloc.m4: Likewise.
2644         * memcmp.m4: Likewise.
2645         * putenv.m4: Likewise.
2646         * realloc.m4: Likewise.
2647         * regex.m4: Likewise.
2648         * stat.m4: Likewise.
2649         * strftime.m4: Likewise.
2650         Suggestion from Alain Magloire.
2651
2652         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
2653         an argument.
2654
2655         * regex.m4: Add a run-time Test for proper operation of
2656         re_compile_pattern.
2657
2658 1999-01-31  Jim Meyering  <meyering@ascend.com>
2659
2660         * getloadavg.m4: Check for locale.h and the function, setlocale.
2661
2662 1999-01-30  Jim Meyering  <meyering@ascend.com>
2663
2664         * check-type.m4: Use 3-arg form of AC_DEFINE.
2665
2666         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
2667         rather than my private copy, now that the official one is up to date.
2668         * mktime.m4: Remove file.
2669
2670         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
2671         * uptime.m4: Likewise.
2672         * uintmax_t.m4: Likewise.
2673
2674 1999-01-28  Jim Meyering  <meyering@ascend.com>
2675
2676         * jm-macros.m4: Use jm_AFS.
2677         * afs.m4: New file (from fileutils' configure.in).
2678
2679         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
2680         * chown.m4: Likewise.
2681         * d-ino.m4: Likewise.
2682         * d-type.m4: Likewise.
2683         * fnmatch.m4: Likewise.
2684         * getgroups.m4: Likewise.
2685         * gettext.m4: Likewise.
2686         * jm-mktime.m4: Likewise.
2687         * jm-winsz2.m4: Likewise.
2688         * lcmessage.m4: Likewise.
2689         * ls-mntd-fs.m4: Likewise.
2690         * malloc.m4: Likewise.
2691         * memcmp.m4: Likewise.
2692         * putenv.m4: Likewise.
2693         * realloc.m4: Likewise.
2694         * st_mtim.m4: Likewise.
2695         * strftime.m4: Likewise.
2696
2697 1999-01-16  Jim Meyering  <meyering@ascend.com>
2698
2699         * jm-macros.m4 (ARGMATCH_DIE): Define.
2700         (ARGMATCH_DIE_DECL): Define.
2701
2702 1999-01-12  Jim Meyering  <meyering@ascend.com>
2703
2704         * Makefile.am.in: Rewrite to avoid using fmt.
2705         Reported by Lars Hecking.
2706
2707 1999-01-10  Jim Meyering  <meyering@ascend.com>
2708
2709         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
2710         gross kludge.
2711         * inttypes_h.m4: Likewise.
2712         * lstat.m4: Likewise.
2713         * malloc.m4: Likewise.
2714         * readdir.m4: Likewise.
2715         * realloc.m4: Likewise.
2716         * st_dm_mode.m4: Likewise.
2717         * stat.m4: Likewise.
2718         * utimbuf.m4: Likewise.
2719         * utimes.m4: Likewise.
2720
2721         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
2722         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
2723         comments in config.h.in are meaningful.
2724
2725         * jm-macros.m4: Require autoconf-2.13 here.
2726
2727         * regex.m4: By default, don't use the included regex.c on systems
2728         with glibc 2.  Suggestion from Uli Drepper.
2729
2730 1999-01-02  Jim Meyering  <meyering@ascend.com>
2731
2732         * jm-macros.m4: Replace strcasecmp and strncasecmp.
2733
2734 1998-12-18  Jim Meyering  <meyering@ascend.com>
2735
2736         * Makefile.am.in (Makefile.am): Simplify rule.
2737         Based on a suggestion from Lars Hecking.
2738
2739 1998-11-16  Jim Meyering  <meyering@ascend.com>
2740
2741         * lfs.m4: Double-quote the `uname...` expression.
2742
2743 1998-11-16  Paul Eggert  <eggert@twinsun.com>
2744
2745         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
2746
2747 1998-11-14  Jim Meyering  <meyering@ascend.com>
2748
2749         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
2750         * stat.m4: Likewise.
2751
2752 1998-11-03  Jim Meyering  <meyering@ascend.com>
2753
2754         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
2755         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
2756
2757 1998-10-18  Jim Meyering  <meyering@ascend.com>
2758
2759         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
2760
2761 1998-10-17  Jim Meyering  <meyering@ascend.com>
2762
2763         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
2764         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
2765         calls for those previously hard-coded headers.  Instead, take a new
2766         parameter.
2767         (jm_CHECK_DECLARATIONS): Reflect interface change.
2768         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
2769         (jm_CHECK_DECL_LOCALTIME_R): New macro.
2770
2771         * mktime.m4: Test for spring-forward gap before long-running test.
2772
2773 1998-10-14  Jim Meyering  <meyering@ascend.com>
2774
2775         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
2776         instead of "TZ=America/Vancouver".  From Paul Eggert.
2777
2778 1998-10-11  Jim Meyering  <meyering@ascend.com>
2779
2780         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
2781         This adds a test for a recently added compatibility fix for mktime.c.
2782         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
2783
2784 1998-09-27  Jim Meyering  <meyering@ascend.com>
2785
2786         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
2787
2788         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
2789         ../configure.in, including a change from Gordon Matzigkeit to allow
2790         cross-compiling for the Hurd.
2791
2792         * glibc.m4: New file/macro to test for the GNU C Library
2793         versions 1 and 2.  From Gordon Matzigkeit.
2794         Indent.
2795
2796 1998-09-21  Jim Meyering  <meyering@ascend.com>
2797
2798         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
2799
2800 1998-08-18  Paul Eggert  <eggert@twinsun.com>
2801
2802         Port nanosecond-resolution times to UnixWare 2.1.2 and
2803         pedantic Solaris 2.6.
2804
2805         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
2806         AC_STRUCT_ST_MTIM.
2807         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
2808         Generate name of ns member, instead of just 1 or undef.
2809         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
2810
2811 1998-08-15  Jim Meyering  <meyering@ascend.com>
2812
2813         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
2814         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
2815         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
2816         instead of jm_TYPE_SSIZE_T.
2817
2818 1998-08-12  Jim Meyering  <meyering@ascend.com>
2819
2820         * st_dm_mode.m4: New file.  From Johan Danielsson.
2821
2822 1998-08-02  Jim Meyering  <meyering@ascend.com>
2823
2824         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
2825         in acconfig.h manually.
2826
2827 1998-07-31  Paul Eggert  <eggert@twinsun.com>
2828
2829         * st_mtim.m4: New file.
2830
2831 1998-07-28  Jim Meyering  <meyering@ascend.com>
2832
2833         * utimes.m4: Undef stat.
2834
2835 1998-07-25  Jim Meyering  <meyering@ascend.com>
2836
2837         * utime.m4 (jm_FUNC_UTIME): New file and macro.
2838         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
2839
2840 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
2841
2842         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
2843         uid and gid actually remain unchanged.
2844
2845 1998-07-07  Jim Meyering  <meyering@ascend.com>
2846
2847         * jm-glibc-io.m4: Remove fclose_unlocked.
2848
2849 1998-07-04  Jim Meyering  <meyering@ascend.com>
2850
2851         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
2852         to prove that this macro can be used in packages without regex.c.
2853
2854 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2855
2856         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
2857         is to be used.
2858
2859 1998-07-03  Jim Meyering  <meyering@ascend.com>
2860
2861         * gettext.m4: Add -lintl if it's found to be necessary.
2862
2863         * gettext.m4: New file -- from gettext-0.10.35.
2864         * lcmessage.m4: Likewise.
2865         * progtest.m4: Likewise.
2866
2867         * regex.m4 (jm_WITH_REGEX): New file and macro.
2868         * jm-macros.m4: Require the new macro.
2869
2870 1998-06-29  Jim Meyering  <meyering@ascend.com>
2871
2872         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
2873         for the definition of NGROUPS (used in a system header included
2874         by sys/mount.h).
2875
2876 1998-06-28  Jim Meyering  <meyering@ascend.com>
2877
2878         * ls-mntd-fs.m4: New file.
2879         * fstypename.m4: New file.
2880
2881         * jm-macros.m4: Require the new macro.
2882         * jm-glibc-io.m4: New file.
2883
2884 1998-05-19  Jim Meyering  <meyering@ascend.com>
2885
2886         * jm-macros.m4: Add jm_FUNC_LCHOWN.
2887         * lchown.m4: New file.
2888
2889         * Makefile.am.in: New file.
2890         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
2891
2892 1998-05-14  Jim Meyering  <meyering@ascend.com>
2893
2894         * Makefile.am (EXTRA_DIST): Add them.
2895         * jm-macros.m4: New file.
2896         * utimbuf.m4: New file.
2897
2898 1998-05-12  Jim Meyering  <meyering@ascend.com>
2899
2900         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
2901
2902 1998-05-11  Jim Meyering  <meyering@ascend.com>
2903
2904         * isc-posix.m4: New file.
2905
2906 1998-05-10  Jim Meyering  <meyering@ascend.com>
2907
2908         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
2909
2910 1998-05-09  Jim Meyering  <meyering@ascend.com>
2911
2912         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
2913         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
2914         with automake.
2915
2916         * ssize_t.m4: New file.
2917         * mktime.m4: Remove file -- the new automake has this now.
2918
2919 1998-04-26  Jim Meyering  <meyering@ascend.com>
2920
2921         * assert.m4: New file.
2922         * Makefile.am (EXTRA_DIST): Add assert.m4.
2923
2924 1998-04-05  Jim Meyering  <meyering@ascend.com>
2925
2926         * prereq.m4 (jm_PREREQ_REGEX): New macro.
2927         (jm_PREREQ): Use it here.
2928
2929 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
2930
2931         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
2932         in acconfig.h.
2933
2934 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
2935
2936         * prereq.m4: New file.
2937         * error.m4: New file.
2938         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
2939
2940 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
2941
2942         * getline.m4: Don't set am_cv_func_working_getline before the
2943         cache-check for the same variable -- that defeated the purpose of
2944         the test; the test program was never run.  This was a problem only
2945         on systems with losing getline functions -- HP-UX 10.20 is one.
2946         Reported by Bjorn Helgaas.
2947
2948 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
2949
2950         * Makefile.am (EXTRA_DIST): Add perl.m4.
2951
2952 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
2953
2954         * Makefile.am (EXTRA_DIST): Add const.m4.
2955
2956         * const.m4: New file.  Use an initializer in this declaration
2957         typedef int charset[2]; const charset x;
2958         Reported by Bob Glickstein.
2959
2960 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
2961
2962         * chown.m4: Fix reversed types on -1 args to chown.
2963         From Kaveh Ghazi.
2964
2965 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
2966
2967         * check-decl.m4: s/DECLARATION_/DECL_/g.
2968         Add lseek and memchr.
2969
2970         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
2971         T.E.Dickey <dickey@clark.net> said that some older preprocessors
2972         have a 20-character limit on names.
2973
2974 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
2975
2976         * inttypes_h.m4: New file.
2977         * uintmax_t.m4: New file.
2978         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.