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