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