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