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