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