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