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