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