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