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