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