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