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