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