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