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