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