*** empty log message ***
[gnulib.git] / m4 / ChangeLog
1 2001-09-03  Paul Eggert  <eggert@twinsun.com>
2
3         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
4         sys/param.h, as pathmax.h includes them.
5
6 2001-09-03  Paul Eggert  <eggert@twinsun.com>
7
8         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
9         (jm_PREREQ_XGETCWD): New macro.
10
11         * getcwd.m4: New file.
12
13 2001-09-01  Jim Meyering  <meyering@lucent.com>
14
15         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
16         Used by df.
17
18 2001-08-30  Paul Eggert  <eggert@twinsun.com>
19
20         Simplify code, partly by assuming autoconf 2.52 semantics.
21
22         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
23
24         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
25         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26         All uses removed.
27         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
28         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
30         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
31         * jm-macros.m4 (jm_MACROS): Likewise.
32
33         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
34
35         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
36         Quote first arg of AC_DEFUN.
37         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
38         since they are needed to parse the include file even if we need
39         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
40         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
41         but with opposite signedness.
42
43 2001-08-30  Paul Eggert  <eggert@twinsun.com>
44
45         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
46         (jm_PREREQ_EXCLUDE): New macro.
47
48 2001-08-26  Jim Meyering  <meyering@lucent.com>
49
50         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
51
52         * xstrtoimax.m4: New file.
53         * xstrtoumax.m4: Add comments explaining why we
54         AC_REPLACE_FUNCS(strtol).
55
56 2001-06-20  Paul Eggert  <eggert@twinsun.com>
57
58         * inttypes.m4: Add AC_PREREQ(2.13).
59         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
60         (jm_AC_TYPE_INTMAX_T): New macro.
61         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
62
63         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
64
65         * longlong.m4: Renamed from ulonglong.m4.
66         * inttypes.m4: Renamed from inttypes_h.m4.
67         * uintmax_t.m4: Removed.
68
69 2001-08-12  Jim Meyering  <meyering@lucent.com>
70
71         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
72         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
73         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
74         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
75         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
76         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
77         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
78         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
79         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
80         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
81         utime.m4, utimes.m4, xstrtoumax.m4:
82         Quote the first argument in each use of AC_DEFUN.
83
84 2001-08-05  Jim Meyering  <meyering@lucent.com>
85
86         * jm-macros.m4: Require autoconf-2.52.
87
88 2001-08-03  Paul Eggert  <eggert@twinsun.com>
89
90         The following changes are from gettext 0.10.39 as maintained by
91         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
92
93         * codeset.m4: Upgrade to serial AM1.
94         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
95         all uses changed.  Quote first arg of AC_DEFUN.
96         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
97
98         * iconv.m4: Upgrade to serial AM2.
99         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
100         Add --with-libconv-prefix.
101         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
102         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
103         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
104         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
105         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
106
107         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
108         * getline.m4 (AM_FUNC_GETLINE): Likewise.
109         * glibc21.m4 (jm_GLIBC21): Likewise.
110         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
111         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
112         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
113         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
114         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
115         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
116
117         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
118         string.h any more.
119
120         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
121         not the default value.
122
123         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
124         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
125         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
126         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
127         Also check for iswcntrl, used for wcwidth fallback.
128         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
129         to Autoconf 2.13.
130
131 2001-08-03  Jim Meyering  <meyering@lucent.com>
132
133         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
134         as it was in the original.  Reported by Paul Eggert.
135
136 2001-07-16  Jim Meyering  <meyering@lucent.com>
137
138         * gettimeofday.m4: New file.
139         Prompted by a report from Bernhard Baehr.
140
141 2001-07-15  Jim Meyering  <meyering@lucent.com>
142
143         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
144         Now it's in ../Makefile.cfg.
145
146 2001-07-04  Jim Meyering  <meyering@lucent.com>
147
148         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
149         that generates jm-glibc-io.m4 so that it doesn't trigger any make
150         distcheck failure.
151
152 2001-07-02  Jim Meyering  <meyering@lucent.com>
153
154         The following changes were prompted by suggestions from Bruno Haible.
155
156         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
157         is now generated.
158         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
159         definition of EXTRA_DIST.
160         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
161         ensure that the generated file is created/updated whenever the list
162         of $(unlocked_functions) is changed.
163         (jm-glibc-io.m4): New rule.
164         (unlocked-io.h): New rule -- currently unused.
165
166 2001-06-24  Jim Meyering  <meyering@lucent.com>
167
168         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
169         unmatched right bracket, rather than kludging it with an extra,
170         falsely-matching quote in a comment.  Patch by Akim Demaille.
171
172 2001-05-27  Jim Meyering  <meyering@lucent.com>
173
174         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
175         Check for ut_type in struct utmp.
176
177 2001-05-22  Jim Meyering  <meyering@lucent.com>
178
179         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
180         now that we use the package-supplied version unconditionally.
181         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
182
183 2001-05-21  Jim Meyering  <meyering@lucent.com>
184
185         * regex.m4: Change a couple backticks to single quotes to avoid shell
186         syntax errors.
187
188 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
189
190         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
191
192 2001-05-11  Paul Eggert  <eggert@twinsun.com>
193
194         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
195         Don't bother to check library strftime, since
196         we'll be using our own my_strftime function anyway.
197         Define my_strftime instead of strftime.
198
199 2001-05-15  Jim Meyering  <meyering@lucent.com>
200
201         * regex.m4: Use proper quoting so brackets appear in the test program.
202         Reported by, and with help from, Bruno Haible.
203
204 2001-05-13  Jim Meyering  <meyering@lucent.com>
205
206         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
207
208 2000-11-26  Paul Eggert  <eggert@twinsun.com>
209
210         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
211
212 2001-04-21  Jim Meyering  <meyering@lucent.com>
213
214         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
215         doesn't interfere.
216
217 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
218
219         * ftruncate.m4: Check for chsize.
220         Link with ftruncate.o unconditionally if ftruncate is missing.
221         This was required when cross-compiling to i586-mingw32msvc.
222
223 2001-03-24  Jim Meyering  <meyering@lucent.com>
224
225         * jm-macros.m4: Require autoconf-2.49d.
226
227 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
228
229         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
230
231 2001-03-17  Jim Meyering  <meyering@lucent.com>
232
233         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
234         now that the version in autoconf is equivalent.
235         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
236
237         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
238         Suggestion from Akim Demaille.
239
240         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
241         (jm_PREREQ_TEMPNAME): New function.
242
243 2001-02-25  Paul Eggert  <eggert@twinsun.com>
244
245         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
246         lacks mkstemp.  Compile our own tempname.c if we compile our own
247         mkstemp.c, as mkstemp relies on tempname.
248
249 2001-03-01  Jim Meyering  <meyering@lucent.com>
250
251         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
252         AH_VERBATIM really does output its argument verbatim.
253
254 2001-02-18  Paul Eggert  <eggert@twinsun.com>
255
256         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
257
258 2001-02-17  Jim Meyering  <meyering@lucent.com>
259
260         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
261         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
262         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
263         UnixWare 7.1.1.
264
265         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
266         rather than AC_CACHE_VAL.
267
268 2001-02-17  Paul Eggert  <eggert@twinsun.com>
269
270         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
271         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
272         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
273         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
274
275 2001-02-07  Jim Meyering  <meyering@lucent.com>
276
277         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
278
279 2001-02-05  Jim Meyering  <meyering@lucent.com>
280
281         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
282         it includes the patch required for `large file' support with at least
283         HP-UX's 10.20 /bin/cc.
284
285 2001-02-03  Jim Meyering  <meyering@lucent.com>
286
287         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
288         AS_IF, now that it works once again (mysteriously).
289         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
290
291 2001-01-30  Jim Meyering  <meyering@lucent.com>
292
293         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
294         * chown.m4: Rename conftestchown to conftest.chown.
295         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
296         * utimes.m4: s/conftestdata/conftest.data/
297         Inspired by Pavel Roskin's change in autoconf.
298
299 2001-01-27  Jim Meyering  <meyering@lucent.com>
300
301         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
302         a use of AS_IF.
303         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
304
305 2001-01-26  Jim Meyering  <meyering@lucent.com>
306
307         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
308         quotearg.c includes it.
309
310 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
311
312         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
313         has const.
314
315 2001-01-20  Jim Meyering  <meyering@lucent.com>
316
317         Be sure that headers are checked before used in code compiled
318         for the type checks.
319         * jm-macros.m4 (jm_MACROS): Remove all header checks.
320         In place of that, invoke jm_CHECK_ALL_TYPES.
321         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
322         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
323         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
324         The check for ssize_t was mistakenly run before the test for unistd.h.
325
326         The configure-time check for stdbool.h was missing.
327         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
328         (jm_PREREQ_HASH): New function.
329
330 2001-01-17  Jim Meyering  <meyering@lucent.com>
331
332         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
333         for autoconf-2.49c.
334         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
335
336 2001-01-14  Jim Meyering  <meyering@lucent.com>
337
338         * rename.m4: Use temporary directories named conftestdir{,2}, not
339         foo and bar.  Create conftestdir/ in the script, not in the C code.
340         Remove directories in the script, not in the C code.
341         Remove conftestdir{,2} before trying to create the directory.
342         Make the entire configure script fail if the mkdir fails.
343
344 2001-01-02  Volker Borchert  <bt@teknon.de>
345
346         * rename.m4: New file.
347         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
348
349 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
350
351         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
352         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
353         so `make install' also works in VPATH builds.
354
355 2001-01-01  Jim Meyering  <meyering@lucent.com>
356
357         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
358         on systems with utmpx.h.  It's necessary for the declaration of utmp's
359         ut_user member.  Reported by Andreas Jaeger.
360
361         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
362         They are required for the declarations of getgrgid and getpwuid resp.
363         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
364         Reported by Andreas Jaeger.
365
366 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
367
368         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
369         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
370         can be used in subdirectories.
371
372 2000-12-26  Jim Meyering  <meyering@lucent.com>
373
374         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
375         with autoheader.
376
377 2000-12-17  Jim Meyering  <meyering@lucent.com>
378
379         * dos.m4 (jm_AC_DOS): New file and macro.
380         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
381
382 2000-12-06  Paul Eggert  <eggert@twinsun.com>
383
384         * off_t-format.m4: Remove this file.
385         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
386
387 2000-12-06  Jim Meyering  <meyering@lucent.com>
388
389         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
390         strtoull, we may well need the replacement strtoul, too.
391         Check for declarations of strtoul and strtoull.
392         Check for strtol.  Mainly as a cue to cause automake to include
393         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
394         Check for limits.h -- strtol.c needs it.
395
396 2000-12-02  Jim Meyering  <meyering@lucent.com>
397
398         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
399         * jm-macros.m4 (jm_MACROS): require it.
400
401 2000-11-30  Jim Meyering  <meyering@lucent.com>
402
403         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
404
405 2000-11-30  Jim Meyering  <meyering@lucent.com>
406
407         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
408
409 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
410
411         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
412
413 2000-11-04  Jim Meyering  <meyering@lucent.com>
414
415         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
416
417 2000-10-29  Jim Meyering  <meyering@lucent.com>
418
419         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
420         * ls-mntd-fs.m4: Likewise
421
422 2000-10-28  Jim Meyering  <meyering@lucent.com>
423
424         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
425         (jm_PREREQ_MEMCHR): New function.
426
427 2000-10-21  Jim Meyering  <meyering@lucent.com>
428
429         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
430         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
431         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
432
433 2000-09-18  Jim Meyering  <meyering@lucent.com>
434
435         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
436         Otherwise, everyone ends up linking with -lelf for some configurations.
437         Reported by Mike Stone.
438
439 2000-08-26  Jim Meyering  <meyering@lucent.com>
440
441         * jm-macros.m4: Use jm_FUNC_FPENDING.
442         * fpending.m4: New file.
443
444 2000-08-20  Jim Meyering  <meyering@lucent.com>
445
446         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
447         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
448         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
449
450 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
451
452         Improve fileutils installation on systems where running
453         programs (like install) can't be unlinked.
454         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
455         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
456
457 2000-08-06  Paul Eggert  <eggert@twinsun.com>
458
459         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
460         not char, for compatibility with glibc 2.1.3 strftime.c.
461
462 2000-07-23  Paul Eggert  <eggert@twinsun.com>
463
464         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
465
466 2000-07-23  Jim Meyering  <meyering@lucent.com>
467
468         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
469         getgrgid, getpwuid, getuid.
470
471 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
472
473         * mbswidth.m4: New file.
474         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
475
476 2000-07-14  Jim Meyering  <meyering@lucent.com>
477
478         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
479
480 2000-07-10  Paul Eggert  <eggert@twinsun.com>
481
482         From a suggestion by Bruno Haible.
483         * mbstate_t.m4 (AC_MBSTATE_T):
484         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
485         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
486         and mbstate_t, to a single-part test that simply defines mbstate_t.
487         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
488
489 2000-07-10  Jim Meyering  <meyering@lucent.com>
490
491         * strerror_r.m4: Mirror the correction made in autoconf.
492
493         * gnu-source.m4: Output to confdefs.h directly.
494         Suggestion from Akim Demaille.
495
496 2000-07-09  Jim Meyering  <meyering@lucent.com>
497
498         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
499         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
500
501         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
502         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
503
504 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
505
506         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
507         to strerror_r.
508         Include <ctype.h> for use of isalpha.
509
510 2000-07-05  Paul Eggert  <eggert@twinsun.com>
511         and Bruno Haible  <haible@clisp.cons.org>
512
513         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
514         only if the test for an object-type mbstate_t fails.  This
515         prevents us from mistakenly reporting that mbstate_t is a
516         system object type after we "#define mbstate_t int" to work
517         around its lack.
518
519 2000-07-04  Jim Meyering  <meyering@lucent.com>
520
521         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
522         of the deprecated AC_CHECKING.
523
524 2000-07-03  Jim Meyering  <meyering@lucent.com>
525
526         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
527
528 2000-07-03  Paul Eggert  <eggert@twinsun.com>
529
530         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
531         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
532
533 2000-07-02  Jim Meyering  <meyering@lucent.com>
534
535         * mbstate_t.m4: Also define mbstate_t, if necessary.
536
537         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
538         AC_LIBOBJ(function_name).
539         * chown.m4: Likewise.
540         * fnmatch.m4: Likewise.
541         * ftruncate.m4: Likewise.
542         * getgroups.m4: Likewise.
543         * getline.m4: Likewise.
544         * group-member.m4: Likewise.
545         * jm-macros.m4: Likewise.
546         * lstat.m4: Likewise.
547         * malloc.m4: Likewise.
548         * memcmp.m4: Likewise.
549         * nanosleep.m4: Likewise.
550         * putenv.m4: Likewise.
551         * realloc.m4: Likewise.
552         * regex.m4: Likewise.
553         * stat.m4: Likewise.
554         * strftime.m4: Likewise.
555
556 2000-07-01  Jim Meyering  <meyering@lucent.com>
557
558         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
559         problem.
560
561 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
562
563         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
564         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
565
566 2000-07-01  Jim Meyering  <meyering@lucent.com>
567
568         * uptime.m4: Put double quotes around use of $cross_compiling.
569
570 2000-06-28  Jim Meyering  <meyering@lucent.com>
571
572         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
573         by quotearg.c, for which we perform this test.  From Bruno Haible.
574
575 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
576
577         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
578         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
579         <utmpx.h> exists, put readutmp.o into LIBOBJS.
580
581 2000-06-25  Jim Meyering  <meyering@lucent.com>
582
583         * mbstate_t.m4: Include stdio.h before wchar.h to work around
584         Linux header bug when _XOPEN_SOURCE is defined to 500.
585
586 2000-06-24  Jim Meyering  <meyering@lucent.com>
587
588         * strerror_r.m4: Revive this file -- to try out an experimental
589         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
590         for which strerror does return char*, but which lacks a conveniently
591         accessible declaration of the function.  If the compile-test says
592         strerror_r doesn't work, then resort to a `run'-test that works on
593         BeOS and segfaults on DEC Unix.
594
595 2000-06-19  Paul Eggert  <eggert@twinsun.com>
596
597         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
598         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
599
600 2000-06-23  Jim Meyering  <meyering@lucent.com>
601
602         * afs.m4: Add missing AC_MSG_RESULT.
603         Reported by Bruno Haible.
604
605         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
606         Suggestion from Bruno Haible.
607
608 2000-06-21  Jim Meyering  <meyering@lucent.com>
609
610         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
611
612 2000-06-18  Jim Meyering  <meyering@lucent.com>
613
614         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
615
616         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
617         `checking whether...' message to be consistent with that of the
618         lstat test.
619
620 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
621
622         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
623
624 2000-06-12  Jim Meyering  <meyering@lucent.com>
625
626         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
627         from autoconf, and tweak the latter to accept an optional argument.
628         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
629         the optional argument, `lib'.
630
631 2000-06-08  Jim Meyering  <meyering@lucent.com>
632
633         * largefile.m4: Remove file (now that it's part of autoconf).
634
635 2000-06-04  Paul Eggert  <eggert@twinsun.com>
636
637         Rewrite largefile configuration so that we don't need to run
638         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
639         AC_CANONICAL_HOST in configure.in -- jmm]
640
641         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
642         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
643         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
644         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
645         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
646         All uses changed.
647         Instead of inspecting the output of getconf, try to compile the
648         test program without and with the macro definition.
649         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
650         for getconf.  Instead, check for the needed flags by compiling
651         test programs.
652
653 2000-06-03  Jim Meyering  <meyering@lucent.com>
654
655         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
656         now that autoconf requires that.
657
658         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
659         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
660         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
661
662 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
663
664         * glibc21.m4: New file.
665         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
666
667 2000-05-28  Jim Meyering  <meyering@lucent.com>
668
669         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
670         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
671         * stat.m4: Likewise.
672         * lstat.m4: Likewise.
673         * lstat-slash.m4: Remove file (absorbed into autoconf).
674
675         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
676         * strerror_r.m4: Remove file (absorbed into autoconf).
677
678 2000-05-26  Jim Meyering  <meyering@lucent.com>
679
680         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
681
682 2000-05-24  Jim Meyering  <meyering@lucent.com>
683
684         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
685         autoconf requires that.
686         * lib-check.m4: Likewise.
687         * jm-macros.m4: Likewise.
688         * strftime.m4: Likewise.
689
690         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
691         now that autoconf requires that.
692
693 2000-05-22  Jim Meyering  <meyering@lucent.com>
694
695         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
696         * lstat.m4: Likewise.
697
698 2000-05-20  Jim Meyering  <meyering@lucent.com>
699
700         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
701         (jm_PREREQ): Use it.
702
703 2000-05-09  Jim Meyering  <meyering@lucent.com>
704
705         * gettext.m4: Rename this...
706         * libintl.m4: ...to this.
707
708 2000-05-06  Jim Meyering  <meyering@lucent.com>
709
710         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
711         (AC_REPLACE_FUNCS): Add strnlen.
712
713         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
714         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
715
716         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
717         AC_SEARCH_LIBS call for nanosleep.
718         (LIB_NANOSLEEP): Set and AC_SUBST.
719
720 2000-05-03  Paul Eggert  <eggert@twinsun.com>
721
722         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
723         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
724         2.1.3 bug.  This avoids a clash when files like regex.c define
725         _GNU_SOURCE.
726
727 2000-05-05  Jim Meyering  <meyering@lucent.com>
728
729         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
730         call for clock_gettime.
731         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
732
733         * search-libs.m4: Update from autoconf.
734
735         su doesn't work on Solaris2.6.
736         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
737         <shadow.h>.  Reported by Dragos Harabor.
738
739 2000-05-03  Jim Meyering  <meyering@lucent.com>
740
741         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
742
743 2000-05-02  Paul Eggert  <eggert@twinsun.com>
744
745         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
746         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
747         compile-time test, rather than inspecting host and OS, to
748         decide whether to define _LARGEFILE_SOURCE.
749
750 2000-05-01  Jim Meyering  <meyering@lucent.com>
751
752         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
753
754         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
755         Based on a patch from Bruno Haible.
756
757 2000-04-18  Jim Meyering  <meyering@lucent.com>
758
759         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
760         (jm_PREREQ): Use it.
761
762 2000-04-17  Jim Meyering  <meyering@lucent.com>
763
764         Get it right :-)
765         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
766         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
767         Suggestion from Akim Demaille.
768
769 2000-04-14  Jim Meyering  <meyering@lucent.com>
770
771         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
772         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
773
774 2000-04-13  Jim Meyering  <meyering@lucent.com>
775
776         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
777         to insert required #ifndef into config.h.in.
778         Suggestion from Akim Demaille.
779
780 2000-04-12  Jim Meyering  <meyering@lucent.com>
781
782         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
783         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
784         Christian Krackowizer.
785
786         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
787         * jm-macros.m4 (_GNU_SOURCE): Define.
788         (AC_SYS_LARGEFILE): Require.
789         (AM_C_PROTOTYPES): Require.
790
791 2000-04-05  Paul Eggert  <eggert@twinsun.com>
792
793         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
794         IRIX if the installer said otherwise.
795
796 2000-04-05  Jim Meyering  <meyering@lucent.com>
797
798         Portability tweaks required for ultrix4.3.
799         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
800         (jm_CHECK_DECLS): Add getutent to the list of functions.
801         (_jm_DECL_HEADERS): Add utmpx.h.
802         From John David Anglin.
803
804         * strftime.m4: Back out the 2000-04-02 change.
805         Instead of that change, simply undefine putenv in the test program.
806
807 2000-04-03  Jim Meyering  <meyering@lucent.com>
808
809         * gettext.m4: Fix typo in comment.
810
811         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
812         textutils/configure.in).  Suggestion from Paul Eggert.
813         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
814
815 2000-04-02  Paul Eggert  <eggert@twinsun.com>
816
817         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
818         variable in the shell rather than using putenv, which isn't
819         portable.  This avoids the configure-time inter-test dependency
820         on the potentially-renamed putenv function.
821
822 2000-03-30  Paul Eggert  <eggert@twinsun.com>
823
824         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
825         before checking struct stat.st_blksize, so that
826         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
827
828 2000-03-29  Paul Eggert  <eggert@twinsun.com>
829
830         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
831         since strftime.c uses HAVE_STRFTIME to decide whether to use
832         the underlying strftime.
833
834 2000-03-10  Jim Meyering  <meyering@lucent.com>
835
836         * lib-check.m4: Look for getspnam in -lgen, too.
837         From Marco Franzen.
838
839 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
840
841         * codeset.m4: New file.
842         * iconv.m4: New file.
843         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
844
845 2000-03-04  Jim Meyering  <meyering@lucent.com>
846
847         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
848         for lib/localcharset.c.
849
850 2000-03-03  Jim Meyering  <meyering@lucent.com>
851
852         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
853
854 2000-03-02  Jim Meyering  <meyering@lucent.com>
855
856         * timespec.m4: Require AC_HEADER_TIME before the cache check so
857         the messages come out on separate lines.
858
859         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
860         rather than jm_CHECK_DECLARATIONS.
861         * decl.m4: Remove now-unused file.
862
863         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
864
865 2000-02-27  Jim Meyering  <meyering@lucent.com>
866
867         * check-decl.m4: Add getenv to the list.
868
869 2000-02-23  Jim Meyering  <meyering@lucent.com>
870
871         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
872         in place of my hack.
873
874 2000-02-10  Jim Meyering  <meyering@lucent.com>
875
876         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
877         gnu_nanosleep to rpl_nanosleep.
878
879 2000-02-09  Jim Meyering  <meyering@lucent.com>
880
881         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
882         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
883
884 2000-02-08  Akim Demaille  <akim@epita.fr>
885
886         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
887         `[' and `]' and remove uses of `changequote'.
888         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
889         (AC_SYS_LARGEFILE): Likewise.
890         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
891         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
892         of changequote.
893         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
894         * readdir.m4 (jm_FUNC_READDIR): Likewise
895         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
896         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
897
898 2000-02-05  Jim Meyering  <meyering@lucent.com>
899
900         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
901         Remove explicit use of AC_HEADER_TIME.  It is required by
902         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
903         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
904         in autoconf whereby the expansion of the latter ended up preceding
905         the expansion of its prerequisite, AC_HEADER_TIME.
906         Reported by Volker Borchert.
907
908 2000-02-03  Jim Meyering  <meyering@lucent.com>
909
910         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
911
912 2000-02-02  Jim Meyering  <meyering@lucent.com>
913
914         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
915         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
916         Reported by Eli Zaretskii.
917
918 2000-01-31  Jim Meyering  <meyering@lucent.com>
919
920         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
921         functions.  Add the time.h and sys/time.h headers along with the
922         AC_REQUIRE'ment of AC_HEADER_TIME.
923
924 2000-01-30  Jim Meyering  <meyering@lucent.com>
925
926         * lib-check.m4: Clean up some kludgy old shadow password tests.
927
928         * prereq.m4 (utmp_includes): Define.
929         Check for ut_user and ut_name members in both struct utmpx
930         and struct utmp.
931
932 2000-01-29  Jim Meyering  <meyering@lucent.com>
933
934         * lib-check.m4: New file containing library-related checks from
935         fileutils and sh-utils (textutils had none).
936
937 2000-01-28  Jim Meyering  <meyering@lucent.com>
938
939         * perl.m4: Change format of warning message to look more like that
940         from the missing script.  Suggestion from François Pinard.
941
942 2000-01-25  Jim Meyering  <meyering@lucent.com>
943
944         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
945         as time.h in the compile check.
946         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
947         Fix typo in cross-compiling case: s/yes/no/.
948
949 2000-01-23  Jim Meyering  <meyering@lucent.com>
950
951         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
952
953         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
954         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
955
956         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
957         s/space/ac_fsusage_space/.
958         (jm_FILE_SYSTEM_USAGE): Take two parameters.
959
960         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
961         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
962         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
963
964         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
965         AC_SUBST these here, rather than just in sh-util/configure.in, so
966         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
967         all the same.
968         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
969         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
970         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
971         (AC_SUBST(POW_LIBM)): Likewise.
972         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
973
974 2000-01-22  Jim Meyering  <meyering@lucent.com>
975
976         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
977
978         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
979
980         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
981         configure.in
982         (AC_CHECK_HEADERS): Likewise for sh-utils.
983         (AC_CHECK_HEADERS): Likewise for textutils.
984         Merge the three lists of headers.
985
986         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
987         from fileutils' configure.in.
988
989         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
990         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
991
992         * check-decl.m4: Use #if rather than #ifdef.
993         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
994         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
995         (_jm_DECL_HEADERS): Define new function.
996         (jm_CHECK_DECLARATIONS): Require it.
997
998 2000-01-19  Jim Meyering  <meyering@lucent.com>
999
1000         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
1001         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
1002         defines `struct timespec' in <sys/time.h>
1003
1004         * c-bs-a.m4: Remove uses of changequote altogether.
1005         Thanks to Akim for explaining.
1006
1007 2000-01-16  Jim Meyering  <meyering@lucent.com>
1008
1009         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
1010         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
1011         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
1012         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
1013
1014 2000-01-16  Jim Meyering  <meyering@lucent.com>
1015
1016         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
1017         because the latter didn't work.
1018
1019 2000-01-15  Jim Meyering  <meyering@lucent.com>
1020
1021         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
1022         (AC_REPLACE_FUNCS): Add memcpy and memset.
1023         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
1024         Add strpbrk.
1025         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
1026
1027 2000-01-12  Jim Meyering  <meyering@lucent.com>
1028
1029         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
1030         (jm_PREREQ): Use it.
1031         (jm_PREREQ_READUTMP): New macro.
1032         (jm_PREREQ): Use it.
1033
1034 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1035
1036         Quote multibyte characters correctly.
1037         * c-bs-a.m4: New file.
1038         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
1039         (jm_PREREQ): Use it.
1040
1041 2000-01-11  Paul Eggert  <eggert@twinsun.com>
1042
1043         * uintmax_t.m4: Port to autoconf 2.13.
1044
1045 2000-01-08  Jim Meyering  <meyering@ascend.com>
1046
1047         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
1048         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
1049
1050 2000-01-04  Jim Meyering  <meyering@ascend.com>
1051
1052         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
1053         jm_STRUCT_DIRENT_D_TYPE.
1054         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
1055         jm_STRUCT_DIRENT_D_INO.
1056         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
1057         jm_STRUCT_UTIMBUF.
1058         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
1059         * utime.m4: Likewise.
1060
1061         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
1062         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
1063
1064 2000-01-03  Paul Eggert  <eggert@twinsun.com>
1065
1066         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
1067         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
1068
1069 2000-01-02  Jim Meyering  <meyering@ascend.com>
1070
1071         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
1072         remember if this is necessary.
1073
1074 1999-12-26  Jim Meyering  <meyering@ascend.com>
1075
1076         * jm-macros.m4: Use it here.
1077         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
1078
1079 1999-12-23  Jim Meyering  <meyering@ascend.com>
1080
1081         * jm-macros.m4: Check for clock_gettime (moved from
1082         fileutils/configure.in)
1083         Check for gettimeofday.
1084
1085 1999-12-20  Jim Meyering  <meyering@ascend.com>
1086
1087         * strftime.m4: Remove kludge, now that I'm using the fixed
1088         autoconf-2.14a-1999-12-20.
1089
1090 1999-12-19  Jim Meyering  <meyering@ascend.com>
1091
1092         * lstat-slash.m4: New file.
1093         * jm-macros.m4: Use the new macro:
1094         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1095
1096 1999-12-07  Jim Meyering  <meyering@ascend.com>
1097
1098         * perl.m4: Require that File::Compare be available, too.
1099         Too many systems seem to lack it.
1100
1101         * strftime.m4: Add checks for most of the cpp macros tested in
1102         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
1103
1104 1999-11-18  Paul Eggert  <eggert@twinsun.com>
1105
1106         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
1107         problem with the QNX 4.25 shell, which doesn't propagate exit
1108         status of failed commands inside shell assignments.
1109
1110 1999-11-17  Jim Meyering  <meyering@ascend.com>
1111
1112         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
1113
1114 1999-11-07  Jim Meyering  <meyering@ascend.com>
1115
1116         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
1117
1118 1999-11-06  Jim Meyering  <meyering@ascend.com>
1119
1120         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
1121         * jm-macros.m4 (jm_MACROS): Use it here.
1122
1123 1999-11-05  Jim Meyering  <meyering@ascend.com>
1124
1125         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
1126         of textutils, fileutils, and sh-utils into this one (shared between
1127         those packages) file.
1128         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
1129         AC_STRUCT_ST_BLKSIZE.
1130
1131 1999-11-03  Jim Meyering  <meyering@ascend.com>
1132
1133         * ssize_t.m4: Remove file.  No longer needed since the new version of
1134         AC_CHECK_TYPE checks includes unistd.h.
1135         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
1136         Suggestion from Akim Demaille.
1137
1138 1999-10-30  Jim Meyering  <meyering@ascend.com>
1139
1140         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
1141         m4-quoted string.
1142         * ls-mntd-fs.m4: Likewise.
1143         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
1144         * jm-winsz1.m4: Likewise.
1145
1146         * const.m4: Remove file, since the fix made it into the experimental
1147         version of autoconf.
1148         * mktime.m4: Likewise.
1149
1150         * check-type.m4: Remove file, now that the latest version of
1151         AC_CHECK_TYPE takes a third arg to specify additional #includes.
1152
1153         * ssize_t.m4: New file, requires experimental version of autoconf.
1154         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
1155         AC_CHECK_TYPE.
1156
1157 1999-10-04  Jim Meyering  <meyering@ascend.com>
1158
1159         * jm-macros.m4: Don't require autoconf-2.14.1.
1160
1161 1999-09-22  Paul Eggert  <eggert@twinsun.com>
1162
1163         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
1164         2.95.1 bug with HP-UX 10.20.
1165
1166 1999-09-17  Jim Meyering  <meyering@ascend.com>
1167
1168         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
1169         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
1170         due to missing strdup (against sh-utils-2.0).
1171
1172 1999-08-29  Jim Meyering  <meyering@ascend.com>
1173
1174         * jm-macros.m4: Require jm_BISON.
1175         * bison.m4: New file.
1176
1177 1999-08-17  Paul Eggert  <eggert@twinsun.com>
1178
1179         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
1180         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
1181
1182 1999-08-05  Jim Meyering  <meyering@ascend.com>
1183
1184         * getline.m4: Rename test file from conftestdata to conftest.data
1185         to avoid conflicts with `conftest' on 8+3 filesystems.
1186         Suggestion from Eli Zaretskii.
1187
1188 1999-08-04  Jim Meyering  <meyering@ascend.com>
1189
1190         * jm-macros.m4: Move a 4-line block of code from the configure.in of
1191         fileutils and sh-utils (textutils's getline test was inadequate).
1192         (AM_FUNC_GETLINE): Run this test.
1193         (AC_CHECK_FUNCS): Check for getdelim.
1194         Reported by Bob Proulx.
1195
1196 1999-08-02  Jim Meyering  <meyering@ascend.com>
1197
1198         * jm-macros.m4: Add a comment.
1199
1200 1999-08-01  Jim Meyering  <meyering@ascend.com>
1201
1202         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
1203
1204 1999-08-01  Paul Eggert  <eggert@twinsun.com>
1205
1206         * lfs.m4: Remove this file.
1207         * largefile.m4: New file.  It contains the old contents of
1208         lfs.m4, except that all names with prefix AC_LFS have been
1209         changed to use the prefix AC_SYS_LARGEFILE instead, to be
1210         compatible with future autoconf versions.  Also, some minor m4
1211         quoting problems have been fixed.
1212
1213 1999-07-16  Paul Eggert  <eggert@twinsun.com>
1214
1215         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
1216         that we can shift, multiply and divide unsigned long long
1217         values; Ultrix cc can't do it.
1218
1219 1999-07-14  Paul Eggert  <eggert@twinsun.com>
1220
1221         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
1222         <inttypes.h> defines strtoumax as a macro (and not as a
1223         function).
1224
1225 1999-07-05  Paul Eggert  <eggert@twinsun.com>
1226
1227         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
1228         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
1229         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
1230         and simplify the shell code.
1231
1232 1999-07-03  Paul Eggert  <eggert@twinsun.com>
1233
1234         * mktime.m4: New file, which is a preview of what should appear
1235         in the next public autoconf release.
1236
1237 1999-07-20  Jim Meyering  <meyering@ascend.com>
1238
1239         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
1240
1241 1999-07-15  Jim Meyering  <meyering@ascend.com>
1242
1243         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
1244
1245 1999-05-22  Jim Meyering  <meyering@ascend.com>
1246
1247         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
1248
1249 1999-05-20  Jim Meyering  <meyering@ascend.com>
1250
1251         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
1252         Add a colon after each `then' in case $4 is empty.
1253
1254 1999-05-16  Jim Meyering  <meyering@ascend.com>
1255
1256         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
1257
1258 1999-05-10  Jim Meyering  <meyering@ascend.com>
1259
1260         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
1261
1262         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
1263         AC_FUNC_MKTIME.
1264
1265 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1266
1267         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
1268
1269 1999-05-04  Paul Eggert  <eggert@twinsun.com>
1270
1271         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
1272         not CPPFLAGS, so that linking works correctly in IRIX.
1273
1274 1999-04-30  Paul Eggert  <eggert@twinsun.com>
1275
1276         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
1277
1278 1999-04-20  Jim Meyering  <meyering@ascend.com>
1279
1280         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
1281         AC_REPLACE xstroull if necessary.  From Paul Eggert.
1282         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
1283
1284 1999-04-20  Paul Eggert  <eggert@twinsun.com>
1285
1286         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
1287         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
1288         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
1289         jm_AC_TYPE_UNSIGNED_LONG_LONG.
1290         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
1291
1292         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
1293
1294 1999-04-18  Jim Meyering  <meyering@ascend.com>
1295
1296         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
1297         * jm-macros.m4: Use it.
1298
1299 1999-04-06  Jim Meyering  <meyering@ascend.com>
1300
1301         * strftime.m4: Remove test for %f.
1302
1303 1999-03-29  Jim Meyering  <meyering@ascend.com>
1304
1305         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
1306         superset of the AC_TYPE_* checks in the textutils, fileutils,
1307         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
1308         AC_TYPE_PID_T.
1309
1310 1999-03-28  Jim Meyering  <meyering@ascend.com>
1311
1312         * jm-macros.m4: Define GNU_PACKAGE here.
1313         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
1314         replaced e.g., in the *.sh files of the sh-utils.
1315
1316 1999-03-20  Jim Meyering  <meyering@ascend.com>
1317
1318         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
1319         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
1320         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
1321
1322 1999-03-19  Jim Meyering  <meyering@ascend.com>
1323
1324         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
1325
1326 1999-03-12  Jim Meyering  <meyering@ascend.com>
1327
1328         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
1329
1330 1999-03-07  Jim Meyering  <meyering@ascend.com>
1331
1332         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
1333
1334 1999-02-17  Jim Meyering  <meyering@ascend.com>
1335
1336         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
1337         in macro definition.  From Eli Zaretskii and Alain Magloire.
1338
1339 1999-02-07  Jim Meyering  <meyering@ascend.com>
1340
1341         * group-member.m4: New file -- extracted from sh-utils' configure.in.
1342
1343         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
1344         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
1345
1346 1999-02-06  Jim Meyering  <meyering@ascend.com>
1347
1348         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
1349         * fnmatch.m4: Likewise.
1350         * getgroups.m4: Likewise.
1351         * lstat.m4: Likewise.
1352         * malloc.m4: Likewise.
1353         * putenv.m4: Likewise.
1354         * realloc.m4: Likewise.
1355         * regex.m4: Likewise.
1356         * stat.m4: Likewise.
1357         * strftime.m4: Likewise.
1358         Suggestion from Alain Magloire.
1359
1360         * chown.m4: Use `.$ac_objext', not `.o'.
1361         * fnmatch.m4: Likewise.
1362         * getgroups.m4: Likewise.
1363         * getline.m4: Likewise.
1364         * lstat.m4: Likewise.
1365         * malloc.m4: Likewise.
1366         * memcmp.m4: Likewise.
1367         * putenv.m4: Likewise.
1368         * realloc.m4: Likewise.
1369         * regex.m4: Likewise.
1370         * stat.m4: Likewise.
1371         * strftime.m4: Likewise.
1372         Suggestion from Alain Magloire.
1373
1374         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
1375         an argument.
1376
1377         * regex.m4: Add a run-time Test for proper operation of
1378         re_compile_pattern.
1379
1380 1999-01-31  Jim Meyering  <meyering@ascend.com>
1381
1382         * getloadavg.m4: Check for locale.h and the function, setlocale.
1383
1384 1999-01-30  Jim Meyering  <meyering@ascend.com>
1385
1386         * check-type.m4: Use 3-arg form of AC_DEFINE.
1387
1388         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
1389         rather than my private copy, now that the official one is up to date.
1390         * mktime.m4: Remove file.
1391
1392         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
1393         * uptime.m4: Likewise.
1394         * uintmax_t.m4: Likewise.
1395
1396 1999-01-28  Jim Meyering  <meyering@ascend.com>
1397
1398         * jm-macros.m4: Use jm_AFS.
1399         * afs.m4: New file (from fileutils' configure.in).
1400
1401         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
1402         * chown.m4: Likewise.
1403         * d-ino.m4: Likewise.
1404         * d-type.m4: Likewise.
1405         * fnmatch.m4: Likewise.
1406         * getgroups.m4: Likewise.
1407         * gettext.m4: Likewise.
1408         * jm-mktime.m4: Likewise.
1409         * jm-winsz2.m4: Likewise.
1410         * lcmessage.m4: Likewise.
1411         * ls-mntd-fs.m4: Likewise.
1412         * malloc.m4: Likewise.
1413         * memcmp.m4: Likewise.
1414         * putenv.m4: Likewise.
1415         * realloc.m4: Likewise.
1416         * st_mtim.m4: Likewise.
1417         * strftime.m4: Likewise.
1418
1419 1999-01-16  Jim Meyering  <meyering@ascend.com>
1420
1421         * jm-macros.m4 (ARGMATCH_DIE): Define.
1422         (ARGMATCH_DIE_DECL): Define.
1423
1424 1999-01-12  Jim Meyering  <meyering@ascend.com>
1425
1426         * Makefile.am.in: Rewrite to avoid using fmt.
1427         Reported by Lars Hecking.
1428
1429 1999-01-10  Jim Meyering  <meyering@ascend.com>
1430
1431         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
1432         gross kludge.
1433         * inttypes_h.m4: Likewise.
1434         * lstat.m4: Likewise.
1435         * malloc.m4: Likewise.
1436         * readdir.m4: Likewise.
1437         * realloc.m4: Likewise.
1438         * st_dm_mode.m4: Likewise.
1439         * stat.m4: Likewise.
1440         * utimbuf.m4: Likewise.
1441         * utimes.m4: Likewise.
1442
1443         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
1444         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
1445         comments in config.h.in are meaningful.
1446
1447         * jm-macros.m4: Require autoconf-2.13 here.
1448
1449         * regex.m4: By default, don't use the included regex.c on systems
1450         with glibc 2.  Suggestion from Uli Drepper.
1451
1452 1999-01-02  Jim Meyering  <meyering@ascend.com>
1453
1454         * jm-macros.m4: Replace strcasecmp and strncasecmp.
1455
1456 1998-12-18  Jim Meyering  <meyering@ascend.com>
1457
1458         * Makefile.am.in (Makefile.am): Simplify rule.
1459         Based on a suggestion from Lars Hecking.
1460
1461 1998-11-16  Jim Meyering  <meyering@ascend.com>
1462
1463         * lfs.m4: Double-quote the `uname...` expression.
1464
1465 1998-11-16  Paul Eggert  <eggert@twinsun.com>
1466
1467         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
1468
1469 1998-11-14  Jim Meyering  <meyering@ascend.com>
1470
1471         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
1472         * stat.m4: Likewise.
1473
1474 1998-11-03  Jim Meyering  <meyering@ascend.com>
1475
1476         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
1477         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
1478
1479 1998-10-18  Jim Meyering  <meyering@ascend.com>
1480
1481         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
1482
1483 1998-10-17  Jim Meyering  <meyering@ascend.com>
1484
1485         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
1486         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
1487         calls for those previously hard-coded headers.  Instead, take a new
1488         parameter.
1489         (jm_CHECK_DECLARATIONS): Reflect interface change.
1490         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
1491         (jm_CHECK_DECL_LOCALTIME_R): New macro.
1492
1493         * mktime.m4: Test for spring-forward gap before long-running test.
1494
1495 1998-10-14  Jim Meyering  <meyering@ascend.com>
1496
1497         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
1498         instead of "TZ=America/Vancouver".  From Paul Eggert.
1499
1500 1998-10-11  Jim Meyering  <meyering@ascend.com>
1501
1502         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
1503         This adds a test for a recently added compatibility fix for mktime.c.
1504         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
1505
1506 1998-09-27  Jim Meyering  <meyering@ascend.com>
1507
1508         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
1509
1510         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
1511         ../configure.in, including a change from Gordon Matzigkeit to allow
1512         cross-compiling for the Hurd.
1513
1514         * glibc.m4: New file/macro to test for the GNU C Library
1515         versions 1 and 2.  From Gordon Matzigkeit.
1516         Indent.
1517
1518 1998-09-21  Jim Meyering  <meyering@ascend.com>
1519
1520         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
1521
1522 1998-08-18  Paul Eggert  <eggert@twinsun.com>
1523
1524         Port nanosecond-resolution times to UnixWare 2.1.2 and
1525         pedantic Solaris 2.6.
1526
1527         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
1528         AC_STRUCT_ST_MTIM.
1529         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
1530         Generate name of ns member, instead of just 1 or undef.
1531         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
1532
1533 1998-08-15  Jim Meyering  <meyering@ascend.com>
1534
1535         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
1536         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
1537         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
1538         instead of jm_TYPE_SSIZE_T.
1539
1540 1998-08-12  Jim Meyering  <meyering@ascend.com>
1541
1542         * st_dm_mode.m4: New file.  From Johan Danielsson.
1543
1544 1998-08-02  Jim Meyering  <meyering@ascend.com>
1545
1546         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
1547         in acconfig.h manually.
1548
1549 1998-07-31  Paul Eggert  <eggert@twinsun.com>
1550
1551         * st_mtim.m4: New file.
1552
1553 1998-07-28  Jim Meyering  <meyering@ascend.com>
1554
1555         * utimes.m4: Undef stat.
1556
1557 1998-07-25  Jim Meyering  <meyering@ascend.com>
1558
1559         * utime.m4 (jm_FUNC_UTIME): New file and macro.
1560         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
1561
1562 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
1563
1564         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
1565         uid and gid actually remain unchanged.
1566
1567 1998-07-07  Jim Meyering  <meyering@ascend.com>
1568
1569         * jm-glibc-io.m4: Remove fclose_unlocked.
1570
1571 1998-07-04  Jim Meyering  <meyering@ascend.com>
1572
1573         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
1574         to prove that this macro can be used in packages without regex.c.
1575
1576 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1577
1578         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
1579         is to be used.
1580
1581 1998-07-03  Jim Meyering  <meyering@ascend.com>
1582
1583         * gettext.m4: Add -lintl if it's found to be necessary.
1584
1585         * gettext.m4: New file -- from gettext-0.10.35.
1586         * lcmessage.m4: Likewise.
1587         * progtest.m4: Likewise.
1588
1589         * regex.m4 (jm_WITH_REGEX): New file and macro.
1590         * jm-macros.m4: Require the new macro.
1591
1592 1998-06-29  Jim Meyering  <meyering@ascend.com>
1593
1594         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
1595         for the definition of NGROUPS (used in a system header included
1596         by sys/mount.h).
1597
1598 1998-06-28  Jim Meyering  <meyering@ascend.com>
1599
1600         * ls-mntd-fs.m4: New file.
1601         * fstypename.m4: New file.
1602
1603         * jm-macros.m4: Require the new macro.
1604         * jm-glibc-io.m4: New file.
1605
1606 1998-05-19  Jim Meyering  <meyering@ascend.com>
1607
1608         * jm-macros.m4: Add jm_FUNC_LCHOWN.
1609         * lchown.m4: New file.
1610
1611         * Makefile.am.in: New file.
1612         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
1613
1614 1998-05-14  Jim Meyering  <meyering@ascend.com>
1615
1616         * Makefile.am (EXTRA_DIST): Add them.
1617         * jm-macros.m4: New file.
1618         * utimbuf.m4: New file.
1619
1620 1998-05-12  Jim Meyering  <meyering@ascend.com>
1621
1622         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
1623
1624 1998-05-11  Jim Meyering  <meyering@ascend.com>
1625
1626         * isc-posix.m4: New file.
1627
1628 1998-05-10  Jim Meyering  <meyering@ascend.com>
1629
1630         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
1631
1632 1998-05-09  Jim Meyering  <meyering@ascend.com>
1633
1634         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
1635         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
1636         with automake.
1637
1638         * ssize_t.m4: New file.
1639         * mktime.m4: Remove file -- the new automake has this now.
1640
1641 1998-04-26  Jim Meyering  <meyering@ascend.com>
1642
1643         * assert.m4: New file.
1644         * Makefile.am (EXTRA_DIST): Add assert.m4.
1645
1646 1998-04-05  Jim Meyering  <meyering@ascend.com>
1647
1648         * prereq.m4 (jm_PREREQ_REGEX): New macro.
1649         (jm_PREREQ): Use it here.
1650
1651 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
1652
1653         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
1654         in acconfig.h.
1655
1656 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
1657
1658         * prereq.m4: New file.
1659         * error.m4: New file.
1660         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
1661
1662 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
1663
1664         * getline.m4: Don't set am_cv_func_working_getline before the
1665         cache-check for the same variable -- that defeated the purpose of
1666         the test; the test program was never run.  This was a problem only
1667         on systems with losing getline functions -- HP-UX 10.20 is one.
1668         Reported by Bjorn Helgaas.
1669
1670 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
1671
1672         * Makefile.am (EXTRA_DIST): Add perl.m4.
1673
1674 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
1675
1676         * Makefile.am (EXTRA_DIST): Add const.m4.
1677
1678         * const.m4: New file.  Use an initializer in this declaration
1679         typedef int charset[2]; const charset x;
1680         Reported by Bob Glickstein.
1681
1682 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
1683
1684         * chown.m4: Fix reversed types on -1 args to chown.
1685         From Kaveh Ghazi.
1686
1687 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
1688
1689         * check-decl.m4: s/DECLARATION_/DECL_/g.
1690         Add lseek and memchr.
1691
1692         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
1693         T.E.Dickey <dickey@clark.net> said that some older preprocessors
1694         have a 20-character limit on names.
1695
1696 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
1697
1698         * inttypes_h.m4: New file.
1699         * uintmax_t.m4: New file.
1700         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.