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