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