Don't assume that gettimeofday and settimeofday exist or work.
[pspp] / m4 / ChangeLog
1 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.  Check for gettimeofday.
4         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.  Check for settimeofday,
5         stime.
6         
7 2004-04-20  Paul Eggert  <eggert@twinsun.com>
8
9         * host-os.m4: Add a copyright notice.
10
11 2004-04-20  Jim Meyering  <jim@meyering.net>
12
13         Change UTILS_ to gl_ in AC_DEFINE'd names.
14         Change utils_- and jm_-prefixed variables, too.
15         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
16         UTILS_FUNC_MKDIR_TRAILING_SLASH.
17         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
18
19         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
20         Don't emit trailing blanks.
21         Also rename jm_-prefixed variables to have gl_ prefix.
22
23         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
24         Also rename jm_-prefixed variables to have gl_ prefix.
25
26         * jm-macros.m4: Reflect the renamings.
27         * prereq.m4: Likewise.
28
29 2004-04-19  Jim Meyering  <jim@meyering.net>
30
31         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
32         now that readutmp.c may call `free (0)'.
33
34 2004-04-19  Bruno Haible  <bruno@clisp.org>
35
36         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
37         * inttypes_h.m4: Likewise.
38         * stdint_h.m4: Likewise.
39         * intmax_t.m4: Likewise.
40         * uintmax_t.m4: Likewise.
41
42 2004-04-18  Jim Meyering  <jim@meyering.net>
43
44         * prereq.m4: Don't forbid jm_ prefix.
45
46         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
47         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
48         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
49         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
50         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
51         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
52         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
53         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
54         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
55         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
56         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
57         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
58         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
59         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
60         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
61         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
62
63 2004-04-16  Jim Meyering  <jim@meyering.net>
64
65         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
66         coreutils' stat program.
67         (gl_PREREQ): Don't require jm_PREREQ_STAT.
68
69 2004-03-31  Jim Meyering  <jim@meyering.net>
70
71         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
72         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
73         * xalloc.m4: Likewise.
74
75 2004-03-30  Jim Meyering  <jim@meyering.net>
76
77         * realloc.m4: Remove file, since now it does no more than
78         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
79         the `configure.ac' section of module/realloc.
80         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
81
82 2004-03-30  Paul Eggert  <eggert@twinsun.com>
83
84         Merge from coreutils.
85
86         * inttostr.m4: New file.
87         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
88         Require AM_STDBOOL_H and gl_TIMESPEC instead.
89         Require gl_CLOCK_TIME.
90         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
91
92 2004-03-30  Jim Meyering  <jim@meyering.net>
93
94         Merge from coreutils.
95
96         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
97         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
98         on some systems one must include <grp.h> before it.
99         Reported by Christian Krackowizer.
100
101 2004-03-29  Paul Eggert  <eggert@twinsun.com>
102
103         * cloexec.m4: New file.
104
105 2004-03-18  Paul Eggert  <eggert@twinsun.com>
106             Bruno Haible  <bruno@clisp.org>
107
108         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
109         mbswidth.
110
111 2004-03-07  Paul Eggert  <eggert@twinsun.com>
112
113         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
114         All uses changed.  Check for sa_sigaction member; this fixes
115         a bug first reported by Jason Andrade in
116         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
117
118 2004-01-18  Simon Josefsson  <jas@extundo.com>
119
120         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
121
122 2004-02-18  Bruno Haible  <bruno@clisp.org>
123
124         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
125         Reported by Derek Robert Price <derek@ximbiot.com>.
126
127 2004-02-06  Karl Berry  <karl@gnu.org>
128
129         * po.m4: update from gettext 0.14.1.
130
131 2004-02-03  Bruno Haible  <bruno@clisp.org>
132
133         * pipe.m4: New file, from GNU gettext.
134
135 2004-01-27  Bruno Haible  <bruno@clisp.org>
136
137         * execute.m4: New file, from GNU gettext.
138
139 2003-11-24  Bruno Haible  <bruno@clisp.org>
140
141         * allocsa.m4: New file, from GNU gettext.
142
143 2003-11-24  Bruno Haible  <bruno@clisp.org>
144
145         * eealloc.m4: New file, from GNU gettext.
146
147 2004-01-15  Paul Eggert  <eggert@twinsun.com>
148
149         Merge from coreutils.
150
151         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
152         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
153         (gl_DEFAULT_POSIX2_VERSION): Move
154         the documentation from 'configure' into 'config.hin',
155         so that 'configure --help' isn't burdened by it and
156         we don't have to worry about its formatting there.
157         Reword the documentation so that it's more succinct
158         and can be run together into a single paragraph.
159         * same.m4 (gl_SAME): Check for pathconf.
160
161 2004-01-15  Jim Meyering  <jim@meyering.net>
162
163         Merge from coreutils.
164
165         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
166         if no library is required.
167         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
168         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
169         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
170         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
171         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
172         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
173         value, $ac_cv_search_crypt, if it's "none required".
174         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
175         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
176         not gl_FUNC_GETLOADAVG.
177         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
178         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
179
180 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
181
182         Merge from coreutils.
183
184         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
185         value, $ac_cv_search_nanosleep, if it's "none required".
186
187 2003-12-03  Bruno Haible  <bruno@clisp.org>
188
189         * gettext.m4: Upgrade from gettext-0.13.
190         * po.m4: Upgrade from gettext-0.13.
191         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
192         * intmax.m4: New file, from gettext-0.13.
193         * printf-posix.m4: New file, from gettext-0.13.
194
195 2003-11-25  Bruno Haible  <bruno@clisp.org>
196
197         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
198         gt_TYPE_SSIZE_T.
199
200 2003-11-17  Bruno Haible  <bruno@clisp.org>
201
202         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
203
204 2003-11-12  Paul Eggert  <eggert@twinsun.com>
205
206         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
207         gl_PTRDIFF_MAX.
208
209 2003-11-11  Bruno Haible  <bruno@clisp.org>
210
211         * size_max.m4: New file.
212         * ptrdiff_max.m4: New file.
213         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
214         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
215         (gl_XALLOC): Invoke it.
216
217 2003-11-04  Bruno Haible  <bruno@clisp.org>
218
219         * xsize.m4: New file.
220
221 2003-11-03  Bruno Haible  <bruno@clisp.org>
222
223         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
224
225 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
226
227         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
228         netbsd*-gnu*.  Suggested by Robert Millan.
229
230 2003-10-29  Paul Eggert  <eggert@twinsun.com>
231
232         * xalloc.m4 (gl_XALLOC): Undo previous change.
233
234 2003-10-29  Paul Eggert  <eggert@twinsun.com>
235
236         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
237         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
238         after the 'gnu' in these cases.  This fixes some bugs in the
239         previous change, and is based on suggestions by Robert Millan.
240
241 2003-10-28  Paul Eggert  <eggert@twinsun.com>
242
243         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
244         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
245         NetBSD kernels.  Requested by Richard Stallman.
246
247 2003-10-26  Paul Eggert  <eggert@twinsun.com>
248
249         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
250         now uses inline.
251
252 2003-10-23  Paul Eggert  <eggert@twinsun.com>
253
254         * getline.m4 (AM_FUNC_GETLINE):
255         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
256         hosts.  Problem reported by Derek Robert Price in
257         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
258         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
259         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
260
261 2003-10-20  Bruno Haible  <bruno@clisp.org>
262
263         * wait-process.m4: New file.
264
265 2003-10-14  Bruno Haible  <bruno@clisp.org>
266
267         * sig_atomic_t: New file, from GNU gettext.
268         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
269
270 2003-10-12  Paul Eggert  <eggert@twinsun.com>
271
272         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
273
274 2003-10-10  Simon Josefsson  <jas@extundo.com>
275
276         * argp.m4: Add AC_C_INLINE.
277
278 2003-10-08  Paul Eggert  <eggert@twinsun.com>
279
280         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
281
282 2003-10-06  Bruno Haible  <bruno@clisp.org>
283
284         * fatal-signal.m4: New file.
285         * signalblocking.m4: New file, from GNU gettext.
286
287 2003-09-27  Paul Eggert  <eggert@twinsun.com>
288
289         * free.m4: New file.
290
291 2003-09-26  Bruno Haible  <bruno@clisp.org>
292
293         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
294         Don't define stpncpy through config.h; it's now done through stpncpy.h.
295
296 2003-09-25  Simon Josefsson  <jas@extundo.com>
297             Bruno Haible  <bruno@clisp.org>
298
299         * getdomainname.m4: New file.
300
301 2003-09-17  Paul Eggert  <eggert@twinsun.com>
302
303         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
304         to avoid spurious warnings like "AC_RUN_IFELSE was called before
305         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
306
307 2003-09-12  Paul Eggert  <eggert@twinsun.com>
308
309         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
310
311         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
312         and AC_MINIX, too, so that their extensions are available.
313
314         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
315         This macro has been superseded by gl_BACKUPFILE.
316
317         More patches to assume C89 or better.
318
319         * error.m4 (gl_ERROR): Don't check for vprintf.
320
321         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
322         unconditionally.
323         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
324         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
325         Include <string.h>, <stdlib.h> unconditionally.
326         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
327         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
328         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
329         or for string.h.
330         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
331         or strtoul.
332
333         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
334         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
335         * userspec.m4 (gl_USERSPEC): Likewise.
336         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
337         * xstrtod.m4 (gl_XSTRTOD): Likewise.
338         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
339         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
340         memcpy, memset.
341         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
342         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
343         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
344         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
345         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
346         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
347         strtoul.
348
349 2003-09-11  Paul Eggert  <eggert@twinsun.com>
350
351         More patches to assume C89 or better.
352         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
353         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
354         string.h, memchr, STDC_HEADERS.
355
356 2003-09-10  Bruno Haible  <bruno@clisp.org>
357
358         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
359         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
360         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
361         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
362         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
363         <stdlib.h> and <string.h> checks.
364         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
365         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
366
367 2003-09-09  Paul Eggert  <eggert@twinsun.com>
368
369         More patches to assume C89 or better.
370         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
371         * getopt.m4 (gl_GETOPT): Don't check for string.h.
372         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
373         or for string.h.
374         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
375         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
376         headers.
377         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
378         string.h.
379         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
380         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
381         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
382         or for string.h.
383         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
384         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
385         C headers.
386         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
387         memcpy.
388         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
389         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
390         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
391         * memcoll.m4 (gl_MEMCOLL): Likewise.
392         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
393         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
394         string.h, free.
395         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
396         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
397         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
398         C headers, or for string.h.
399         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
400         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
401         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
402         headers, memory.h, stdlib.h, string.h, strings.h.
403         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
404         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
405         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
406         strchr.
407         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
408         headers, memory.h, string.h.
409         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
410         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
411         free.
412         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
413         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
414         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
415         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
416         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
417         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
418
419 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
420
421         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
422         C89 spec.
423
424 2003-09-08  Paul Eggert  <eggert@twinsun.com>
425
426         Assume C89 or better; remove K&R cruft.
427         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
428         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
429         string.h, getenv, malloc.
430         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
431         headers.
432         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
433         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
434         do not check for strerror.
435         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
436         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
437         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
438         do not check for doprnt or vprintf.
439         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
440         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
441
442 2003-09-06  Paul Eggert  <eggert@twinsun.com>
443
444         * time_r.m4: New file.
445         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
446         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
447         Check for timegm declaration.
448         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
449         Do not check for gmtime_r.
450         Replace mktime if __mktime_internal does not exist and if mktime
451         hasn't been replaced already.
452
453 2003-08-31  Simon Josefsson  <jas@extundo.com>
454
455         * timegm.m4: New file.
456
457 2003-08-26  Bruno Haible  <bruno@clisp.org>
458
459         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
460         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
461         followed by '#define fnmatch fnmatch_posix' gives an error.
462
463 2003-08-27  Jim Meyering  <jim@meyering.net>
464
465         * mkstemp.m4: Require that the system mkstemp be able to create
466         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
467         would fail after 32.  Reported by Danny Levinson.  Details here:
468         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
469
470 2003-08-20  Karl Berry  <karl@gnu.org>
471
472         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
473
474 2003-08-19  Jim Meyering  <jim@meyering.net>
475
476         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
477         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
478
479 2003-08-19  Bruno Haible  <bruno@clisp.org>
480
481         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
482
483 2003-08-18  Jim Meyering  <jim@meyering.net>
484
485         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
486         * lib-ld.m4: Likewise.
487
488 2003-08-17  Simon Josefsson  <jas@extundo.com>
489
490         * argp.m4: New file.
491
492 2003-08-17  Simon Josefsson  <jas@extundo.com>
493
494         * xstrndup.m4: New file.
495
496 2003-08-16  Jim Meyering  <jim@meyering.net>
497
498         * utimes.m4 (gl_FUNC_UTIMES): New file.
499         * utimes.m4: Removed.
500         * utimes-null.m4: Renamed from utimes.m4.
501
502         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
503         to 1MB, so as not to render systems with no stack size limit (e.g.,
504         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
505         Include <unistd.h>.  On some systems,
506         it is required for the definition of _SC_PAGESIZE.
507
508 2003-08-16  Paul Eggert  <eggert@twinsun.com>
509
510         Merges from coreutils, etc.
511         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
512         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
513         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
514         fixing a typo.
515         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
516         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
517
518 2003-08-16  Jim Meyering  <jim@meyering.net>
519         and Paul Eggert  <eggert@cs.ucla.edu>
520
521         Merges from coreutils, etc.
522
523         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
524         using the latest version from cvs.  This avoids problems with #line
525         directives using a vendor (Sun) compiler.
526         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
527         Don't set GETGROUPS_LIB here; now it's
528         done via getgroups.m4's wrapper function.
529         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
530         rather than just in sh-util/configure.in, so that the
531         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
532         same.
533         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
534         AC_FUNC_GETLOADAVG where to find getloadavg.c.
535         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
536         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
537         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
538         Remove code that is now done by the newly-required macros.
539         Append $(EXEEXT) to DF_PROG.
540         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
541         Do not invoke or require the following here,
542         since prereq.m4 or some gnulib .m4 now does this for us:
543         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
544         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
545         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
546         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
547         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
548         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
549         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
550         AC_FUNC_OBSTACK.
551         Do not replace the following functions, as this is now the job
552         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
553         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
554         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
555         atexit getpass, strdup, getpagesize.
556         Replace 'raise'.
557         Do not check for the following functions, as this is now the job
558         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
559         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
560         setregid.
561         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
562         Check for sys/sysctl.h.
563         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
564         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
565         of checking for ssize_t ourselves.
566
567         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
568         Require every macro that gnulib/modules/* suggests for us.
569         (jm_PREREQ_ADDEXT): New macro.
570         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
571         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
572
573         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
574         (gl_PHYSMEM): Use it.
575         Also check for `table' function.
576         Check for new headers and functions.
577         Add check for sys/sysmp.h.
578         With suggestions from Kaveh Ghazi.
579         Ignore headers that are present but cannot be compiled.  This
580         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
581         C 5.4.
582
583 2003-08-16  Jim Meyering  <jim@meyering.net>
584
585         Merges from coreutils.
586         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
587         prefix.  Adjust cache variables similarly.  Create 500 rather than
588         just 300 files, to exercise bug on Darwin6.5, too.
589         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
590         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
591         Reported by mkc@mathdogs.com.
592         Also change use of $am_cv_sys_posix_termios
593         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
594         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
595         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
596         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
597         /proc/mounts until it finds one with matching device number.  This is
598         unnecessary when the FILE argument *is* a mount point.  No stat call
599         is necessary in that case.  So, disable the statvfs-testing code on
600         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
601         as RedHat bug# 84846.
602         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
603         to 1MB, so as not to render systems with no stack size limit (e.g.,
604         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
605         Include <unistd.h>.  On some systems,
606         it is required for the definition of _SC_PAGESIZE.
607
608 2003-08-15  Jim Meyering  <jim@meyering.net>
609         and Paul Eggert  <eggert@cs.ucla.edu>
610
611         Merges from coreutils, etc.
612         * strftime.m4 (_jm_STRFTIME_PREREQS):
613         Require gl_FUNC_TZSET_CLOBBER.
614         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
615         ut_exit.ut_termination, and ut_exit.e_termination members.
616
617 2003-08-14  Paul Eggert  <eggert@twinsun.com>
618
619         Help the merge from coreutils.
620         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
621         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
622         * tzset.m4: Use it too.
623
624 2003-08-14  Jim Meyering  <jim@meyering.net>
625
626         Merge from coreutils.
627         * tzset.m4: New file.
628         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
629         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
630         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
631         is inadequate on such systems: 1) detecting whether a file system
632         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
633         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
634         merely /MOUNT_POINT.  Reported by Mike Jetzer.
635
636 2003-08-13  Paul Eggert  <eggert@twinsun.com>
637
638         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
639         Check for isascii.
640
641         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
642         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
643         Undo previous (whitespace-only) change.
644
645 2003-08-12  Paul Eggert  <eggert@twinsun.com>
646
647         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
648         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
649         Normalize leading white space and remove trailing white space.
650
651         Merge from coreutils
652         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
653
654         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
655         0.12.1.  These files are now being upgraded automatically by
656         ../config/srclist-update.
657
658 2003-08-11  Bruno Haible  <bruno@clisp.org>
659
660         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
661
662 2003-08-09  Paul Eggert  <eggert@twinsun.com>
663
664         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
665         apparently Emacs's Unicode mode got confused before my 2003-08-05
666         checkin.
667
668 2003-08-08  Paul Eggert  <eggert@twinsun.com>
669
670         * extensions.m4: New file.
671         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
672         Require gl_USE_SYSTEM_EXTENSIONS.
673         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
674         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
675
676 2003-08-07  Paul Eggert  <eggert@twinsun.com>
677
678         * restrict.m4: New file.
679         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
680
681 2003-08-07  Bruno Haible  <bruno@clisp.org>
682
683         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
684         the module 'getndelim2' compatible with the module 'getline'.
685
686 2003-08-05  Paul Eggert  <eggert@twinsun.com>
687
688         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
689         byte with "\201" to avoid glitches when editing that source file
690         with multi-gnome-terminal.
691
692 2003-07-31  Bruno Haible  <bruno@clisp.org>
693
694         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
695
696 2003-07-18  Bruno Haible  <bruno@clisp.org>
697
698         * getndelim2.m4: New file.
699         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
700         invoke gl_PREREQ_GETNDELIM2.
701         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
702         gl_PREREQ_GETNDELIM2.
703         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
704         gl_GETNDELIM2.
705
706 2003-07-17  Bruno Haible  <bruno@clisp.org>
707
708         * Makefile.am.in: Remove file.
709         * Makefile.am: Remove file.
710         * Makefile.in: Remove file.
711
712 2003-07-17  Bruno Haible  <bruno@clisp.org>
713
714         * getnline.m4: New file.
715
716 2003-07-14  Simon Josefsson  <jas@extundo.com>
717
718         * mempcpy.m4: New file.
719
720 2003-07-10  Jim Meyering  <jim@meyering.net>
721
722         * clock_time.m4: Remove trailing blank.
723         * intmax_t.m4: Likewise.
724
725 2003-07-01  Paul Eggert  <eggert@twinsun.com>
726
727         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
728         xreadlink.c now includes it unconditionally.
729
730 2003-07-01  Bruno Haible  <bruno@clisp.org>
731
732         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
733         should be sufficient.
734         Reported by Paul Eggert.
735
736 2003-06-25  Bruno Haible  <bruno@clisp.org>
737
738         * readlink.m4: New file.
739
740 2003-06-22  Bruno Haible  <bruno@clisp.org>
741
742         Portability to mingw32.
743         * ssize_t.m4: New file, from GNU gettext.
744         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
745         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
746
747 2003-06-11  Bruno Haible  <bruno@clisp.org>
748
749         * sysexits.m4: New file.
750
751 2003-06-10  Simon Josefsson  <jas@extundo.com>
752
753         * strchrnul.m4: New file.
754
755 2003-06-07  Bruno Haible  <bruno@clisp.org>
756
757         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
758         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
759         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
760         directory.
761         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
762         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
763         directory.
764
765 2003-06-04  Paul Eggert  <eggert@twinsun.com>
766
767         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
768         locale.h, localeconv.  This merges changes from coreutils.
769
770         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
771         It can be removed after the next Autoconf is released.
772         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
773         needed.
774
775 2003-05-30  Bruno Haible  <bruno@clisp.org>
776
777         * gettext.m4: Upgrade to gettext-0.12.1.
778         * nls.m4: New file, from gettext-0.12.1.
779         * po.m4: New file, from gettext-0.12.1.
780         * progtest.m4: Upgrade to gettext-0.12.1.
781
782 2003-05-28  Paul Eggert  <eggert@twinsun.com>
783
784         Assume the headers required for C89 freestanding compilers.
785         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
786         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
787         * human.m4 (gl_HUMAN): Likewise.
788         * pathmax.m4 (gl_PATHMAX): Likewise.
789         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
790         * userspec.m4 (gl_USERSPEC): Likewise.
791         * xreadlink.m4 (gl_XREADLINK): Likewise.
792         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
793         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
794
795 2003-05-26  Jim Meyering  <jim@meyering.net>
796
797         Merge in a change from coreutils:
798         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
799         that is guaranteed to be `no'.  Use `no_such_member' to indicate
800         that condition, rather than `-1' which is slightly misleading.
801         Change the name of the cache variable to have the gl_ prefix.
802         Prompted by a patch from Richard Dawe for DJGPP.
803
804 2003-05-17  Bruno Haible  <bruno@clisp.org>
805
806         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
807         expansion for AC_EGREP_CPP.
808         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
809         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
810         Suggested by Akim Demaille <akim@epita.fr> in
811         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
812
813 2003-04-21  Paul Eggert  <eggert@twinsun.com>
814
815         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
816         code which expansion is under static control.  Patch imported from
817         Akim Demaille's patch to Bison; see
818         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
819
820 2003-04-14  Bruno Haible  <bruno@clisp.org>
821
822         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
823
824 2003-04-10  Bruno Haible  <bruno@clisp.org>
825
826         * findprog.m4: New file.
827         * eaccess.m4: New file.
828
829 2003-04-04  Bruno Haible  <bruno@clisp.org>
830
831         * linebreak.m4: New file.
832
833 2003-04-03  Bruno Haible  <bruno@clisp.org>
834
835         * utf-ucs4.m4: New file.
836         * ucs4-utf.m4: New file.
837
838 2003-03-30  Bruno Haible  <bruno@clisp.org>
839
840         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
841
842 2003-03-28  Bruno Haible  <bruno@clisp.org>
843
844         * copy-file.m4: New file.
845
846 2003-03-18  Bruno Haible  <bruno@clisp.org>
847
848         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
849         * onceonly_2_57.m4: Likewise.
850
851 2003-03-17  Bruno Haible  <bruno@clisp.org>
852
853         * onceonly.m4: Require autoconf 2.54 or newer.
854         (m4_quote): Remove macro.
855         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
856
857 2003-03-14  Bruno Haible  <bruno@clisp.org>
858
859         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
860         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
861
862 2003-03-13  Paul Eggert  <eggert@twinsun.com>
863
864         * onceonly.m4 (m4_quote): New macro.
865         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
866         Quote AC_FOREACH variable-expansions properly.
867
868 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
869
870         * poll.m4: New file.
871
872 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
873
874         * mathl.m4: New file.
875
876 2003-02-17  Bruno Haible  <bruno@clisp.org>
877
878         * mkdtemp.m4: New file, from GNU gettext with modifications.
879
880 2003-02-02  Jim Meyering  <jim@meyering.net>
881
882         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
883         e.g. glibc-2.2.93.
884
885 2003-01-31  Bruno Haible  <bruno@clisp.org>
886
887         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
888         'rpl_rename'.
889         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
890         'rpl_strnlen'.
891         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
892         'rpl_strtod'.
893         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
894         'rpl_utime'.
895
896 2003-01-30  Bruno Haible  <bruno@clisp.org>
897
898         * signed.m4: New file, from GNU gettext.
899         * longdouble.m4: New file, from GNU gettext.
900         * wchar_t.m4: New file, from GNU gettext.
901         * wint_t.m4: New file, from GNU gettext.
902         * vasnprintf.m4: New file.
903         * vasprintf.m4: New file.
904
905 2003-01-29  Bruno Haible  <bruno@clisp.org>
906
907         * stpncpy.m4: New file.
908
909 2003-01-23  Jim Meyering  <jim@meyering.net>
910
911         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
912         from working on systems without dirfd (at least Irix and OSF1/Tru64).
913
914 2003-01-16  Jim Meyering  <jim@meyering.net>
915
916         * regex.m4: The `regex' struct is both input and output.
917         Initialize it before each use.  Patch by Tim Waugh.
918
919 2003-01-11  Bruno Haible  <bruno@clisp.org>
920
921         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
922         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
923         suffix.
924
925 2003-01-11  Bruno Haible  <bruno@clisp.org>
926
927         * md5.m4 (gl_MD5): Require AC_C_INLINE.
928
929 2003-01-11  Bruno Haible  <bruno@clisp.org>
930
931         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
932
933 2003-01-12  Paul Eggert  <eggert@twinsun.com>
934
935         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
936         to avoid collisions with libcurses and libreadline.
937
938         * getstr.m4: Remove.
939         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
940
941 2003-01-10  Bruno Haible  <bruno@clisp.org>
942
943         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
944
945 2003-01-09  Bruno Haible  <bruno@clisp.org>
946
947         * stdbool.m4 (AM_STDBOOL_H): New macro.
948
949 2002-12-31  Paul Eggert  <eggert@twinsun.com>
950
951         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
952
953 2002-12-24  Bruno Haible  <bruno@clisp.org>
954
955         General infrasructure.
956         * README: Rewritten.
957         * onceonly.m4: New file.
958         * onceonly_2_57.m4: New file.
959
960         Module atexit.
961         * atexit.m4: New file.
962
963         Module strtod.
964         * strtod.m4: New file.
965
966         Module strtol.
967         * strtol.m4: New file.
968
969         Module strtoul.
970         * strtoul.m4: New file.
971
972         Module memchr.
973         * memchr.m4: New file.
974
975         Module memcmp.
976         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
977         (jm_FUNC_MEMCMP): Invoke it.
978
979         Module memcpy.
980         * memcpy.m4: New file.
981
982         Module memmove.
983         * memmove.m4: New file.
984
985         Module memset.
986         * memset.m4: New file.
987
988         Module strcspn.
989         * strcspn.m4: New file.
990
991         Module strpbrk.
992         * strpbrk.m4: New file.
993
994         Module strstr.
995         * strstr.m4: New file.
996
997         Module strerror.
998         * strerror.m4: New file.
999
1000         Module mktime.
1001         * mktime.m4: Renamed from jm-mktime.m4.
1002         (gl_PREREQ_MKTIME): New macro.
1003         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
1004
1005         Module malloc.
1006         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
1007         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
1008         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
1009
1010         Module realloc.
1011         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
1012         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
1013         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
1014
1015         Module strftime.
1016         * tm_gmtoff.m4: New file, extracted from strftime.m4.
1017         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
1018         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
1019         gl_TM_GMTOFF.
1020         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
1021
1022         Module xalloc.
1023         * xalloc.m4: New file.
1024
1025         Module alloca.
1026         * alloca.m4: New file.
1027
1028         Module putenv.
1029         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
1030         (jm_FUNC_PUTENV): Invoke it.
1031
1032         Module setenv.
1033         * setenv.m4 (gt_FUNC_SETENV): New macro.
1034         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
1035         when invoked twice.
1036         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
1037         gt_FUNC_SETENV.
1038
1039         Module memrchr.
1040         * memrchr.m4: New file.
1041
1042         Module stpcpy.
1043         * stpcpy.m4: New file.
1044
1045         Module strcase.
1046         * strcase.m4: New file.
1047
1048         Module strdup.
1049         * strdup.m4: New file.
1050
1051         Module strnlen.
1052         * strnlen.m4: New file.
1053
1054         Module strndup.
1055         * strndup.m4: New file.
1056
1057         Module xstrtod.
1058         * xstrtod.m4: New file.
1059
1060         Module xstrtol.
1061         * xstrtol.m4: New file.
1062
1063         Module getdate.
1064         * getdate.m4: New file.
1065
1066         Module unlocked-io.
1067         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
1068         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
1069         * jm-glibc-io.m4n: Remove file.
1070
1071         Module long-options.
1072         * long-options.m4: New file.
1073
1074         Module md5.
1075         * md5.m4: New file.
1076
1077         Module sha.
1078         * sha.m4: New file.
1079
1080         Module getstr.
1081         * getstr.m4: New file.
1082
1083         Module getline.
1084         * getline.m4 (gl_PREREQ_GETLINE): New macro.
1085         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
1086         <sys/types.h>, for size_t. Use the function name gnu_getline, not
1087         simply getline. Infoke gl_PREREQ_GETLINE.
1088
1089         Module obstack.
1090         * obstack.m4: New file.
1091
1092         Module hash.
1093         * hash.m4: New file.
1094
1095         Module readtokens.
1096         * readtokens.m4: New file.
1097
1098         Module strverscmp.
1099         * strverscmp.m4: New file.
1100
1101         Module stdbool.
1102         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
1103
1104         Module strtoll.
1105         * strtoll.m4: New file.
1106
1107         Module strtoull.
1108         * strtoull.m4: New file.
1109
1110         Module strtoimax.
1111         * strtoimax.m4: New file.
1112
1113         Module strtoumax.
1114         * strtoumax.m4: New file.
1115
1116         Module xstrtoimax.
1117         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
1118         Moved the strtol prerequisites to strtol.m4.
1119         Moved the strtoll prerequisites to strtoll.m4.
1120         Moved the strtoimax prerequisites to strtoimax.m4.
1121
1122         Module xstrtoumax.
1123         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
1124         Moved the strtoul prerequisites to strtoul.m4.
1125         Moved the strtoull prerequisites to strtoull.m4.
1126         Moved the strtoumax prerequisites to strtoumax.m4.
1127
1128         Module chown.
1129         * chown.m4 (gl_PREREQ_CHOWN): New macro.
1130         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
1131
1132         Module dup2.
1133         * dup2.m4: New file.
1134
1135         Module ftruncate.
1136         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
1137         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
1138
1139         Module getgroups.
1140         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
1141         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
1142
1143         Module gettimeofday.
1144         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
1145         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
1146         gl_PREREQ_GETTIMEOFDAY.
1147
1148         Module mkdir.
1149         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
1150         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
1151
1152         Module mkstemp.
1153         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
1154         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
1155         jm_AC_TYPE_UINTMAX_T.
1156         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
1157
1158         Module stat.
1159         * stat.m4 (gl_PREREQ_STAT): New macro.
1160         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
1161
1162         Module lstat.
1163         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
1164         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
1165
1166         Module timespec.
1167         * timespec.m4 (gl_TIMESPEC): New macro.
1168         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
1169         * st_mtim.m4: Indentation.
1170
1171         Module nanosleep.
1172         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
1173         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
1174         gl_PREREQ_NANOSLEEP.
1175
1176         Module regex.
1177         * regex.m4 (jm_PREREQ_REGEX): New macro.
1178         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
1179         (gl_REGEX): New macro.
1180
1181         Module rename.
1182         * rename.m4 (gl_PREREQ_RENAME): New macro.
1183         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
1184
1185         Module rmdir.
1186         * rmdir.m4: New file.
1187
1188         Module utime.
1189         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
1190         * utime.m4 (gl_PREREQ_UTIME): New macro.
1191         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
1192
1193         Module dirname.
1194         * dirname.m4: New file.
1195
1196         Module getopt.
1197         * getopt.m4: New file.
1198
1199         Module unistd-safer.
1200         * unistd-safer.m4: New file.
1201
1202         Module fnmatch.
1203         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
1204         declaration.
1205         (gl_PREREQ_FNMATCH_EXTRA): New macro.
1206         (gl_FUNC_FNMATCH_POSIX): New macro.
1207         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
1208         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
1209         simply fnmatch.
1210
1211         Module exclude.
1212         * exclude.m4: New file.
1213
1214         Module human.
1215         * human.m4: New file.
1216
1217         Module acl.
1218         * acl.m4: Nop.
1219
1220         Module backupfile.
1221         * backupfile.m4: New file.
1222         * d-ino.m4: Indentation.
1223
1224         Module fsusage.
1225         * fsusage.m4 (gl_FSUSAGE): New macro.
1226         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
1227         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
1228
1229         Module dirfd.
1230         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
1231
1232         Module euidaccess.
1233         * euidaccess.m4: New file.
1234
1235         Module file-type.
1236         * file-type.m4: New file.
1237
1238         Module fileblocks.
1239         * fileblocks.m4: New file.
1240
1241         Module filemode.
1242         * filemode.m4: New file.
1243
1244         Module isdir.
1245         * isdir.m4: New file.
1246
1247         Module lchown.
1248         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
1249         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
1250
1251         Module makepath.
1252         * makepath.m4: New file.
1253
1254         Module modechange.
1255         * modechange.m4: New file.
1256
1257         Module mountlist.
1258         * mountlist.m4: New file.
1259         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
1260         Indentation.
1261
1262         Module path-concat.
1263         * path-concat.m4: New file.
1264
1265         Module pathmax.
1266         * pathmax.m4: New file.
1267
1268         Module same.
1269         * same.m4: New file.
1270
1271         Module save-cwd.
1272         * save-cwd.m4: New file.
1273
1274         Module savedir.
1275         * savedir.m4: New file.
1276
1277         Module xgetcwd.
1278         * xgetcwd.m4: New file.
1279         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
1280
1281         Module xreadlink.
1282         * xreadlink.m4: New file.
1283
1284         Module safe-read.
1285         * safe-read.m4: New file.
1286
1287         Module safe-write.
1288         * safe-write.m4: New file.
1289
1290         Module closeout.
1291         * closeout.m4: New file.
1292
1293         Module stdio-safer.
1294         * stdio-safer.m4: New file.
1295
1296         Module getpass.
1297         * getpass.m4: New file.
1298
1299         Module getugroups.
1300         * getugroups.m4: New file.
1301
1302         Module group-member.
1303         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
1304         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
1305
1306         Module idcache.
1307         * idcache.m4: New file.
1308
1309         Module userspec.
1310         * userspec.m4: New file.
1311
1312         Module gettime.
1313         * clock_time.m4: New file.
1314         * gettime.m4: New file.
1315
1316         Module settime.
1317         * settime.m4: New file.
1318
1319         Module posixtm.
1320         * posixtm.m4: New file.
1321
1322         Module gethostname.
1323         * gethostname.m4: New file.
1324
1325         Module canon-host.
1326         * canon-host.m4: New file.
1327
1328         Module gettext.
1329         * codeset.m4: New file, from gettext-0.11.5.
1330         * gettext.m4: New file, from gettext-0.11.5.
1331         * glibc21.m4: New file, from gettext-0.11.5.
1332         * iconv.m4: New file, from gettext-0.11.5.
1333         * intdiv0.m4: New file, from gettext-0.11.5.
1334         * inttypes-pri.m4: New file, from gettext-0.11.5.
1335         * inttypes.m4: New file, from gettext-0.11.5.
1336         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
1337         * isc-posix.m4: New file, from gettext-0.11.5.
1338         * lcmessage.m4: New file, from gettext-0.11.5.
1339         * lib-ld.m4: New file, from gettext-0.11.5.
1340         * lib-link.m4: New file, from gettext-0.11.5.
1341         * lib-prefix.m4: New file, from gettext-0.11.5.
1342         * progtest.m4: New file, from gettext-0.11.5.
1343         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
1344         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
1345         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
1346
1347         Module localcharset.
1348         * localcharset.m4: New file.
1349
1350         Module hard-locale.
1351         * hard-locale.m4: New file.
1352
1353         Module mbswidth.
1354         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
1355         onceonly macros.
1356         * mbrtowc.m4: Add comment.
1357
1358         Module memcasecmp.
1359         * memcasecmp.m4: New file.
1360
1361         Module memcoll.
1362         * memcoll.m4: New file.
1363
1364         Module unicodeio.
1365         * unicodeio.m4: New file.
1366
1367         Module rpmatch.
1368         * rpmatch.m4: New file.
1369
1370         Module yesno.
1371         * yesno.m4: New file.
1372
1373         Module exitfail.
1374         * exitfail.m4: New file.
1375
1376         Module c-stack.
1377         * c-stack.m4 (gl_C_STACK): New macro.
1378         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
1379
1380         Module error.
1381         * error.m4 (gl_ERROR): New macro.
1382         (jm_PREREQ_ERROR): Use onceonly macros.
1383
1384         Module fatal.
1385         * fatal.m4: New file.
1386
1387         Module getloadavg.
1388         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
1389         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
1390
1391         Module getpagesize.
1392         * getpagesize.m4: New file.
1393
1394         Module getusershell.
1395         * getusershell.m4: New file.
1396
1397         Module physmem.
1398         * physmem.m4: New file.
1399
1400         Module posixver.
1401         * posixver.m4: New file.
1402
1403         Module quotearg.
1404         * quotearg.m4: New file.
1405
1406         Module quote.
1407         * quote.m4: New file.
1408
1409         Module readutmp.
1410         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
1411
1412         Module sig2str.
1413         * sig2str.m4: New file.
1414
1415         Other.
1416         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
1417         ulonglong.m4.
1418         * intmax_t.m4: New file.
1419         * d-type.m4: Indentation.
1420         * jm-macros.m4: Update.
1421         * prereq.m4 (jm_PREREQ): Update.
1422         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
1423         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
1424         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
1425         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
1426         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
1427         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
1428         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
1429         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
1430         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
1431         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
1432         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
1433         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
1434         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
1435         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
1436         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
1437         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
1438         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
1439         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
1440         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
1441
1442 2002-12-18  Bruno Haible  <bruno@clisp.org>
1443
1444         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
1445         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
1446
1447 2002-12-17  Bruno Haible  <bruno@clisp.org>
1448
1449         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
1450         stdlib.h, string.h.
1451
1452 2002-12-11  Bruno Haible  <bruno@clisp.org>
1453
1454         * setenv.m4: New file, from gettext-0.11.5.
1455
1456 2002-12-06  Paul Eggert  <eggert@twinsun.com>
1457
1458         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
1459         a pain in practice to deal with generated m4 files.  This change
1460         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
1461
1462         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
1463         and jm-glibc-io.m4, as they are no longer a special case.
1464         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
1465         kludge and the auto-generation stuff.  Check only whether the
1466         functions are declared, not whether they exist, since older hosts
1467         that don't declare the functions can't use the optimization anyway.
1468
1469 2002-07-06  Jim Meyering  <meyering@lucent.com>
1470
1471         * README: Don't mention Makefile.am.in.
1472         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
1473
1474 2002-06-11  Paul Eggert  <eggert@twinsun.com>
1475
1476         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
1477
1478 2002-06-22  Jim Meyering  <meyering@lucent.com>
1479
1480         * c-stack.m4: New file, from diffutils-2.8.2.
1481         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
1482
1483         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
1484         now that configure.ac uses AC_GNU_SOURCE.
1485         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
1486         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
1487
1488         Update to latest tools.  Suggestions from Paul Eggert.
1489         * stdbool.m4: New file, from diffutils-2.8.2.
1490         * gnu-source.m4: Update from diffutils-2.8.2.
1491         * fnmatch.m4: Likewise.
1492         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
1493         to AC_HEADER_STDBOOL
1494
1495 2002-06-21  Jim Meyering  <meyering@lucent.com>
1496
1497         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
1498         * mbrtowc.m4: Likewise.
1499
1500         * mbstate_t.m4: Update from diffutils-2.8.2.
1501         * mbswidth.m4: Reflect name change:
1502         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
1503         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1504
1505         * lib-link.m4: Update from gettext-0.11.2.
1506         * gettext.m4: Likewise.
1507
1508         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
1509         From Alfred M. Szmidt.
1510
1511 2002-05-19  Paul Eggert  <eggert@twinsun.com>
1512
1513         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
1514
1515 2002-06-07  Jim Meyering  <meyering@lucent.com>
1516
1517         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
1518         They're needed at least for NetBSD 1.5.2.
1519         ($statxfs_includes): Include those same headers.
1520         ($statxfs_includes): Include sys/vfs.h if available.
1521         ($statxfs_includes): Likewise for sys/statvfs.h.
1522         Check for the following members in both structs statfs and statvfs:
1523         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
1524
1525 2002-06-01  Jim Meyering  <meyering@lucent.com>
1526
1527         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
1528         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
1529
1530 2002-05-28  Jim Meyering  <meyering@lucent.com>
1531
1532         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
1533         Reported by Volker Borchert.
1534
1535 2002-05-27  Jim Meyering  <meyering@lucent.com>
1536
1537         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
1538         localtime.
1539
1540         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
1541         use the replacement function; it wouldn't resolve at link time.
1542         Reported by Volker Borchert.
1543
1544 2002-04-30  Jim Meyering  <meyering@lucent.com>
1545
1546         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
1547
1548 2002-04-29  Paul Eggert  <eggert@twinsun.com>
1549
1550         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
1551         Do not check for alloca.h (no longer used) or stdbool.h (was never
1552         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
1553
1554 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1555
1556         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
1557
1558 2002-04-29  Jim Meyering  <meyering@lucent.com>
1559
1560         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
1561         * prereq.m4: Add jm_PREREQ_STRNLEN.
1562         Use AC_FUNC_STRNLEN here instead.
1563
1564         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
1565         With autoconf-2.53a, it's part of AC_PROG_CC.
1566
1567 2002-04-28  Paul Eggert  <eggert@twinsun.com>
1568
1569         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
1570         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
1571
1572 2002-04-24  Jim Meyering  <meyering@lucent.com>
1573
1574         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
1575         (jm_PREREQ): Use it.
1576
1577         * getloadavg.m4: Check for these headers: locale.h unistd.h
1578         mach/mach.h fcntl.h.
1579         Check for this function: setlocale.
1580
1581 2002-04-16  Jim Meyering  <meyering@lucent.com>
1582
1583         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
1584         ut_pid, ut_id, ut_exit.
1585
1586 2002-04-12  Jim Meyering  <meyering@lucent.com>
1587
1588         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
1589         check for f_type in sys/mount.h.  Instead, just test for the existence
1590         of the getmntinfo function.  Needed for Darwin 5.3.
1591
1592         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
1593         This is necessary at least on Darwin 5.3.
1594
1595         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
1596         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
1597         in the library, and that makes some versions of ranlib object.
1598
1599 2002-04-09  Jim Meyering  <meyering@lucent.com>
1600
1601         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
1602         to be more precise.  Rather than saying we're checking whether the
1603         function `works', say what we're testing.
1604         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
1605         Reported by Bruno Haible.
1606
1607 2002-02-27  Paul Eggert  <eggert@twinsun.com>
1608
1609         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
1610         Check for clock_settime.
1611
1612 2002-02-25  Paul Eggert  <eggert@twinsun.com>
1613
1614         * acl.m4: New file.
1615         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
1616         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
1617
1618 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
1619
1620         * codeset.m4: Upgrade to gettext-0.11.
1621         * gettext.m4: Upgrade to gettext-0.11.
1622         * glibc21.m4: Upgrade to gettext-0.11.
1623         * iconv.m4: Upgrade to gettext-0.11.
1624         * isc-posix.m4: Upgrade to gettext-0.11.
1625         * lcmessage.m4: Upgrade to gettext-0.11.
1626         * lib-ld.m4: New file, from gettext-0.11.
1627         * lib-link.m4: New file, from gettext-0.11.
1628         * lib-prefix.m4: New file, from gettext-0.11.
1629         * progtest.m4: Upgrade to gettext-0.11.
1630
1631 2002-02-15  Paul Eggert  <eggert@twinsun.com>
1632
1633         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
1634         (jm_PREREQ): Use it.
1635
1636 2002-01-26  Jim Meyering  <meyering@lucent.com>
1637
1638         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
1639         * strnlen.m4: Remove file, now that it's part of autoconf.
1640
1641 2002-01-22  Paul Eggert  <eggert@twinsun.com>
1642
1643         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
1644
1645 2002-01-19  Jim Meyering  <meyering@lucent.com>
1646
1647         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
1648         Remove useless quotes: DF_PROG="df".
1649         * strnlen.m4: New file.
1650
1651 2001-12-14  Jim Meyering  <meyering@lucent.com>
1652
1653         * jm-macros.m4 (jm_MACROS): Check for iswspace.
1654         Suggestion from Bruno Haible.
1655
1656 2001-11-20  Jim Meyering  <meyering@lucent.com>
1657
1658         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
1659         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
1660
1661 2001-11-19  Jim Meyering  <meyering@lucent.com>
1662
1663         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
1664         directory.  Use "conftestXXXXXX" as the template.
1665         Suggestion from Paul Eggert.
1666
1667         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
1668         so the test doesn't mistakenly hit the max-open-files limit.
1669
1670 2001-11-18  Jim Meyering  <meyering@lucent.com>
1671
1672         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
1673
1674 2001-11-17  Jim Meyering  <meyering@lucent.com>
1675
1676         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
1677         Prompted by a report from Bob Proulx.
1678
1679         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
1680         Instead, require UTILS_FUNC_MKSTEMP.
1681
1682 2001-11-11  Jim Meyering  <meyering@lucent.com>
1683
1684         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
1685         Now, that's done as part of AC_FUNC_STRTOD.
1686
1687 2001-10-22  Paul Eggert  <eggert@twinsun.com>
1688
1689         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
1690         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
1691
1692 2001-11-10  Jim Meyering  <meyering@lucent.com>
1693
1694         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
1695         (jm_PREREQ): Use it.
1696
1697 2001-11-09  Jim Meyering  <meyering@lucent.com>
1698
1699         * jm-macros.m4: Require autoconf-2.52f.
1700         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
1701         Use these AC_-prefixed names, not the AM_-prefixed ones.
1702
1703         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
1704
1705 2001-11-04  Jim Meyering  <meyering@lucent.com>
1706
1707         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
1708
1709 2001-11-03  Jim Meyering  <meyering@lucent.com>
1710
1711         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
1712         of AC_DEFUN.
1713
1714         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
1715         know the name of the variable in the macro definition.
1716
1717 2001-11-01  Jim Meyering  <meyering@lucent.com>
1718
1719         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1720         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1721
1722 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1723
1724         * error.m4 (jm_PREREQ_ERROR):
1725         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1726         AC_FUNC_STRERROR_R does that.
1727         Check for strerror declaration.
1728
1729         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1730         are supposed to have them these days.
1731         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1732         Merge changes from latest Autoconf CVS.
1733         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1734         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1735         POSIX decided to standardize on the int flavor of strerror_r.
1736
1737 2001-09-30  Jim Meyering  <meyering@lucent.com>
1738
1739         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1740         `struct fsstat' has the `f_fstypename' member.
1741         Use that to define FS_TYPE, which is now used to make
1742         the getfsstat link test tighter.
1743
1744 2001-09-29  Jim Meyering  <meyering@lucent.com>
1745
1746         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1747         [one-argument getmntent function]): Include stdio.h before mntent.h.
1748         SunOS 4.1.x needs it for the declaration of `FILE'.
1749         Patch by Volker Borchert.
1750
1751         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1752         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1753         sys/fs_types.h, and make the link-test for getfsstat guard #include
1754         directives with appropriate #if HAVE_*_H tests so that we can
1755         detect getfsstat on Apple Darwin1.3.7 systems.
1756         Reported by Nelson Beebe.
1757         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1758
1759 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1760
1761         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1762         #defines strtoimax.  Also treat the other strto* functions
1763         like strtoimax.
1764
1765         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1766         Check for strtoul and strtoumax,
1767         as those declarations are made even in the signed case.
1768         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1769         Likewise, for strtol and strtoimax.
1770
1771 2001-09-24  Jim Meyering  <meyering@lucent.com>
1772
1773         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1774
1775 2001-09-23  Jim Meyering  <meyering@lucent.com>
1776
1777         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1778         instead of the mere test for existence of mntent.h.  The latter
1779         would get a false-positive on AIX 3.4 systems.
1780         In the outer getmntent if-block, don't die if neither of the getmntent
1781         tests succeeds.  Instead, just fall through and continue with the
1782         remaining tests.
1783
1784 2001-09-22  Jim Meyering  <meyering@lucent.com>
1785
1786         * gettext.m4: New file.  From gettext.
1787         * lcmessage.m4: Sync with gettext -- this changes only comments.
1788         * progtest.m4: Likewise
1789         * isc-posix.m4: Decrement serial number to sync with gettext.
1790         * glibc21.m4: Likewise.
1791
1792         * libintl.m4: Remove.  No longer used.
1793
1794 2001-09-20  Jim Meyering  <meyering@lucent.com>
1795
1796         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1797         strtoimax.
1798         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1799         strtoumax.
1800
1801 2001-09-17  Jim Meyering  <meyering@lucent.com>
1802
1803         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1804         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1805         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1806         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1807         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1808         whenever the right hand side need not be expanded by the shell.
1809
1810 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1811
1812         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1813         library.  It's not correct, as some older glibcs are buggy.
1814         fnmatch wasn't fixed until glibc 2.2.
1815
1816         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1817         special shell magic here.
1818
1819 2001-09-16  Jim Meyering  <meyering@lucent.com>
1820
1821         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1822         * jm-macros.m4: Require it.
1823
1824 2001-09-15  Jim Meyering  <meyering@lucent.com>
1825
1826         * jm-macros.m4: Check for help2man.
1827
1828 2001-09-11  Jim Meyering  <meyering@lucent.com>
1829
1830         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1831         The body, by Paul Eggert, was moved here from configure.in.
1832         * jm-macros.m4: Require UTILS_HOST_OS.
1833
1834 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1835
1836         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1837         (jm_PREREQ): Use it.
1838
1839 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1840
1841         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1842         sys/param.h, as pathmax.h includes them.
1843
1844 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1845
1846         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
1847         (jm_PREREQ_XGETCWD): New macro.
1848
1849         * getcwd.m4: New file.
1850
1851 2001-09-01  Jim Meyering  <meyering@lucent.com>
1852
1853         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
1854         Used by df.
1855
1856 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1857
1858         Simplify code, partly by assuming autoconf 2.52 semantics.
1859
1860         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
1861
1862         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
1863         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
1864         All uses removed.
1865         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
1866         Move AC_REQUIRE to next-to-top level, to avoid confusion.
1867         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
1868         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
1869         * jm-macros.m4 (jm_MACROS): Likewise.
1870
1871         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
1872
1873         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1874         Quote first arg of AC_DEFUN.
1875         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
1876         since they are needed to parse the include file even if we need
1877         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
1878         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
1879         but with opposite signedness.
1880
1881 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1882
1883         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
1884         (jm_PREREQ_EXCLUDE): New macro.
1885
1886 2001-08-26  Jim Meyering  <meyering@lucent.com>
1887
1888         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
1889
1890         * xstrtoimax.m4: New file.
1891         * xstrtoumax.m4: Add comments explaining why we
1892         AC_REPLACE_FUNCS(strtol).
1893
1894 2001-06-20  Paul Eggert  <eggert@twinsun.com>
1895
1896         * inttypes.m4: Add AC_PREREQ(2.13).
1897         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
1898         (jm_AC_TYPE_INTMAX_T): New macro.
1899         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
1900
1901         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
1902
1903         * longlong.m4: Renamed from ulonglong.m4.
1904         * inttypes.m4: Renamed from inttypes_h.m4.
1905         * uintmax_t.m4: Removed.
1906
1907 2001-08-12  Jim Meyering  <meyering@lucent.com>
1908
1909         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
1910         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
1911         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
1912         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
1913         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
1914         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
1915         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
1916         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
1917         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
1918         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
1919         utime.m4, utimes.m4, xstrtoumax.m4:
1920         Quote the first argument in each use of AC_DEFUN.
1921
1922 2001-08-05  Jim Meyering  <meyering@lucent.com>
1923
1924         * jm-macros.m4: Require autoconf-2.52.
1925
1926 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1927
1928         The following changes are from gettext 0.10.39 as maintained by
1929         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
1930
1931         * codeset.m4: Upgrade to serial AM1.
1932         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
1933         all uses changed.  Quote first arg of AC_DEFUN.
1934         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
1935
1936         * iconv.m4: Upgrade to serial AM2.
1937         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
1938         Add --with-libconv-prefix.
1939         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1940         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1941         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1942         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1943         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1944
1945         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1946         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1947         * glibc21.m4 (jm_GLIBC21): Likewise.
1948         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1949         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1950         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1951         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1952         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1953         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1954
1955         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1956         string.h any more.
1957
1958         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1959         not the default value.
1960
1961         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1962         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1963         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1964         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1965         Also check for iswcntrl, used for wcwidth fallback.
1966         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1967         to Autoconf 2.13.
1968
1969 2001-08-03  Jim Meyering  <meyering@lucent.com>
1970
1971         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1972         as it was in the original.  Reported by Paul Eggert.
1973
1974 2001-07-16  Jim Meyering  <meyering@lucent.com>
1975
1976         * gettimeofday.m4: New file.
1977         Prompted by a report from Bernhard Baehr.
1978
1979 2001-07-15  Jim Meyering  <meyering@lucent.com>
1980
1981         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1982         Now it's in ../Makefile.cfg.
1983
1984 2001-07-04  Jim Meyering  <meyering@lucent.com>
1985
1986         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1987         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1988         distcheck failure.
1989
1990 2001-07-02  Jim Meyering  <meyering@lucent.com>
1991
1992         The following changes were prompted by suggestions from Bruno Haible.
1993
1994         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1995         is now generated.
1996         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1997         definition of EXTRA_DIST.
1998         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1999         ensure that the generated file is created/updated whenever the list
2000         of $(unlocked_functions) is changed.
2001         (jm-glibc-io.m4): New rule.
2002         (unlocked-io.h): New rule -- currently unused.
2003
2004 2001-06-24  Jim Meyering  <meyering@lucent.com>
2005
2006         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
2007         unmatched right bracket, rather than kludging it with an extra,
2008         falsely-matching quote in a comment.  Patch by Akim Demaille.
2009
2010 2001-05-27  Jim Meyering  <meyering@lucent.com>
2011
2012         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
2013         Check for ut_type in struct utmp.
2014
2015 2001-05-22  Jim Meyering  <meyering@lucent.com>
2016
2017         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
2018         now that we use the package-supplied version unconditionally.
2019         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
2020
2021 2001-05-21  Jim Meyering  <meyering@lucent.com>
2022
2023         * regex.m4: Change a couple backticks to single quotes to avoid shell
2024         syntax errors.
2025
2026 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
2027
2028         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
2029
2030 2001-05-11  Paul Eggert  <eggert@twinsun.com>
2031
2032         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
2033         Don't bother to check library strftime, since
2034         we'll be using our own my_strftime function anyway.
2035         Define my_strftime instead of strftime.
2036
2037 2001-05-15  Jim Meyering  <meyering@lucent.com>
2038
2039         * regex.m4: Use proper quoting so brackets appear in the test program.
2040         Reported by, and with help from, Bruno Haible.
2041
2042 2001-05-13  Jim Meyering  <meyering@lucent.com>
2043
2044         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
2045
2046 2000-11-26  Paul Eggert  <eggert@twinsun.com>
2047
2048         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
2049
2050 2001-04-21  Jim Meyering  <meyering@lucent.com>
2051
2052         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
2053         doesn't interfere.
2054
2055 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
2056
2057         * ftruncate.m4: Check for chsize.
2058         Link with ftruncate.o unconditionally if ftruncate is missing.
2059         This was required when cross-compiling to i586-mingw32msvc.
2060
2061 2001-03-24  Jim Meyering  <meyering@lucent.com>
2062
2063         * jm-macros.m4: Require autoconf-2.49d.
2064
2065 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
2066
2067         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
2068
2069 2001-03-17  Jim Meyering  <meyering@lucent.com>
2070
2071         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
2072         now that the version in autoconf is equivalent.
2073         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
2074
2075         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
2076         Suggestion from Akim Demaille.
2077
2078         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
2079         (jm_PREREQ_TEMPNAME): New function.
2080
2081 2001-02-25  Paul Eggert  <eggert@twinsun.com>
2082
2083         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
2084         lacks mkstemp.  Compile our own tempname.c if we compile our own
2085         mkstemp.c, as mkstemp relies on tempname.
2086
2087 2001-03-01  Jim Meyering  <meyering@lucent.com>
2088
2089         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
2090         AH_VERBATIM really does output its argument verbatim.
2091
2092 2001-02-18  Paul Eggert  <eggert@twinsun.com>
2093
2094         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
2095
2096 2001-02-17  Jim Meyering  <meyering@lucent.com>
2097
2098         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
2099         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
2100         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
2101         UnixWare 7.1.1.
2102
2103         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
2104         rather than AC_CACHE_VAL.
2105
2106 2001-02-17  Paul Eggert  <eggert@twinsun.com>
2107
2108         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
2109         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
2110         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
2111         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
2112
2113 2001-02-07  Jim Meyering  <meyering@lucent.com>
2114
2115         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
2116
2117 2001-02-05  Jim Meyering  <meyering@lucent.com>
2118
2119         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
2120         it includes the patch required for `large file' support with at least
2121         HP-UX's 10.20 /bin/cc.
2122
2123 2001-02-03  Jim Meyering  <meyering@lucent.com>
2124
2125         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
2126         AS_IF, now that it works once again (mysteriously).
2127         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2128
2129 2001-01-30  Jim Meyering  <meyering@lucent.com>
2130
2131         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
2132         * chown.m4: Rename conftestchown to conftest.chown.
2133         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
2134         * utimes.m4: s/conftestdata/conftest.data/
2135         Inspired by Pavel Roskin's change in autoconf.
2136
2137 2001-01-27  Jim Meyering  <meyering@lucent.com>
2138
2139         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
2140         a use of AS_IF.
2141         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
2142
2143 2001-01-26  Jim Meyering  <meyering@lucent.com>
2144
2145         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
2146         quotearg.c includes it.
2147
2148 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
2149
2150         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
2151         has const.
2152
2153 2001-01-20  Jim Meyering  <meyering@lucent.com>
2154
2155         Be sure that headers are checked before used in code compiled
2156         for the type checks.
2157         * jm-macros.m4 (jm_MACROS): Remove all header checks.
2158         In place of that, invoke jm_CHECK_ALL_TYPES.
2159         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
2160         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
2161         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
2162         The check for ssize_t was mistakenly run before the test for unistd.h.
2163
2164         The configure-time check for stdbool.h was missing.
2165         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
2166         (jm_PREREQ_HASH): New function.
2167
2168 2001-01-17  Jim Meyering  <meyering@lucent.com>
2169
2170         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
2171         for autoconf-2.49c.
2172         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
2173
2174 2001-01-14  Jim Meyering  <meyering@lucent.com>
2175
2176         * rename.m4: Use temporary directories named conftestdir{,2}, not
2177         foo and bar.  Create conftestdir/ in the script, not in the C code.
2178         Remove directories in the script, not in the C code.
2179         Remove conftestdir{,2} before trying to create the directory.
2180         Make the entire configure script fail if the mkdir fails.
2181
2182 2001-01-02  Volker Borchert  <bt@teknon.de>
2183
2184         * rename.m4: New file.
2185         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
2186
2187 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
2188
2189         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
2190         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
2191         so `make install' also works in VPATH builds.
2192
2193 2001-01-01  Jim Meyering  <meyering@lucent.com>
2194
2195         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
2196         on systems with utmpx.h.  It's necessary for the declaration of utmp's
2197         ut_user member.  Reported by Andreas Jaeger.
2198
2199         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
2200         They are required for the declarations of getgrgid and getpwuid resp.
2201         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
2202         Reported by Andreas Jaeger.
2203
2204 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
2205
2206         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
2207         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
2208         can be used in subdirectories.
2209
2210 2000-12-26  Jim Meyering  <meyering@lucent.com>
2211
2212         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
2213         with autoheader.
2214
2215 2000-12-17  Jim Meyering  <meyering@lucent.com>
2216
2217         * dos.m4 (jm_AC_DOS): New file and macro.
2218         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
2219
2220 2000-12-06  Paul Eggert  <eggert@twinsun.com>
2221
2222         * off_t-format.m4: Remove this file.
2223         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
2224
2225 2000-12-06  Jim Meyering  <meyering@lucent.com>
2226
2227         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
2228         strtoull, we may well need the replacement strtoul, too.
2229         Check for declarations of strtoul and strtoull.
2230         Check for strtol.  Mainly as a cue to cause automake to include
2231         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
2232         Check for limits.h -- strtol.c needs it.
2233
2234 2000-12-02  Jim Meyering  <meyering@lucent.com>
2235
2236         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
2237         * jm-macros.m4 (jm_MACROS): require it.
2238
2239 2000-11-30  Jim Meyering  <meyering@lucent.com>
2240
2241         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
2242
2243 2000-11-30  Jim Meyering  <meyering@lucent.com>
2244
2245         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
2246
2247 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
2248
2249         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
2250
2251 2000-11-04  Jim Meyering  <meyering@lucent.com>
2252
2253         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
2254
2255 2000-10-29  Jim Meyering  <meyering@lucent.com>
2256
2257         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
2258         * ls-mntd-fs.m4: Likewise
2259
2260 2000-10-28  Jim Meyering  <meyering@lucent.com>
2261
2262         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
2263         (jm_PREREQ_MEMCHR): New function.
2264
2265 2000-10-21  Jim Meyering  <meyering@lucent.com>
2266
2267         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
2268         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
2269         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
2270
2271 2000-09-18  Jim Meyering  <meyering@lucent.com>
2272
2273         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
2274         Otherwise, everyone ends up linking with -lelf for some configurations.
2275         Reported by Mike Stone.
2276
2277 2000-08-26  Jim Meyering  <meyering@lucent.com>
2278
2279         * jm-macros.m4: Use jm_FUNC_FPENDING.
2280         * fpending.m4: New file.
2281
2282 2000-08-20  Jim Meyering  <meyering@lucent.com>
2283
2284         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
2285         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
2286         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
2287
2288 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
2289
2290         Improve fileutils installation on systems where running
2291         programs (like install) can't be unlinked.
2292         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
2293         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
2294
2295 2000-08-06  Paul Eggert  <eggert@twinsun.com>
2296
2297         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
2298         not char, for compatibility with glibc 2.1.3 strftime.c.
2299
2300 2000-07-23  Paul Eggert  <eggert@twinsun.com>
2301
2302         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2303
2304 2000-07-23  Jim Meyering  <meyering@lucent.com>
2305
2306         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
2307         getgrgid, getpwuid, getuid.
2308
2309 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
2310
2311         * mbswidth.m4: New file.
2312         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
2313
2314 2000-07-14  Jim Meyering  <meyering@lucent.com>
2315
2316         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
2317
2318 2000-07-10  Paul Eggert  <eggert@twinsun.com>
2319
2320         From a suggestion by Bruno Haible.
2321         * mbstate_t.m4 (AC_MBSTATE_T):
2322         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
2323         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
2324         and mbstate_t, to a single-part test that simply defines mbstate_t.
2325         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
2326
2327 2000-07-10  Jim Meyering  <meyering@lucent.com>
2328
2329         * strerror_r.m4: Mirror the correction made in autoconf.
2330
2331         * gnu-source.m4: Output to confdefs.h directly.
2332         Suggestion from Akim Demaille.
2333
2334 2000-07-09  Jim Meyering  <meyering@lucent.com>
2335
2336         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
2337         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
2338
2339         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
2340         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
2341
2342 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
2343
2344         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
2345         to strerror_r.
2346         Include <ctype.h> for use of isalpha.
2347
2348 2000-07-05  Paul Eggert  <eggert@twinsun.com>
2349         and Bruno Haible  <haible@clisp.cons.org>
2350
2351         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
2352         only if the test for an object-type mbstate_t fails.  This
2353         prevents us from mistakenly reporting that mbstate_t is a
2354         system object type after we "#define mbstate_t int" to work
2355         around its lack.
2356
2357 2000-07-04  Jim Meyering  <meyering@lucent.com>
2358
2359         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
2360         of the deprecated AC_CHECKING.
2361
2362 2000-07-03  Jim Meyering  <meyering@lucent.com>
2363
2364         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
2365
2366 2000-07-03  Paul Eggert  <eggert@twinsun.com>
2367
2368         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
2369         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
2370
2371 2000-07-02  Jim Meyering  <meyering@lucent.com>
2372
2373         * mbstate_t.m4: Also define mbstate_t, if necessary.
2374
2375         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
2376         AC_LIBOBJ(function_name).
2377         * chown.m4: Likewise.
2378         * fnmatch.m4: Likewise.
2379         * ftruncate.m4: Likewise.
2380         * getgroups.m4: Likewise.
2381         * getline.m4: Likewise.
2382         * group-member.m4: Likewise.
2383         * jm-macros.m4: Likewise.
2384         * lstat.m4: Likewise.
2385         * malloc.m4: Likewise.
2386         * memcmp.m4: Likewise.
2387         * nanosleep.m4: Likewise.
2388         * putenv.m4: Likewise.
2389         * realloc.m4: Likewise.
2390         * regex.m4: Likewise.
2391         * stat.m4: Likewise.
2392         * strftime.m4: Likewise.
2393
2394 2000-07-01  Jim Meyering  <meyering@lucent.com>
2395
2396         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
2397         problem.
2398
2399 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2400
2401         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
2402         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
2403
2404 2000-07-01  Jim Meyering  <meyering@lucent.com>
2405
2406         * uptime.m4: Put double quotes around use of $cross_compiling.
2407
2408 2000-06-28  Jim Meyering  <meyering@lucent.com>
2409
2410         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
2411         by quotearg.c, for which we perform this test.  From Bruno Haible.
2412
2413 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
2414
2415         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
2416         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
2417         <utmpx.h> exists, put readutmp.o into LIBOBJS.
2418
2419 2000-06-25  Jim Meyering  <meyering@lucent.com>
2420
2421         * mbstate_t.m4: Include stdio.h before wchar.h to work around
2422         Linux header bug when _XOPEN_SOURCE is defined to 500.
2423
2424 2000-06-24  Jim Meyering  <meyering@lucent.com>
2425
2426         * strerror_r.m4: Revive this file -- to try out an experimental
2427         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
2428         for which strerror does return char*, but which lacks a conveniently
2429         accessible declaration of the function.  If the compile-test says
2430         strerror_r doesn't work, then resort to a `run'-test that works on
2431         BeOS and segfaults on DEC Unix.
2432
2433 2000-06-19  Paul Eggert  <eggert@twinsun.com>
2434
2435         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
2436         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
2437
2438 2000-06-23  Jim Meyering  <meyering@lucent.com>
2439
2440         * afs.m4: Add missing AC_MSG_RESULT.
2441         Reported by Bruno Haible.
2442
2443         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
2444         Suggestion from Bruno Haible.
2445
2446 2000-06-21  Jim Meyering  <meyering@lucent.com>
2447
2448         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
2449
2450 2000-06-18  Jim Meyering  <meyering@lucent.com>
2451
2452         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
2453
2454         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
2455         `checking whether...' message to be consistent with that of the
2456         lstat test.
2457
2458 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
2459
2460         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
2461
2462 2000-06-12  Jim Meyering  <meyering@lucent.com>
2463
2464         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
2465         from autoconf, and tweak the latter to accept an optional argument.
2466         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
2467         the optional argument, `lib'.
2468
2469 2000-06-08  Jim Meyering  <meyering@lucent.com>
2470
2471         * largefile.m4: Remove file (now that it's part of autoconf).
2472
2473 2000-06-04  Paul Eggert  <eggert@twinsun.com>
2474
2475         Rewrite largefile configuration so that we don't need to run
2476         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
2477         AC_CANONICAL_HOST in configure.in -- jmm]
2478
2479         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
2480         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
2481         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
2482         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
2483         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
2484         All uses changed.
2485         Instead of inspecting the output of getconf, try to compile the
2486         test program without and with the macro definition.
2487         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
2488         for getconf.  Instead, check for the needed flags by compiling
2489         test programs.
2490
2491 2000-06-03  Jim Meyering  <meyering@lucent.com>
2492
2493         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
2494         now that autoconf requires that.
2495
2496         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
2497         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
2498         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
2499
2500 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
2501
2502         * glibc21.m4: New file.
2503         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
2504
2505 2000-05-28  Jim Meyering  <meyering@lucent.com>
2506
2507         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
2508         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2509         * stat.m4: Likewise.
2510         * lstat.m4: Likewise.
2511         * lstat-slash.m4: Remove file (absorbed into autoconf).
2512
2513         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
2514         * strerror_r.m4: Remove file (absorbed into autoconf).
2515
2516 2000-05-26  Jim Meyering  <meyering@lucent.com>
2517
2518         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
2519
2520 2000-05-24  Jim Meyering  <meyering@lucent.com>
2521
2522         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
2523         autoconf requires that.
2524         * lib-check.m4: Likewise.
2525         * jm-macros.m4: Likewise.
2526         * strftime.m4: Likewise.
2527
2528         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
2529         now that autoconf requires that.
2530
2531 2000-05-22  Jim Meyering  <meyering@lucent.com>
2532
2533         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2534         * lstat.m4: Likewise.
2535
2536 2000-05-20  Jim Meyering  <meyering@lucent.com>
2537
2538         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
2539         (jm_PREREQ): Use it.
2540
2541 2000-05-09  Jim Meyering  <meyering@lucent.com>
2542
2543         * gettext.m4: Rename this...
2544         * libintl.m4: ...to this.
2545
2546 2000-05-06  Jim Meyering  <meyering@lucent.com>
2547
2548         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
2549         (AC_REPLACE_FUNCS): Add strnlen.
2550
2551         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
2552         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
2553
2554         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
2555         AC_SEARCH_LIBS call for nanosleep.
2556         (LIB_NANOSLEEP): Set and AC_SUBST.
2557
2558 2000-05-03  Paul Eggert  <eggert@twinsun.com>
2559
2560         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
2561         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
2562         2.1.3 bug.  This avoids a clash when files like regex.c define
2563         _GNU_SOURCE.
2564
2565 2000-05-05  Jim Meyering  <meyering@lucent.com>
2566
2567         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
2568         call for clock_gettime.
2569         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
2570
2571         * search-libs.m4: Update from autoconf.
2572
2573         su doesn't work on Solaris 2.6.
2574         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
2575         <shadow.h>.  Reported by Dragos Harabor.
2576
2577 2000-05-03  Jim Meyering  <meyering@lucent.com>
2578
2579         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
2580
2581 2000-05-02  Paul Eggert  <eggert@twinsun.com>
2582
2583         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
2584         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
2585         compile-time test, rather than inspecting host and OS, to
2586         decide whether to define _LARGEFILE_SOURCE.
2587
2588 2000-05-01  Jim Meyering  <meyering@lucent.com>
2589
2590         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
2591
2592         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
2593         Based on a patch from Bruno Haible.
2594
2595 2000-04-18  Jim Meyering  <meyering@lucent.com>
2596
2597         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
2598         (jm_PREREQ): Use it.
2599
2600 2000-04-17  Jim Meyering  <meyering@lucent.com>
2601
2602         Get it right :-)
2603         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
2604         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
2605         Suggestion from Akim Demaille.
2606
2607 2000-04-14  Jim Meyering  <meyering@lucent.com>
2608
2609         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
2610         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
2611
2612 2000-04-13  Jim Meyering  <meyering@lucent.com>
2613
2614         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
2615         to insert required #ifndef into config.h.in.
2616         Suggestion from Akim Demaille.
2617
2618 2000-04-12  Jim Meyering  <meyering@lucent.com>
2619
2620         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
2621         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
2622         Christian Krackowizer.
2623
2624         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
2625         * jm-macros.m4 (_GNU_SOURCE): Define.
2626         (AC_SYS_LARGEFILE): Require.
2627         (AM_C_PROTOTYPES): Require.
2628
2629 2000-04-05  Paul Eggert  <eggert@twinsun.com>
2630
2631         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
2632         IRIX if the installer said otherwise.
2633
2634 2000-04-05  Jim Meyering  <meyering@lucent.com>
2635
2636         Portability tweaks required for ultrix4.3.
2637         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
2638         (jm_CHECK_DECLS): Add getutent to the list of functions.
2639         (_jm_DECL_HEADERS): Add utmpx.h.
2640         From John David Anglin.
2641
2642         * strftime.m4: Back out the 2000-04-02 change.
2643         Instead of that change, simply undefine putenv in the test program.
2644
2645 2000-04-03  Jim Meyering  <meyering@lucent.com>
2646
2647         * gettext.m4: Fix typo in comment.
2648
2649         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
2650         textutils/configure.in).  Suggestion from Paul Eggert.
2651         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
2652
2653 2000-04-02  Paul Eggert  <eggert@twinsun.com>
2654
2655         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
2656         variable in the shell rather than using putenv, which isn't
2657         portable.  This avoids the configure-time inter-test dependency
2658         on the potentially-renamed putenv function.
2659
2660 2000-03-30  Paul Eggert  <eggert@twinsun.com>
2661
2662         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
2663         before checking struct stat.st_blksize, so that
2664         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
2665
2666 2000-03-29  Paul Eggert  <eggert@twinsun.com>
2667
2668         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
2669         since strftime.c uses HAVE_STRFTIME to decide whether to use
2670         the underlying strftime.
2671
2672 2000-03-10  Jim Meyering  <meyering@lucent.com>
2673
2674         * lib-check.m4: Look for getspnam in -lgen, too.
2675         From Marco Franzen.
2676
2677 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
2678
2679         * codeset.m4: New file.
2680         * iconv.m4: New file.
2681         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
2682
2683 2000-03-04  Jim Meyering  <meyering@lucent.com>
2684
2685         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
2686         for lib/localcharset.c.
2687
2688 2000-03-03  Jim Meyering  <meyering@lucent.com>
2689
2690         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
2691
2692 2000-03-02  Jim Meyering  <meyering@lucent.com>
2693
2694         * timespec.m4: Require AC_HEADER_TIME before the cache check so
2695         the messages come out on separate lines.
2696
2697         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
2698         rather than jm_CHECK_DECLARATIONS.
2699         * decl.m4: Remove now-unused file.
2700
2701         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
2702
2703 2000-02-27  Jim Meyering  <meyering@lucent.com>
2704
2705         * check-decl.m4: Add getenv to the list.
2706
2707 2000-02-23  Jim Meyering  <meyering@lucent.com>
2708
2709         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
2710         in place of my hack.
2711
2712 2000-02-10  Jim Meyering  <meyering@lucent.com>
2713
2714         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
2715         gnu_nanosleep to rpl_nanosleep.
2716
2717 2000-02-09  Jim Meyering  <meyering@lucent.com>
2718
2719         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2720         struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
2721
2722 2000-02-08  Akim Demaille  <akim@epita.fr>
2723
2724         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2725         `[' and `]' and remove uses of `changequote'.
2726         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2727         (AC_SYS_LARGEFILE): Likewise.
2728         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2729         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2730         of changequote.
2731         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2732         * readdir.m4 (jm_FUNC_READDIR): Likewise
2733         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2734         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2735
2736 2000-02-05  Jim Meyering  <meyering@lucent.com>
2737
2738         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2739         Remove explicit use of AC_HEADER_TIME.  It is required by
2740         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2741         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2742         in autoconf whereby the expansion of the latter ended up preceding
2743         the expansion of its prerequisite, AC_HEADER_TIME.
2744         Reported by Volker Borchert.
2745
2746 2000-02-03  Jim Meyering  <meyering@lucent.com>
2747
2748         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2749
2750 2000-02-02  Jim Meyering  <meyering@lucent.com>
2751
2752         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2753         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2754         Reported by Eli Zaretskii.
2755
2756 2000-01-31  Jim Meyering  <meyering@lucent.com>
2757
2758         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2759         functions.  Add the time.h and sys/time.h headers along with the
2760         AC_REQUIRE'ment of AC_HEADER_TIME.
2761
2762 2000-01-30  Jim Meyering  <meyering@lucent.com>
2763
2764         * lib-check.m4: Clean up some kludgy old shadow password tests.
2765
2766         * prereq.m4 (utmp_includes): Define.
2767         Check for ut_user and ut_name members in both struct utmpx
2768         and struct utmp.
2769
2770 2000-01-29  Jim Meyering  <meyering@lucent.com>
2771
2772         * lib-check.m4: New file containing library-related checks from
2773         fileutils and sh-utils (textutils had none).
2774
2775 2000-01-28  Jim Meyering  <meyering@lucent.com>
2776
2777         * perl.m4: Change format of warning message to look more like that
2778         from the missing script.  Suggestion from Fran�is Pinard.
2779
2780 2000-01-25  Jim Meyering  <meyering@lucent.com>
2781
2782         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2783         as time.h in the compile check.
2784         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2785         Fix typo in cross-compiling case: s/yes/no/.
2786
2787 2000-01-23  Jim Meyering  <meyering@lucent.com>
2788
2789         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2790
2791         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2792         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2793
2794         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2795         s/space/ac_fsusage_space/.
2796         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2797
2798         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2799         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2800         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2801
2802         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2803         AC_SUBST these here, rather than just in sh-util/configure.in, so
2804         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2805         all the same.
2806         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2807         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2808         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2809         (AC_SUBST(POW_LIBM)): Likewise.
2810         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2811
2812 2000-01-22  Jim Meyering  <meyering@lucent.com>
2813
2814         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2815
2816         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2817
2818         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2819         configure.in
2820         (AC_CHECK_HEADERS): Likewise for sh-utils.
2821         (AC_CHECK_HEADERS): Likewise for textutils.
2822         Merge the three lists of headers.
2823
2824         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2825         from fileutils' configure.in.
2826
2827         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2828         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2829
2830         * check-decl.m4: Use #if rather than #ifdef.
2831         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2832         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2833         (_jm_DECL_HEADERS): Define new function.
2834         (jm_CHECK_DECLARATIONS): Require it.
2835
2836 2000-01-19  Jim Meyering  <meyering@lucent.com>
2837
2838         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2839         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2840         defines `struct timespec' in <sys/time.h>
2841
2842         * c-bs-a.m4: Remove uses of changequote altogether.
2843         Thanks to Akim for explaining.
2844
2845 2000-01-16  Jim Meyering  <meyering@lucent.com>
2846
2847         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
2848         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
2849         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
2850         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
2851
2852 2000-01-16  Jim Meyering  <meyering@lucent.com>
2853
2854         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
2855         because the latter didn't work.
2856
2857 2000-01-15  Jim Meyering  <meyering@lucent.com>
2858
2859         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
2860         (AC_REPLACE_FUNCS): Add memcpy and memset.
2861         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2862         Add strpbrk.
2863         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2864
2865 2000-01-12  Jim Meyering  <meyering@lucent.com>
2866
2867         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
2868         (jm_PREREQ): Use it.
2869         (jm_PREREQ_READUTMP): New macro.
2870         (jm_PREREQ): Use it.
2871
2872 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2873
2874         Quote multibyte characters correctly.
2875         * c-bs-a.m4: New file.
2876         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
2877         (jm_PREREQ): Use it.
2878
2879 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2880
2881         * uintmax_t.m4: Port to autoconf 2.13.
2882
2883 2000-01-08  Jim Meyering  <meyering@ascend.com>
2884
2885         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
2886         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
2887
2888 2000-01-04  Jim Meyering  <meyering@ascend.com>
2889
2890         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
2891         jm_STRUCT_DIRENT_D_TYPE.
2892         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
2893         jm_STRUCT_DIRENT_D_INO.
2894         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
2895         jm_STRUCT_UTIMBUF.
2896         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
2897         * utime.m4: Likewise.
2898
2899         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
2900         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
2901
2902 2000-01-03  Paul Eggert  <eggert@twinsun.com>
2903
2904         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
2905         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
2906
2907 2000-01-02  Jim Meyering  <meyering@ascend.com>
2908
2909         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
2910         remember if this is necessary.
2911
2912 1999-12-26  Jim Meyering  <meyering@ascend.com>
2913
2914         * jm-macros.m4: Use it here.
2915         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
2916
2917 1999-12-23  Jim Meyering  <meyering@ascend.com>
2918
2919         * jm-macros.m4: Check for clock_gettime (moved from
2920         fileutils/configure.in)
2921         Check for gettimeofday.
2922
2923 1999-12-20  Jim Meyering  <meyering@ascend.com>
2924
2925         * strftime.m4: Remove kludge, now that I'm using the fixed
2926         autoconf-2.14a-1999-12-20.
2927
2928 1999-12-19  Jim Meyering  <meyering@ascend.com>
2929
2930         * lstat-slash.m4: New file.
2931         * jm-macros.m4: Use the new macro:
2932         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2933
2934 1999-12-07  Jim Meyering  <meyering@ascend.com>
2935
2936         * perl.m4: Require that File::Compare be available, too.
2937         Too many systems seem to lack it.
2938
2939         * strftime.m4: Add checks for most of the cpp macros tested in
2940         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2941
2942 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2943
2944         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2945         problem with the QNX 4.25 shell, which doesn't propagate exit
2946         status of failed commands inside shell assignments.
2947
2948 1999-11-17  Jim Meyering  <meyering@ascend.com>
2949
2950         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2951
2952 1999-11-07  Jim Meyering  <meyering@ascend.com>
2953
2954         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2955
2956 1999-11-06  Jim Meyering  <meyering@ascend.com>
2957
2958         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2959         * jm-macros.m4 (jm_MACROS): Use it here.
2960
2961 1999-11-05  Jim Meyering  <meyering@ascend.com>
2962
2963         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2964         of textutils, fileutils, and sh-utils into this one (shared between
2965         those packages) file.
2966         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2967         AC_STRUCT_ST_BLKSIZE.
2968
2969 1999-11-03  Jim Meyering  <meyering@ascend.com>
2970
2971         * ssize_t.m4: Remove file.  No longer needed since the new version of
2972         AC_CHECK_TYPE checks includes unistd.h.
2973         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2974         Suggestion from Akim Demaille.
2975
2976 1999-10-30  Jim Meyering  <meyering@ascend.com>
2977
2978         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2979         m4-quoted string.
2980         * ls-mntd-fs.m4: Likewise.
2981         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2982         * jm-winsz1.m4: Likewise.
2983
2984         * const.m4: Remove file, since the fix made it into the experimental
2985         version of autoconf.
2986         * mktime.m4: Likewise.
2987
2988         * check-type.m4: Remove file, now that the latest version of
2989         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2990
2991         * ssize_t.m4: New file, requires experimental version of autoconf.
2992         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2993         AC_CHECK_TYPE.
2994
2995 1999-10-04  Jim Meyering  <meyering@ascend.com>
2996
2997         * jm-macros.m4: Don't require autoconf-2.14.1.
2998
2999 1999-09-22  Paul Eggert  <eggert@twinsun.com>
3000
3001         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
3002         2.95.1 bug with HP-UX 10.20.
3003
3004 1999-09-17  Jim Meyering  <meyering@ascend.com>
3005
3006         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
3007         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
3008         due to missing strdup (against sh-utils-2.0).
3009
3010 1999-08-29  Jim Meyering  <meyering@ascend.com>
3011
3012         * jm-macros.m4: Require jm_BISON.
3013         * bison.m4: New file.
3014
3015 1999-08-17  Paul Eggert  <eggert@twinsun.com>
3016
3017         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
3018         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
3019
3020 1999-08-05  Jim Meyering  <meyering@ascend.com>
3021
3022         * getline.m4: Rename test file from conftestdata to conftest.data
3023         to avoid conflicts with `conftest' on 8+3 filesystems.
3024         Suggestion from Eli Zaretskii.
3025
3026 1999-08-04  Jim Meyering  <meyering@ascend.com>
3027
3028         * jm-macros.m4: Move a 4-line block of code from the configure.in of
3029         fileutils and sh-utils (textutils's getline test was inadequate).
3030         (AM_FUNC_GETLINE): Run this test.
3031         (AC_CHECK_FUNCS): Check for getdelim.
3032         Reported by Bob Proulx.
3033
3034 1999-08-02  Jim Meyering  <meyering@ascend.com>
3035
3036         * jm-macros.m4: Add a comment.
3037
3038 1999-08-01  Jim Meyering  <meyering@ascend.com>
3039
3040         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
3041
3042 1999-08-01  Paul Eggert  <eggert@twinsun.com>
3043
3044         * lfs.m4: Remove this file.
3045         * largefile.m4: New file.  It contains the old contents of
3046         lfs.m4, except that all names with prefix AC_LFS have been
3047         changed to use the prefix AC_SYS_LARGEFILE instead, to be
3048         compatible with future autoconf versions.  Also, some minor m4
3049         quoting problems have been fixed.
3050
3051 1999-07-16  Paul Eggert  <eggert@twinsun.com>
3052
3053         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
3054         that we can shift, multiply and divide unsigned long long
3055         values; Ultrix cc can't do it.
3056
3057 1999-07-14  Paul Eggert  <eggert@twinsun.com>
3058
3059         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
3060         <inttypes.h> defines strtoumax as a macro (and not as a
3061         function).
3062
3063 1999-07-05  Paul Eggert  <eggert@twinsun.com>
3064
3065         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
3066         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
3067         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
3068         and simplify the shell code.
3069
3070 1999-07-03  Paul Eggert  <eggert@twinsun.com>
3071
3072         * mktime.m4: New file, which is a preview of what should appear
3073         in the next public autoconf release.
3074
3075 1999-07-20  Jim Meyering  <meyering@ascend.com>
3076
3077         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
3078
3079 1999-07-15  Jim Meyering  <meyering@ascend.com>
3080
3081         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
3082
3083 1999-05-22  Jim Meyering  <meyering@ascend.com>
3084
3085         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
3086
3087 1999-05-20  Jim Meyering  <meyering@ascend.com>
3088
3089         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
3090         Add a colon after each `then' in case $4 is empty.
3091
3092 1999-05-16  Jim Meyering  <meyering@ascend.com>
3093
3094         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
3095
3096 1999-05-10  Jim Meyering  <meyering@ascend.com>
3097
3098         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
3099
3100         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
3101         AC_FUNC_MKTIME.
3102
3103 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3104
3105         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
3106
3107 1999-05-04  Paul Eggert  <eggert@twinsun.com>
3108
3109         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
3110         not CPPFLAGS, so that linking works correctly in IRIX.
3111
3112 1999-04-30  Paul Eggert  <eggert@twinsun.com>
3113
3114         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
3115
3116 1999-04-20  Jim Meyering  <meyering@ascend.com>
3117
3118         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
3119         AC_REPLACE xstroull if necessary.  From Paul Eggert.
3120         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
3121
3122 1999-04-20  Paul Eggert  <eggert@twinsun.com>
3123
3124         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
3125         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
3126         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
3127         jm_AC_TYPE_UNSIGNED_LONG_LONG.
3128         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
3129
3130         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
3131
3132 1999-04-18  Jim Meyering  <meyering@ascend.com>
3133
3134         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
3135         * jm-macros.m4: Use it.
3136
3137 1999-04-06  Jim Meyering  <meyering@ascend.com>
3138
3139         * strftime.m4: Remove test for %f.
3140
3141 1999-03-29  Jim Meyering  <meyering@ascend.com>
3142
3143         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
3144         superset of the AC_TYPE_* checks in the textutils, fileutils,
3145         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
3146         AC_TYPE_PID_T.
3147
3148 1999-03-28  Jim Meyering  <meyering@ascend.com>
3149
3150         * jm-macros.m4: Define GNU_PACKAGE here.
3151         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
3152         replaced e.g., in the *.sh files of the sh-utils.
3153
3154 1999-03-20  Jim Meyering  <meyering@ascend.com>
3155
3156         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
3157         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
3158         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
3159
3160 1999-03-19  Jim Meyering  <meyering@ascend.com>
3161
3162         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
3163
3164 1999-03-12  Jim Meyering  <meyering@ascend.com>
3165
3166         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
3167
3168 1999-03-07  Jim Meyering  <meyering@ascend.com>
3169
3170         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
3171
3172 1999-02-17  Jim Meyering  <meyering@ascend.com>
3173
3174         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
3175         in macro definition.  From Eli Zaretskii and Alain Magloire.
3176
3177 1999-02-07  Jim Meyering  <meyering@ascend.com>
3178
3179         * group-member.m4: New file -- extracted from sh-utils' configure.in.
3180
3181         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
3182         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
3183
3184 1999-02-06  Jim Meyering  <meyering@ascend.com>
3185
3186         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
3187         * fnmatch.m4: Likewise.
3188         * getgroups.m4: Likewise.
3189         * lstat.m4: Likewise.
3190         * malloc.m4: Likewise.
3191         * putenv.m4: Likewise.
3192         * realloc.m4: Likewise.
3193         * regex.m4: Likewise.
3194         * stat.m4: Likewise.
3195         * strftime.m4: Likewise.
3196         Suggestion from Alain Magloire.
3197
3198         * chown.m4: Use `.$ac_objext', not `.o'.
3199         * fnmatch.m4: Likewise.
3200         * getgroups.m4: Likewise.
3201         * getline.m4: Likewise.
3202         * lstat.m4: Likewise.
3203         * malloc.m4: Likewise.
3204         * memcmp.m4: Likewise.
3205         * putenv.m4: Likewise.
3206         * realloc.m4: Likewise.
3207         * regex.m4: Likewise.
3208         * stat.m4: Likewise.
3209         * strftime.m4: Likewise.
3210         Suggestion from Alain Magloire.
3211
3212         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
3213         an argument.
3214
3215         * regex.m4: Add a run-time Test for proper operation of
3216         re_compile_pattern.
3217
3218 1999-01-31  Jim Meyering  <meyering@ascend.com>
3219
3220         * getloadavg.m4: Check for locale.h and the function, setlocale.
3221
3222 1999-01-30  Jim Meyering  <meyering@ascend.com>
3223
3224         * check-type.m4: Use 3-arg form of AC_DEFINE.
3225
3226         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
3227         rather than my private copy, now that the official one is up to date.
3228         * mktime.m4: Remove file.
3229
3230         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
3231         * uptime.m4: Likewise.
3232         * uintmax_t.m4: Likewise.
3233
3234 1999-01-28  Jim Meyering  <meyering@ascend.com>
3235
3236         * jm-macros.m4: Use jm_AFS.
3237         * afs.m4: New file (from fileutils' configure.in).
3238
3239         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
3240         * chown.m4: Likewise.
3241         * d-ino.m4: Likewise.
3242         * d-type.m4: Likewise.
3243         * fnmatch.m4: Likewise.
3244         * getgroups.m4: Likewise.
3245         * gettext.m4: Likewise.
3246         * jm-mktime.m4: Likewise.
3247         * jm-winsz2.m4: Likewise.
3248         * lcmessage.m4: Likewise.
3249         * ls-mntd-fs.m4: Likewise.
3250         * malloc.m4: Likewise.
3251         * memcmp.m4: Likewise.
3252         * putenv.m4: Likewise.
3253         * realloc.m4: Likewise.
3254         * st_mtim.m4: Likewise.
3255         * strftime.m4: Likewise.
3256
3257 1999-01-16  Jim Meyering  <meyering@ascend.com>
3258
3259         * jm-macros.m4 (ARGMATCH_DIE): Define.
3260         (ARGMATCH_DIE_DECL): Define.
3261
3262 1999-01-12  Jim Meyering  <meyering@ascend.com>
3263
3264         * Makefile.am.in: Rewrite to avoid using fmt.
3265         Reported by Lars Hecking.
3266
3267 1999-01-10  Jim Meyering  <meyering@ascend.com>
3268
3269         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
3270         gross kludge.
3271         * inttypes_h.m4: Likewise.
3272         * lstat.m4: Likewise.
3273         * malloc.m4: Likewise.
3274         * readdir.m4: Likewise.
3275         * realloc.m4: Likewise.
3276         * st_dm_mode.m4: Likewise.
3277         * stat.m4: Likewise.
3278         * utimbuf.m4: Likewise.
3279         * utimes.m4: Likewise.
3280
3281         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
3282         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
3283         comments in config.h.in are meaningful.
3284
3285         * jm-macros.m4: Require autoconf-2.13 here.
3286
3287         * regex.m4: By default, don't use the included regex.c on systems
3288         with glibc 2.  Suggestion from Uli Drepper.
3289
3290 1999-01-02  Jim Meyering  <meyering@ascend.com>
3291
3292         * jm-macros.m4: Replace strcasecmp and strncasecmp.
3293
3294 1998-12-18  Jim Meyering  <meyering@ascend.com>
3295
3296         * Makefile.am.in (Makefile.am): Simplify rule.
3297         Based on a suggestion from Lars Hecking.
3298
3299 1998-11-16  Jim Meyering  <meyering@ascend.com>
3300
3301         * lfs.m4: Double-quote the `uname...` expression.
3302
3303 1998-11-16  Paul Eggert  <eggert@twinsun.com>
3304
3305         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
3306
3307 1998-11-14  Jim Meyering  <meyering@ascend.com>
3308
3309         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
3310         * stat.m4: Likewise.
3311
3312 1998-11-03  Jim Meyering  <meyering@ascend.com>
3313
3314         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
3315         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
3316
3317 1998-10-18  Jim Meyering  <meyering@ascend.com>
3318
3319         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
3320
3321 1998-10-17  Jim Meyering  <meyering@ascend.com>
3322
3323         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
3324         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
3325         calls for those previously hard-coded headers.  Instead, take a new
3326         parameter.
3327         (jm_CHECK_DECLARATIONS): Reflect interface change.
3328         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
3329         (jm_CHECK_DECL_LOCALTIME_R): New macro.
3330
3331         * mktime.m4: Test for spring-forward gap before long-running test.
3332
3333 1998-10-14  Jim Meyering  <meyering@ascend.com>
3334
3335         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
3336         instead of "TZ=America/Vancouver".  From Paul Eggert.
3337
3338 1998-10-11  Jim Meyering  <meyering@ascend.com>
3339
3340         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
3341         This adds a test for a recently added compatibility fix for mktime.c.
3342         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
3343
3344 1998-09-27  Jim Meyering  <meyering@ascend.com>
3345
3346         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
3347
3348         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
3349         ../configure.in, including a change from Gordon Matzigkeit to allow
3350         cross-compiling for the Hurd.
3351
3352         * glibc.m4: New file/macro to test for the GNU C Library
3353         versions 1 and 2.  From Gordon Matzigkeit.
3354         Indent.
3355
3356 1998-09-21  Jim Meyering  <meyering@ascend.com>
3357
3358         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
3359
3360 1998-08-18  Paul Eggert  <eggert@twinsun.com>
3361
3362         Port nanosecond-resolution times to UnixWare 2.1.2 and
3363         pedantic Solaris 2.6.
3364
3365         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
3366         AC_STRUCT_ST_MTIM.
3367         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
3368         Generate name of ns member, instead of just 1 or undef.
3369         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
3370
3371 1998-08-15  Jim Meyering  <meyering@ascend.com>
3372
3373         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
3374         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
3375         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
3376         instead of jm_TYPE_SSIZE_T.
3377
3378 1998-08-12  Jim Meyering  <meyering@ascend.com>
3379
3380         * st_dm_mode.m4: New file.  From Johan Danielsson.
3381
3382 1998-08-02  Jim Meyering  <meyering@ascend.com>
3383
3384         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
3385         in acconfig.h manually.
3386
3387 1998-07-31  Paul Eggert  <eggert@twinsun.com>
3388
3389         * st_mtim.m4: New file.
3390
3391 1998-07-28  Jim Meyering  <meyering@ascend.com>
3392
3393         * utimes.m4: Undef stat.
3394
3395 1998-07-25  Jim Meyering  <meyering@ascend.com>
3396
3397         * utime.m4 (jm_FUNC_UTIME): New file and macro.
3398         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
3399
3400 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
3401
3402         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
3403         uid and gid actually remain unchanged.
3404
3405 1998-07-07  Jim Meyering  <meyering@ascend.com>
3406
3407         * jm-glibc-io.m4: Remove fclose_unlocked.
3408
3409 1998-07-04  Jim Meyering  <meyering@ascend.com>
3410
3411         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
3412         to prove that this macro can be used in packages without regex.c.
3413
3414 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3415
3416         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
3417         is to be used.
3418
3419 1998-07-03  Jim Meyering  <meyering@ascend.com>
3420
3421         * gettext.m4: Add -lintl if it's found to be necessary.
3422
3423         * gettext.m4: New file -- from gettext-0.10.35.
3424         * lcmessage.m4: Likewise.
3425         * progtest.m4: Likewise.
3426
3427         * regex.m4 (jm_WITH_REGEX): New file and macro.
3428         * jm-macros.m4: Require the new macro.
3429
3430 1998-06-29  Jim Meyering  <meyering@ascend.com>
3431
3432         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
3433         for the definition of NGROUPS (used in a system header included
3434         by sys/mount.h).
3435
3436 1998-06-28  Jim Meyering  <meyering@ascend.com>
3437
3438         * ls-mntd-fs.m4: New file.
3439         * fstypename.m4: New file.
3440
3441         * jm-macros.m4: Require the new macro.
3442         * jm-glibc-io.m4: New file.
3443
3444 1998-05-19  Jim Meyering  <meyering@ascend.com>
3445
3446         * jm-macros.m4: Add jm_FUNC_LCHOWN.
3447         * lchown.m4: New file.
3448
3449         * Makefile.am.in: New file.
3450         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
3451
3452 1998-05-14  Jim Meyering  <meyering@ascend.com>
3453
3454         * Makefile.am (EXTRA_DIST): Add them.
3455         * jm-macros.m4: New file.
3456         * utimbuf.m4: New file.
3457
3458 1998-05-12  Jim Meyering  <meyering@ascend.com>
3459
3460         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
3461
3462 1998-05-11  Jim Meyering  <meyering@ascend.com>
3463
3464         * isc-posix.m4: New file.
3465
3466 1998-05-10  Jim Meyering  <meyering@ascend.com>
3467
3468         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
3469
3470 1998-05-09  Jim Meyering  <meyering@ascend.com>
3471
3472         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
3473         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
3474         with automake.
3475
3476         * ssize_t.m4: New file.
3477         * mktime.m4: Remove file -- the new automake has this now.
3478
3479 1998-04-26  Jim Meyering  <meyering@ascend.com>
3480
3481         * assert.m4: New file.
3482         * Makefile.am (EXTRA_DIST): Add assert.m4.
3483
3484 1998-04-05  Jim Meyering  <meyering@ascend.com>
3485
3486         * prereq.m4 (jm_PREREQ_REGEX): New macro.
3487         (jm_PREREQ): Use it here.
3488
3489 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
3490
3491         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
3492         in acconfig.h.
3493
3494 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
3495
3496         * prereq.m4: New file.
3497         * error.m4: New file.
3498         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
3499
3500 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
3501
3502         * getline.m4: Don't set am_cv_func_working_getline before the
3503         cache-check for the same variable -- that defeated the purpose of
3504         the test; the test program was never run.  This was a problem only
3505         on systems with losing getline functions -- HP-UX 10.20 is one.
3506         Reported by Bjorn Helgaas.
3507
3508 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
3509
3510         * Makefile.am (EXTRA_DIST): Add perl.m4.
3511
3512 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
3513
3514         * Makefile.am (EXTRA_DIST): Add const.m4.
3515
3516         * const.m4: New file.  Use an initializer in this declaration
3517         typedef int charset[2]; const charset x;
3518         Reported by Bob Glickstein.
3519
3520 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
3521
3522         * chown.m4: Fix reversed types on -1 args to chown.
3523         From Kaveh Ghazi.
3524
3525 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
3526
3527         * check-decl.m4: s/DECLARATION_/DECL_/g.
3528         Add lseek and memchr.
3529
3530         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
3531         T.E.Dickey <dickey@clark.net> said that some older preprocessors
3532         have a 20-character limit on names.
3533
3534 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
3535
3536         * inttypes_h.m4: New file.
3537         * uintmax_t.m4: New file.
3538         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.