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