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