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