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