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