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