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