48441523892abdaf1535702122aca7ffb4484d72
[pspp] / m4 / ChangeLog
1 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2
3         Update from coreutils.
4
5         2006-08-15  Jim Meyering  <jim@meyering.net>
6
7         * openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8
9         2006-01-17  Jim Meyering  <jim@meyering.net>
10
11         * fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12
13         2006-01-11  Jim Meyering  <jim@meyering.net>
14
15         * openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
16         Check for the lchmod function.
17
18 2006-08-11  Bruno Haible  <bruno@clisp.org>
19
20         * wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h> before
21         <wchar.h>. Needed for OSF/1 and BSD/OS.
22
23 2006-08-10  Jim Meyering  <jim@meyering.net>
24
25         * cycle-check.m4: New file.
26         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
27         * dev-ino.m4, same-inode.m4: New files.
28
29 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30
31         * argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
32         * gc.m4 (gl_PREREQ_GC): Likewise.
33         * glob.m4 (gl_PREREQ_GLOB): Likewise.
34         * inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
35         * inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
36         * memxor.m4 (gl_MEMXOR): Likewise.
37         * restrict.m4: Remove; no longer needed.  All remaining uses of
38         gl_C_RESTRICT replaced by AC_C_RESTRICT.
39
40         Merge from coreutils.
41         * regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
42         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
43         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44         * time_r.m4 (gl_TIME_R): Likewise.
45
46 2006-07-31  Bruno Haible  <bruno@clisp.org>
47
48         * localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
49         <stdlib.h>, <string.h>.
50
51 2006-07-30  Bruno Haible  <bruno@clisp.org>
52
53         * wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
54
55 2006-07-28  Simon Josefsson  <jas@extundo.com>
56
57         * netinet_in_h.m4: New file.
58
59 2006-07-28  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
60
61         * inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
62
63 2006-07-28  Bruno Haible  <bruno@clisp.org>
64
65         * mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
66
67 2006-07-27  Bruno Haible  <bruno@clisp.org>
68
69         * stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
70         test.
71
72 2006-07-26  Eric Blake  <ebb9@byu.net>
73
74         * unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
75
76 2006-07-26  Bruno Haible  <bruno@clisp.org>
77
78         * stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
79         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
80         INT_FAST*_MIN, INTPTR_MIN.
81
82 2006-07-25  Bruno Haible  <bruno@clisp.org>
83
84         * stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of complex
85         commands.
86
87 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
88
89         * stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
90         (gl_STDIO_SAFER): Remove.
91
92 2006-07-24  Bruno Haible  <bruno@clisp.org>
93
94         * tmpdir.m4: New file, from GNU gettext.
95
96 2006-07-23  Eric Blake  <ebb9@byu.net>
97
98         * stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
99
100 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
101
102         * close-stream.m4: New file.
103
104 2006-07-22  Bruno Haible  <bruno@clisp.org>
105
106         Merge from GNU gettext 0.15.
107
108         2006-03-25  Bruno Haible  <bruno@clisp.org>
109
110                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
111
112         2006-07-21  Bruno Haible  <bruno@clisp.org>
113
114                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
115                 "1.1".
116
117         2006-05-09  Bruno Haible  <bruno@clisp.org>
118
119                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
120                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
121                 for the conftestver execution.
122
123         2006-05-01  Bruno Haible  <bruno@clisp.org>
124
125                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
126                 optional target-version argument. Verify that the compiler
127                 groks source of the specified source-version, or add -source
128                 option as necessary. Verify that the compiler produces
129                 bytecode in the specified target-version, or add -target and
130                 -source options as necessary. Make the result of the test
131                 available as variable CONF_JAVAC. Also log error output in
132                 config.log.
133
134         2006-03-11  Bruno Haible  <bruno@clisp.org>
135
136                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
137
138         2006-05-09  Bruno Haible  <bruno@clisp.org>
139
140                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
141                 CLASSPATH_SEPARATOR to a semicolon.
142
143         2006-03-12  Bruno Haible  <bruno@clisp.org>
144
145                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
146                 available as variable CONF_JAVA, for subsequent autoconf
147                 tests. Also log error output in config.log.
148
149         2006-07-19  Bruno Haible  <bruno@clisp.org>
150
151                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
152                 that getline works on glibc2 systems. Needed to avoid trouble
153                 in relocatable.c.
154                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
155
156         2005-12-04  Bruno Haible  <bruno@clisp.org>
157
158                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
159                 launcher (untested).
160
161         2005-12-04  Bruno Haible  <bruno@clisp.org>
162
163                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
164
165         2006-07-22  Bruno Haible  <bruno@clisp.org>
166
167                 * gettext.m4: Update from GNU gettext-0.15.
168                 * nls.m4: Likewise.
169                 * po.m4: Likewise.
170                 * inttypes-pri.m4: Likewise.
171                 * inttypes-h.m4: Renamed from inttypes.m4.
172                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
173
174 2006-07-17  Bruno Haible  <bruno@clisp.org>
175
176         * gl_list.m4: New file.
177
178 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
179
180         * mkancesdirs.m4: New file.
181         * mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c, dirchownmod.h.
182         Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER; no longer needed.
183         Require gl_FUNC_LCHOWN, since dirchownmod.c needs it.
184
185 2006-07-11  Eric Blake  <ebb9@byu.net>
186
187         * absolute-header.m4: Fix comments to match recent change.
188
189 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
190
191         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
192         to stdint.m4.
193
194 2006-07-10  Derek R. Price  <derek@ximbiot.com>
195         and Paul Eggert  <eggert@cs.ucla.edu>
196
197         * backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
198         * savedir.m4:
199         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
200         macros into the GNU _D_EXACT_NAMLEN.
201
202 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
203
204         * stdint.m4 (gl_STDINT_H): Like yesterday's change to
205         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
206         "no/such/file/stdint.h" when there is no such file, so that
207         the resulting C code can be parsed by dodgy compilers.
208         Problems reported by Bob Proulx.
209
210 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
211
212         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
213         around the absolute name, to work around a problem with the HP-UX
214         11.23 native C compiler, reported by Bob Proulx.
215
216 2006-07-09  Jim Meyering  <jim@meyering.net>
217
218         * glob.m4: Remove a doubled word in a comment.
219
220 2006-07-08  Jim Meyering  <jim@meyering.net>
221
222         * link-follow.m4: Remove one of two adjacent "whether"s in a comment.
223         * getopt.m4: Remove one of two adjacent "your"s in a comment.
224         * regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a comment.
225
226 2006-07-06  Derek R. Price  <derek@ximbiot.com>
227         and Paul Eggert  <eggert@cs.ucla.edu>
228
229         * backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
230         of invoking obsolescent AC_HEADER_DIRENT macro.
231         * d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
232         * d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
233         * dirfd.m4 (gl_FUNC_DIRFD): Likewise.
234         * fts.m4 (gl_FUNC_FTS_CORE): Likewise.
235         * getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
236         * glob.m4 (gl_PREREQ_GLOB): Likewise.
237         * savedir.m4 (gl_SAVEDIR): Likewise.
238         * readdir.m4: Remove; no longer needed.
239
240 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
241
242         * _inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
243         with only one argument, for Autoconf 2.60.
244         * fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
245         expand to nothing, so add a shell command to avoid syntax error.
246         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
247
248 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
249
250         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
251         no longer needed.  Check for isblank decl.
252         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
253         * regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
254         of existence.
255
256 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
257
258         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
259         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
260         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer needed.
261         All uses removed.
262         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
263         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
264         * exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer needed.
265         * getdate.m4 (gl_GETDATE): Likewise.
266         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
267         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
268         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
269         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
270         * strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
271         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
272         * exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
273         needed.
274
275 2006-07-05  Derek R. Price  <derek@ximbiot.com>
276
277         * calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
278         no longer needed.
279         * exclude.m4 (gl_EXCLUDE): Likewise.
280         * getdate.m4 (gl_GETDATE): Likewise.
281         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
282         * memcasecmp.m4 (gl_MEMCASECMP): Likewise.
283         * strtod.m4 (gl_FUNC_STRTOD): Likewise.
284         * strtol.m4 (gl_PREREQ_STRTOL): Likewise.
285         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
286
287 2006-07-05  Eric Blake  <ebb9@byu.net>
288
289         * sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
290         to avoid 'header present but could not be compiled' on cygwin.
291
292 2006-07-03  Bruno Haible  <bruno@clisp.org>
293
294         * strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
295         the function exists, before testing against AIX.
296         Reported by Martin Lambers <marlam@marlam.de>.
297
298 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
299
300         * absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
301         to the absolute name, not just one, to bypass Sun C 5.8's
302         "warning: #include of /usr/include/... may be non-portable".
303
304 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
305
306         * absolute-header.m4: Renamed from full-header-path.m4.
307         This is to keep the terminology clean; POSIX talks about
308         "absolute pathnames", not "full pathnames", but the GNU
309         Coding Standards say to use "path" for something else;
310         so use "absolute" to keep both sides happy.
311         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
312         Set gl_absolute_header, not gl_full_header_path.
313         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
314         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
315         All uses changed.
316
317         Merge from coreutils.
318
319         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
320
321         * c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
322         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
323         want to require the building of c-strtod.o.
324         * lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
325         needs -lm directly.
326         * xstrtod.m4 (gl_XSTRTOLD): New macro.
327
328         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
329
330         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
331         --as-needed option if available.  Problem reported by Albert Chin in
332         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
333         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
334         cc merely issues a bunch of annoying warnings for --as-needed
335         (this problem was reported by Bob Proulx).  Also, try linking with
336         -lm to detect a bug in binutils 2.16 (this problem was reported
337         by Ralf Wildenhues).
338
339         2006-06-18  Jim Meyering  <jim@meyering.net>
340
341         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
342         * getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
343         * getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
344         also check for glibc-2.4's abort-inducing bug.
345
346         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
347         Low-probability clean-up should be to use rmdir to get rid of
348         the just-created directory, not unlink.
349
350         * ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
351         configure fail, and request a bug report to inform us about it.
352         Add a comment that, barring reports to the contrary, in 2007 we'll
353         assume ftruncate is universally available.
354
355         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
356
357         * filemode.m4 (gl_FILEMODE): Check for strmode declaration.
358
359         2006-03-12  Jim Meyering  <jim@meyering.net>
360
361         * chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
362         * cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
363         * same.m4 (gl_SAME): Likewise.
364         * root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
365
366         2006-03-11  Eric Blake  <ebb9@byu.net>
367
368         * double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
369         * dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
370         * dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
371         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
372
373 2006-07-02  Eric Blake  <ebb9@byu.net>
374
375         * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
376
377 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
378
379         * stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
380         test cases, so that config.log is a bit easier to follow.
381
382 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
383
384         * longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
385         but fix a bug, by requiring at least 64 bits.
386         * ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
387         * longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
388         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
389         * ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
390
391         * stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
392         changes.  Make 2.59 a prerequisite.  Check and substitute for
393         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
394         inttypes.h.  Do not use special include files; just use the
395         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
396         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
397         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
398         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
399         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
400         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
401         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
402         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
403         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
404         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
405         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
406         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
407         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
408         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
409         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
410         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
411         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
412         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
413         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
414         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
415         WINT_MAX.  Check for C99 conformance more strictly, by detecting
416         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
417         not check for things that C99 does not require, e.g., int8_t.  If
418         a test isn't needed unless <stdint.h> isn't working, and is
419         unlikely to be needed for any other reason, then don't do it
420         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
421         size_t, since we assume C89 freestanding at least.  Do not check
422         for sig_atomic_t, wchar_t, or wint_t, since the code now does
423         the right thing even if the types are not defined.  Instead use:
424         (gl_STDINT_TYPE_PROPERTIES): New macro.
425         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
426         testing whether <sys/types.h> clashes, as Autoconf does this for
427         us now.  All uses removed.
428         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
429         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
430         (gl_CHECK_TYPE_SAME):
431         Remove; no longer needed.
432         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
433         exists, since we'll return 0 anyway in that case.
434         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
435
436 2006-07-01  Eric Blake  <ebb9@byu.net>
437
438         * stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
439
440 2006-07-01  Eric Blake  <ebb9@byu.net>
441
442         * stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
443         Reported by Andreas Buening.
444
445 2006-06-29  Eric Blake  <ebb9@byu.net>
446
447         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
448
449 2006-06-29  Eric Blake  <ebb9@byu.net>
450
451         * sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
452
453 2006-06-29  Derek R. Price  <derek@ximbiot.com>
454
455         * strftime.m4: Don't call AC_FUNC_STRFTIME.
456
457 2006-06-29  Derek R. Price  <derek@ximbiot.com>
458
459         * c-bs-a.m4: Removed.
460
461 2006-06-28  Derek R. Price  <derek@ximbiot.com>
462
463         * savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
464
465         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
466         it's obsolete.
467         * strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
468
469 2006-06-28  Bruno Haible  <bruno@clisp.org>
470
471         * wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
472         gt_TYPE_WCHAR_T.
473
474 2006-06-28  Eric Blake  <ebb9@byu.net>
475
476         * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
477         * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
478
479 2006-06-28  Simon Josefsson  <jas@extundo.com>
480
481         * getaddrinfo.m4: Look for getnameinfo prototypes too.
482
483 2006-06-27  Simon Josefsson  <jas@extundo.com>
484
485         * sys_select_h.m4: New file, suggested by Bruno Haible, Paul
486         Eggert and Martin Lambers.
487
488 2006-06-27  Bruno Haible  <bruno@clisp.org>
489
490         * stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
491         result to 0, not to empty.
492         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
493
494 2006-06-26  Bruno Haible  <bruno@clisp.org>
495
496         * stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
497
498 2006-06-26  Bruno Haible  <bruno@clisp.org>
499
500         * stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
501         SGI C compiler in pre-C99 mode.
502         Suggested by Mark D. Baushke and Larry Jones.
503
504 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
505
506         * stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
507
508 2006-06-26  Simon Josefsson  <jas@extundo.com>
509
510         * inet_ntop.m4: Don't check for sys/types.h, we assume it is
511         present.
512
513 2006-06-23  Bruno Haible  <bruno@clisp.org>
514
515         * stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
516
517 2006-06-22  Simon Josefsson  <jas@extundo.com>
518
519         * sockpfaf.m4: Include winsock2.h too, to make it work under
520         MinGW.
521
522 2006-06-21  Simon Josefsson  <jas@extundo.com>
523
524         * getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
525         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
526         of using the (limited) gnulib implementation on Windows XP.
527
528         * inet_pton.m4: New file.
529
530 2006-06-19  Bruno Haible  <bruno@clisp.org>
531
532         * stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
533         and FULL_PATH_INTTYPES_H in angle brackets.
534         Reported by Mark D. Baushke <mdb@gnu.org>.
535
536 2006-06-17  Bruno Haible  <bruno@clisp.org>
537
538         * stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
539         <sys/inttypes.h>.
540
541 2006-06-16  Eric Blake  <ebb9@byu.net>
542
543         * rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
544         errno.
545
546 2006-06-17  Bruno Haible  <bruno@clisp.org>
547
548         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
549         whether errno is declared. Assume <errno.h> declares errno.
550
551 2006-06-15  Bruno Haible  <bruno@clisp.org>
552
553         * stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
554         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
555         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
556         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
557         gl_CHECK_TYPE_SAME): New macros.
558
559 2006-06-15  Bruno Haible  <bruno@clisp.org>
560
561         * size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
562
563 2006-06-15  Eric Blake  <ebb9@byu.net>
564
565         * ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
566
567 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
568             Bruno Haible  <bruno@clisp.org>
569
570         * strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
571         check for the declaration of strnlen and a run test that exposes the
572         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
573         rpl_strndup.
574
575 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
576
577         * c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
578         compile test, for Tru64 4.0D.
579
580 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
581
582         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
583         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
584         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
585         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
586         not really conditional on the cache.
587         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
588
589 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
590
591         * stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
592         test for C99 conformance; (bool) 0.5 is an integer constant
593         expression, but (bool) -0.5 is not.  Problem reported by Fedor
594         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
595
596 2006-05-11  Simon Josefsson  <jas@extundo.com>
597
598         * xvasprintf.m4: Fix obvious typo.
599
600 2006-05-09  Bruno Haible  <bruno@clisp.org>
601
602         * xvasprintf.m4: New file.
603
604 2006-05-08  Bruno Haible  <bruno@clisp.org>
605
606         * stdarg.m4: New file, from GNU gettext.
607
608 2006-05-05  Jim Meyering  <jim@meyering.net>
609
610         * warning.m4: New file, derived from bison's file by the same name.
611
612 2006-05-02  Bruno Haible  <bruno@clisp.org>
613
614         * full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
615         test from here...
616         * _inttypes_h.m4 (gl_INTTYPES_H): ... to here.
617
618 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
619
620         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
621         to define main with arguments, for C++.  Reported by Eric Blake.
622         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
623         Prefer 'int main ()' to 'int main (void)', for C++.
624         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
625         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
626         for 'main', for C99 and C++.
627
628 2006-04-23  Bruno Haible  <bruno@clisp.org>
629
630         * poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
631         assigned exactly once.
632
633 2006-04-23  Bruno Haible  <bruno@clisp.org>
634
635         * poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the poll()
636         implementation in AIX.
637         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
638
639 2006-03-04  Eric Blake  <ebb9@byu.net>
640
641         * strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
642
643 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
644
645         * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
646         Don't assume that exit status -1 is valid.
647         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
648         * putenv.m4 (gl_FUNC_PUTENV): Likewise.
649         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
650         * readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
651         * rename.m4 (vb_FUNC_RENAME): Likewise.
652         * unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
653         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
654         functions can be used without declaring them, or that you can
655         exit with status -1.
656         * utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
657
658 2006-04-20  Bruno Haible  <bruno@clisp.org>
659
660         * argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
661         one argument, so that the code will be portable to Autoconf 2.60.
662         * getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
663         * getpass.m4 (gl_PREREQ_GETPASS): Likewise.
664         * unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
665
666 2006-04-19  Derek Price  <derek@ximbiot.com>
667             Eric Blake  <ebb9@byu.net>
668
669         * full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h> rather
670         than "/full/path.h".  Update comment to match.  Shorten & generalize
671         m4_translit call via AS_TR_CPP.
672
673 2006-04-18  Derek Price  <derek@ximbiot.com>
674             Paul Eggert  <eggert@cs.ucla.edu>
675
676         * _inttypes_h.m4, full-header-path.m4, include_next: New files.
677
678 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
679
680         * time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and time_r.h.
681
682 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
683
684         * regex.m4 (gl_REGEX): Check for new glibc interface to
685         translation table.
686
687 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
688
689         * argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
690         `__error_t_defined', so argp.h will not typedef the former.
691
692 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
693
694         * regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
695         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
696         glibc names.  Even if glibc is changed to conform to POSIX, the
697         traditional names will be available anyway, since regex depends on
698         the extensions module.  Also, fix a longstanding typo in the
699         implementation of Spencer ERE test #75 from grep 2.3.  Problems
700         reported by Emanuele Giaquinta.  Also, change sense of cached
701         variable, so that the message makes sense.
702
703 2006-03-17  Jim Meyering  <jim@meyering.net>
704
705         * regex.m4 (gl_REGEX): Fix typo in last change:
706         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
707
708 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
709
710         * regex.m4 (gl_REGEX): Don't check for off_t, since the code
711         no longer needs it.  Instead, check that regoff_t is as least
712         as wide as ptrdiff_t.
713
714         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
715         so that our regex.h stays compatible with the installed regex.
716         This is helpful for installers who configure --without-included-regex.
717         Problem reported by Emanuele Giaquinta.
718
719 2006-03-15  Eric Blake  <ebb9@byu.net>
720
721         * dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
722
723 2006-03-08  Simon Josefsson  <jas@extundo.com>
724
725         * gc-random.m4: Permit 'no' as variable values and fix warnings,
726         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
727
728 2006-03-08  Simon Josefsson  <jas@extundo.com>
729
730         * gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
731         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
732
733 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
736         Problem reported by Juan Manuel Guerrero.
737
738 2006-03-07  Simon Josefsson  <jas@extundo.com>
739
740         * unistd_h.m4: New file.
741
742 2006-03-07  Simon Josefsson  <jas@extundo.com>
743
744         * readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
745         test to be side-effect free by storing the result in the cache
746         variable gl_cv_lib_readline, and moving the assignment of
747         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
748         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
749
750 2006-03-07  Simon Josefsson  <jas@extundo.com>
751
752         * gc-random.m4: New file, mostly from gc.m4.  Warn instead of
753         error on missing devices (the functions will return an error).
754
755         * gc.m4: Move random stuff to gc-random.m4
756
757 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
758
759         * poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
760         our replacement poll.h in any case, to avoid a differing
761         declaration from a system header.  Seen on AIX.
762
763 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
764
765         * clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
766         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
767         pedantically.
768         * nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
769         * timespec.m4 (gl_TIMESPEC): Likewise.
770
771         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
772         not "==".  Reported by Ralf Wildenhues.
773
774 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
775
776         Sync from coreutils.
777         * mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
778         gl_CHDIR_SAFER.
779
780 2006-02-22  Jim Meyering  <jim@meyering.net>
781
782         Sync from coreutils.
783         * chdir-safer.m4: New file.
784
785 2006-02-17  Eric Blake  <address@hidden>
786
787         * getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
788
789 2006-02-15  Eric Blake  <ebb9@byu.net>
790
791         * sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
792         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
793         'present but cannot compile' warnings on cygwin.
794         * socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
795         use ws2tcpip.h if sys/socket.h works.
796         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
797         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
798
799 2006-02-14  Jim Meyering  <jim@meyering.net>
800
801         Sync from coreutils.
802         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke AC_CHECK_FUNCS(getmntent)
803         unconditionally so that tests of $ac_cv_func_getmntent (e.g., in
804         gl_LIST_MOUNTED_FILE_SYSTEMS) need not double-quote uses of that
805         variable, to accommodate the rare case in which getmntent is
806         available in none of the libraries checked.  This happens at
807         least on FreeBSD 5.0.
808
809 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
810
811         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
812         __EXTENSIONS__ if this causes compilation to fail.  Problem
813         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
814         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
815
816 2006-01-25  Simon Josefsson  <jas@extundo.com>
817
818         * getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
819         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
820         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
821
822 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
823
824         * stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
825         so that we test the test.
826         Check for yet another HP-UX cc bug involving *bool |= bool.
827
828 2006-01-24  Bruno Haible  <bruno@clisp.org>
829
830         * stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
831         Patch by Paul Eggert.
832
833 2006-01-24  Jim Meyering  <jim@meyering.net>
834
835         * openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
836         Reported by Mark D. Baushke.
837
838 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
839
840         * getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
841
842 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
843
844         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
845         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
846         Suggested by Bruno Haible.
847
848 2006-01-19  Simon Josefsson  <jas@extundo.com>
849
850         * socklen.m4: Look in ws2tcpip.h too, for mingw32.
851
852 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
853
854         * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
855         it's not portable and it doesn't work with cross-compiles.
856         Problem reported by Bruno Haible.  Fix missing-$ typo in
857         'test "gl_cv_ignore_unused_libraries" ...' that prevented
858         -zignore from being used with Sun's C compiler.
859
860 2006-01-12  Bruno Haible  <bruno@clisp.org>
861
862         * ldd.m4: New file.
863
864 2006-01-08  Bruno Haible  <bruno@clisp.org>
865
866         Ensure automatic ordering between gl_LOCK and gl_ARGP.
867         * lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
868         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
869
870 2006-01-10  Jim Meyering  <jim@meyering.net>
871
872         * fpending.m4: Also include <stdio.h>, for Dragonfly.
873         Patch by Joerg Sonnenberger.
874
875 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
876
877         * memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
878         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
879         People who are still concerned with buggy memcmp implementations
880         can invoke gl_FUNC_MEMCMP themselves.
881
882 2006-01-10  Simon Josefsson  <jas@extundo.com>
883
884         * sys_socket_h.m4: New file.
885
886 2006-01-10  Bruno Haible  <bruno@clisp.org>
887
888         * localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
889         Reported by Werner Lemberg <wl@gnu.org>.
890
891 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
892
893         Sync from coreutils.
894         * lib-ignore.m4: New file.
895         * lchmod.m4: New file.
896
897 2006-01-09  Jim Meyering  <jim@meyering.net>
898
899         Sync from coreutils.
900         * openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
901         Require openat-priv.h.
902
903 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
904
905         Sync from coreutils.
906         * acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
907
908 2005-10-16  Bruno Haible  <bruno@clisp.org>
909
910         * stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
911
912 2005-12-16  Jim Meyering  <jim@meyering.net>
913
914         * fprintftime.m4: New file.
915
916 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
917
918         * argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
919         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
920
921 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
922
923         * argp.m4:  Check if program_invocation_name and
924         program_invocation_short_name are declared and define appropriate
925         macros if they are not.
926
927 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
928
929         * stat-time.m4 (gl_STAT_TIME): Add check for
930         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
931         porting problem reported by Georg Schwarz in
932         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
933
934 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
935
936         * socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
937         Use implementation from Albert Chin, with some
938         comments/corrections by Stepan Kasal and myself.
939
940 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
941
942         * regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
943         statement, to work around an HP-UX 10.20 compiler bug reported by
944         Peter O'Gorman.
945
946 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
947
948         * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
949         or gettimeofday; no longer needed.
950
951 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
952
953         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
954         variables to suggest the intended function of the PATH_MAX check.
955
956 2005-10-30  Kean Johnston  <jkj@sco.com>
957
958         Trivial changes to support SCO systems.
959         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
960         as PATH_MAX.
961         * fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
962         where __ptr is null when no I/O is pending.
963
964 2005-10-28  Simon Josefsson  <jas@extundo.com>
965
966         * inet_ntop.m4: More tests.
967
968         * gc-md2.m4, md2.m4: New file.
969
970 2005-10-22  Simon Josefsson  <jas@extundo.com>
971
972         * gc.m4: Don't be fooled by --disable-*random-device parameters,
973         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
974
975 2005-10-21  Simon Josefsson  <jas@extundo.com>
976
977         * gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
978         Bruno Haible <bruno@clisp.org>.
979
980         * gc-des.m4: New file.
981
982 2005-10-21  Simon Josefsson  <jas@extundo.com>
983
984         * arctwo.m4: New file.
985
986         * gc-arctwo.m4: New file.
987
988 2005-10-19  Simon Josefsson  <jas@extundo.com>
989
990         * gc-arcfour.m4: New file.
991
992         * gc-rijndael.m4: New file.
993
994 2005-10-19  Simon Josefsson  <jas@extundo.com>
995
996         * m4/gc-hmac-md5.m4, m4/gc-hmac-sha1.m4, m4/gc-md4.m4,
997         m4/gc-md5.m4, m4/gc-sha1.m4: Fix typo, suggested by Stepan Kasal
998         <kasal@ucw.cz>.
999
1000 2005-10-19  Simon Josefsson  <jas@extundo.com>
1001
1002         * gc-md4.m4: New file.
1003
1004 2005-10-18  Simon Josefsson  <jas@extundo.com>
1005
1006         * md4.m4: New file.
1007
1008 2005-10-17  Bruno Haible  <bruno@clisp.org>
1009
1010         * stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so that
1011         it can also be used in a test.
1012
1013 2005-10-11  Simon Josefsson  <jas@extundo.com>
1014
1015         * md5.m4: Remove call to uint32_t.m4.
1016
1017 2005-10-15  Simon Josefsson  <jas@extundo.com>
1018
1019         * rijndael.m4: New file.
1020
1021 2005-10-14  Simon Josefsson  <jas@extundo.com>
1022
1023         * arcfour.m4: New file.
1024
1025 2005-10-12  Bruno Haible  <bruno@clisp.org>
1026
1027         * stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
1028         Reported by Stepan Kasal <kasal@ucw.cz>.
1029
1030 2005-10-12  Simon Josefsson  <jas@extundo.com>
1031
1032         * gc-pbkdf2-sha1.m4: New file.
1033
1034         * gc-hmac-sha1.m4: New file.
1035
1036         * gc-sha1: New file.
1037
1038         * hmac-sha1.m4: New file.
1039
1040 2005-10-12  Simon Josefsson  <jas@extundo.com>
1041
1042         * gc-md5.m4, gc-hmac-md5: New files.
1043
1044         * gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
1045
1046 2005-10-11  Simon Josefsson  <jas@extundo.com>
1047
1048         * crc.m4: New file.
1049
1050 2005-10-07  Simon Josefsson  <jas@extundo.com>
1051
1052         * memxor.m4: Remove gl_C_RESTRICT call.
1053
1054 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1055
1056         * stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
1057         promotes to int, not unsigned int, to catch the AIX 5.3
1058         compiler bug.
1059
1060 2005-10-06  Simon Josefsson  <jas@extundo.com>
1061
1062         * hmac-md5.m4: New file.
1063
1064         * memxor.m4: Require gl_C_RESTRICT.
1065
1066 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1067
1068         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
1069         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
1070         needed, since the source code now assumes these .h files.
1071
1072 2005-10-05  Simon Josefsson  <jas@extundo.com>
1073
1074         * memxor.m4: New file.
1075
1076 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1077
1078         Sync from coreutils.
1079         * openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
1080         * ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
1081         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
1082         ULLONG_MAX doesn't work with 2.7.2.1.
1083
1084 2005-10-02  Jim Meyering  <jim@meyering.net>
1085
1086         Sync from coreutils.
1087         * utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
1088         from glibc-2.2.5 that fails for read-only files.
1089
1090 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
1091
1092         Sync from coreutils.
1093         * chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
1094         against `yes', rather than just testing for nonempty.
1095
1096 2005-10-01  Simon Josefsson  <jas@extundo.com>
1097
1098         * getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
1099         and Darwin.
1100
1101         * getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
1102         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
1103         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
1104         freeaddrinfo and gai_strerror are declared by the POSIX headers.
1105         Check if struct addrinfo is declared.
1106
1107 2005-10-01  Jim Meyering  <jim@meyering.net>
1108
1109         Sync from coreutils.
1110
1111         * getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
1112         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
1113         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
1114         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1115         in the inet and nsl libraries.  Required on Solaris 5.7.
1116
1117 2005-09-24  Jim Meyering  <jim@meyering.net>
1118
1119         Sync from coreutils.
1120         * getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
1121         in the inet and nsl libraries.  Required on Solaris 5.7.
1122
1123 2005-09-26  Bruno Haible  <bruno@clisp.org>
1124
1125         * mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't compile
1126         mbchar.c if they are not both present.
1127         * mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
1128         * mbiter.m4 (gl_MBITER): Likewise.
1129         * strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
1130         * strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
1131         * strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
1132
1133 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
1134
1135         * regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
1136         and similarly for the other external symbols.  Problem reported
1137         by James Gallager.
1138
1139         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
1140         bug reported by Jim Meyering.
1141
1142         * utimens.m4 (gl_UTIMENS): Check for futimesat.
1143         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
1144         not needed, since socklen is a prerequisite module.
1145
1146 2005-09-23  Jim Meyering  <jim@meyering.net>
1147
1148         Sync from coreutils.
1149         Correct build failure (socklen_t not defined) on at least
1150         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
1151         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
1152
1153 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1154
1155         Sync from coreutils.
1156         * getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
1157
1158 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1159
1160         Sync from coreutils.
1161
1162         * backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
1163         * fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
1164         * getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
1165         * mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
1166         * physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
1167         * save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
1168         * userspec.m4, xgetcwd.m4, xreadlink.m4:
1169         Don't bother checking for string.h, stdlib.h, unistd.h.
1170         * fts.m4 (gl_FUNC_FTS_CORE): Don't require
1171         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
1172         module's job.
1173         * jm-macros.m4 (gl_MACROS): Likewise.
1174         * prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
1175
1176         * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
1177         (gl_GETDATE): Use it.
1178
1179         * mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
1180
1181 2005-09-22  Jim Meyering  <jim@meyering.net>
1182
1183         Sync from coreutils.
1184
1185         * lstat.m4 (gl_FUNC_LSTAT):
1186         Use AC_LIBSOURCES to require lstat.c and lstat.h.
1187         Remove obsolete comment.
1188         * xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
1189         * xstrtod.m4: Likewise.
1190
1191         * openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
1192
1193 2005-09-19  Simon Josefsson  <jas@extundo.com>
1194
1195         * socklen.m4: Fix typo.
1196
1197 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
1198
1199         * st_mtim.m4: Remove.  Superseded by...
1200         * stat-time.m4: New file.
1201         * timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
1202         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
1203
1204 2005-09-15  Derek Price  <derek@ximbiot.com>
1205
1206         * strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
1207
1208 2005-09-12  Derek Price  <derek@ximbiot.com>
1209
1210         Make canon-host require getaddrinfo.
1211         * canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
1212         AC_LIBSOURCE canon-host.h.  Call...
1213         (gl_PREREQ_CANON_HOST): ...this new function, which requires
1214         gl_GETADDRINFO.
1215         * getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
1216
1217 2005-09-12  Derek Price  <derek@ximbiot.com>
1218             Paul Eggert  <eggert@cs.ucla.edu>
1219
1220         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
1221         glob_.h, glob-libc.h.
1222         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
1223
1224 2005-08-31  Simon Josefsson  <jas@extundo.com>
1225
1226         * socklen.m4: New file.
1227
1228 2005-09-03  Derek Price  <derek@ximbiot.com>
1229
1230         * getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
1231         From Larry Jones <lawrence.jones@ugs.com>.
1232
1233 2005-08-27  Bruno Haible  <bruno@clisp.org>
1234
1235         Support for lib vs. lib64 distinction on biarch platforms.
1236         * lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
1237         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
1238         * lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
1239
1240 2005-09-01  Jim Meyering  <jim@meyering.net>
1241
1242         * lchown.m4: Require gl_FUNC_CHOWN, for the definition of
1243         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
1244         Require gl_STAT_MACROS, too.
1245
1246 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1247
1248         * regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
1249         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
1250         and large-file glibc and in 32-bit large-file Solaris.
1251
1252 2005-08-28  Bruno Haible  <bruno@clisp.org>
1253
1254         * gnulib-tool.m4: New file.
1255
1256 2005-08-27  Jim Meyering  <jim@meyering.net>
1257
1258         * stdlib-safer.m4: New file.  From coreutils.
1259         * stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
1260         * fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
1261         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
1262         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
1263         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
1264
1265 2005-08-24  Simon Josefsson  <jas@extundo.com>
1266
1267         * getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
1268         __fsetlocking.
1269
1270 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
1271
1272         * regex.m4: Add AC_PREREQ(2.50).
1273         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
1274
1275 2005-08-25  Bruno Haible  <bruno@clisp.org>
1276
1277         * minmax.m4: Require autoconf 2.52.
1278         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
1279         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
1280         alternatives of translit over the alphabet.
1281         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
1282
1283 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1284
1285         * regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
1286         for GNU regex features.
1287
1288 2005-08-24  Jim Meyering  <jim@meyering.net>
1289
1290         Sync from coreutils.
1291         * fcntl-safer.m4: New file.
1292
1293         * xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
1294         and object files for this module.
1295
1296 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
1297
1298         * regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
1299         All contents moved to gl_REGEX.
1300         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
1301         assume that it does.
1302
1303 2005-08-20  Bruno Haible  <bruno@clisp.org>
1304
1305         * regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
1306
1307 2005-08-17  Bruno Haible  <bruno@clisp.org>
1308
1309         * strcasestr.m4: New file.
1310
1311 2005-08-17  Bruno Haible  <bruno@clisp.org>
1312
1313         * strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
1314         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
1315
1316 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
1317
1318         * getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
1319         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
1320         and gl_GETOPT are both invoked via different paths (as happens
1321         with GNU tar CVS because it uses both argp and getopt), the former
1322         wins.
1323
1324 2005-08-16  Bruno Haible  <bruno@clisp.org>
1325
1326         * strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function always.
1327         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
1328
1329 2005-08-16  Bruno Haible  <bruno@clisp.org>
1330
1331         * mbfile.m4: New file.
1332
1333 2005-08-16  Bruno Haible  <bruno@clisp.org>
1334
1335         * mbiter.m4: New file.
1336
1337 2005-08-16  Bruno Haible  <bruno@clisp.org>
1338
1339         * mbchar.m4: New file.
1340
1341 2005-08-16  Bruno Haible  <bruno@clisp.org>
1342
1343         * tls.m4: New file, from GNU gettext.
1344
1345 2005-08-12  Bruno Haible  <bruno@clisp.org>
1346
1347         * readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
1348
1349 2005-08-12  Simon Josefsson  <jas@extundo.com>
1350
1351         * readline.m4: Look for termcap, curses or ncurses if required.
1352
1353 2005-08-11  Simon Josefsson  <jas@extundo.com>
1354
1355         * readline.m4: New file.
1356
1357 2005-08-10  Simon Josefsson  <jas@extundo.com>
1358
1359         * strnlen.m4: New file.
1360
1361         * strndup.m4: Don't check for strnlen declaration, done in
1362         strnlen.m4.
1363
1364 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
1365
1366         * onceonly_2_57.m4: Really require Autoconf 2.57.
1367
1368 2005-08-02  Simon Josefsson  <jas@extundo.com>
1369
1370         * getline.m4: Separate out getdelim stuff into separate module.
1371
1372         * getdelim.m4: New file.
1373
1374 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
1375
1376         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
1377         normal way.
1378         * getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
1379         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
1380         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
1381         (gl_GETOPT): Use the new macros.  Most of the implementation
1382         is moved to the new macros.  This is for programs like Emacs
1383         that don't want all the functionality of gl_GETOPT.
1384
1385 2005-07-26  Bruno Haible  <bruno@clisp.org>
1386
1387         * lock.m4: Update from GNU gettext.
1388
1389 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
1390
1391         * regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
1392         obsolescent AC_TRY_RUN.  Include the default includes files, for 'exit'.
1393
1394 2005-07-24  Bruno Haible  <bruno@clisp.org>
1395
1396         * visibility.m4: New file.
1397
1398 2005-07-18  Bruno Haible  <bruno@clisp.org>
1399
1400         * lock.m4: New file, from GNU gettext.
1401
1402 2005-06-01  Bruno Haible  <bruno@clisp.org>
1403
1404         * poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
1405         When using lib/poll.c, define poll as rpl_poll.
1406
1407 2005-07-14  Bruno Haible  <bruno@clisp.org>
1408
1409         * argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
1410         Instead, test for *_unlocked function declarations directly.
1411
1412 2005-07-14  Derek Price  <derek@ximbiot.com>
1413
1414         * glob.m4 (gl_GLOB): Cache glob interface check result.  Add check for
1415         glob symlink bug.
1416
1417 2005-07-10  Bruno Haible  <bruno@clisp.org>
1418
1419         * size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
1420         Needed when size_t is smaller than 'unsigned int'.
1421         Reported by Paul Eggert.
1422
1423 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1424
1425         * backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on pathconf.
1426         * same.m4 (gl_SAME): Likewise.
1427         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
1428
1429         * regex.m4: Adjust to new libc regex implementation.
1430         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
1431         all the .c and .h parts of (the new) regex.
1432         Quote the m4 stuff better.
1433         Check for RE_ICASE bug of old gnulib.
1434         Check for REG_STARTEND of recent libc.
1435         Rename local variables from jm_* to gl_*.
1436         Quote operand of "test -f".
1437         Say "recent enough" version of libc, not "version 2".
1438         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
1439         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
1440         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
1441         Remove check for btowc, isascii.
1442         Require AM_LANGINFO_CODESET.
1443
1444 2005-07-05  Bruno Haible  <bruno@clisp.org>
1445
1446         * mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
1447         autoconf CVS. Needed for mingw.
1448
1449 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1450
1451         Remove the dependency of the strftime module on the tzset module.
1452         * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
1453
1454 2005-07-02  Jim Meyering  <jim@meyering.net>
1455
1456         * chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
1457         * getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
1458         * pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
1459         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
1460
1461 2005-06-28  Simon Josefsson  <jas@extundo.com>
1462
1463         * check-version.m4: New file, suggested by Jim Meyering
1464         <jim@meyering.net>.
1465
1466 2005-06-24  Derek Price  <derek@ximbiot.com>
1467         and Bruno Haible  <bruno@clisp.org>
1468
1469         Remove stat module & update lstat.
1470         * lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
1471         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1472         * stat.m4: Remove this file.
1473
1474 2005-06-20  Derek Price  <derek@ximbiot.com>
1475
1476         * bison.m4: Note that precious decls of YACC & YFLAGS will be
1477         unnecessary for Autoconfs > 2.59c.
1478
1479 2005-06-16  Derek Price  <derek@ximbiot.com>
1480
1481         * bison.m4: Declare YACC & YFLAGS precious.
1482
1483 2005-06-08  Bruno Haible  <bruno@clisp.org>
1484
1485         * csharpcomp.m4: New file, from GNU gettext.
1486
1487 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1488
1489         Sync from coreutils.
1490         * mkdir-p.m4: Renamed from makepath.m4.
1491         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
1492         Rename files from makepath.c to mkdir-p.c, and from
1493         makepath.h to mkdir-p.h.
1494         * filenamecat.m4: Renamed from path-concat.m4.
1495         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
1496         Rename files from path-concat.c to filenamecat.c,
1497         and from path-concat.h to filenamecat.h.
1498         * getcwd-path-max.m4: Don't use "path" or "filename" to mean
1499         "file name" in local variables or comments.
1500         * rename.m4: Likewise.
1501
1502 2005-06-01  Bruno Haible  <bruno@clisp.org>
1503
1504         * csharp.m4: New file, from GNU gettext.
1505         * csharpexec.m4: New file, from GNU gettext.
1506
1507 2005-05-31  Derek Price  <derek@ximbiot.com>
1508             Paul Eggert  <eggert@cs.ucla.edu>
1509
1510         Sync from cvs.
1511         * glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
1512
1513 2005-05-29  Derek Price  <derek@ximbiot.com>
1514             Paul Eggert  <eggert@cs.ucla.edu>
1515
1516         * glob.m4: New file.
1517
1518 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1519
1520         * fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
1521         and don't require gt_INTTYPES_PRI.
1522
1523 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
1524
1525         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
1526         _POSIX_PTHREAD_SEMANTICS for Solaris.
1527
1528 2005-05-25  Derek Price  <derek@ximbiot.com>
1529             Paul Eggert  <eggert@cs.ucla.edu>
1530
1531         * getlogin_r.m4: New files.
1532
1533 2005-05-22  Bruno Haible  <bruno@clisp.org>
1534
1535         * minmax.m4: New file.
1536         Based on a patch by Derek Price <derek@ximbiot.com>.
1537
1538 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1539
1540         * fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
1541         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
1542
1543 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
1544
1545         * chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
1546         of -1.
1547
1548 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
1549
1550         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
1551         Don't check for stddef.h.
1552         * fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
1553         don't use its results.
1554         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
1555         since we include them unconditionally.  Don't require
1556         AM_STDBOOL_H, since stdbool is a prerequisite.
1557         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
1558         since we assume C89 or better.
1559         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
1560         as we don't use their results.
1561         Don't check for fchdir, memmove, memset, strrchr, as we use
1562         them unconditionally.
1563         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
1564         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
1565
1566 2005-05-18  Jim Meyering  <jim@meyering.net>
1567
1568         * fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
1569         Reported by Yoann Vandoorselaere.
1570
1571 2005-05-17  Jim Meyering  <jim@meyering.net>
1572
1573         * fts.m4: New file, from coreutils.
1574
1575 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
1576
1577         Sync from coreutils.
1578         * unlinkdir.m4: New file.
1579
1580 2005-05-10  Derek Price  <derek@ximbiot.com>
1581
1582         * getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
1583         possible.
1584
1585 2005-05-10  Simon Josefsson  <jas@extundo.com>
1586
1587         * getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
1588         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
1589
1590 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1591             Bruno Haible  <bruno@clisp.org>
1592
1593         * inet_ntop.m4: New file.
1594
1595 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
1596
1597         * getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
1598         needless checks.
1599
1600 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
1601
1602         * euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require AC_HEADER_STAT.
1603         * lchown.m4 (gl_FUNC_CHOWN): Likewise.
1604         (gl_PREREQ_CHOWN): Remove.
1605         * lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
1606         it.  Don't require AC_HEADER_STAT.
1607         (gl_PREREQ_LSTAT): Remove.
1608         * mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
1609         Don't require AC_HEADER_STAT.
1610         * rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
1611         (gl_PREREQ_RMDIR): Remove.
1612         * canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
1613         mention stat-macros.h or AC_HEADER_STAT, since we'll make
1614         the stat-macros module a prerequisite.
1615         * file-type.m4 (gl_FILE_TYPE): Likewise.
1616         * filemode.m4 (gl_FILEMODE): Likewise.
1617         * makepath.m4 (gl_MAKEPATH): Likewise.
1618         * modechange.m4 (gl_MODECHANGE): Likewise.
1619         * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
1620         variable names.
1621         * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
1622         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
1623         variable prefixes.
1624         * fcntl-safer.m4: Remove.
1625         * stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
1626         * unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
1627         Invoke gl_PREREQ_FD_SAFER.
1628         (gl_PREREQ_FD_SAFER): New macro.
1629         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
1630         * readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
1631         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
1632         Remove duplicate call to AC_LIBOBJ(readutmp).
1633         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
1634
1635         * mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
1636         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
1637
1638 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
1639
1640         * byteswap.m4: New file.
1641
1642 2005-04-25  karl
1643
1644         * gettext.m4: Update from GNU gettext 0.14.4.
1645
1646 2005-04-15  Simon Josefsson  <jas@extundo.com>
1647
1648         * getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
1649
1650 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
1651
1652         * getcwd-path-max.m4: Return success on systems such as Cygwin
1653         where no absolute path name can be longer than PATH_MAX.
1654
1655 2005-03-22  Jim Meyering  <jim@meyering.net>
1656
1657         * stat-macros.m4 (gl_STAT_MACROS): New file/macro.
1658
1659 2005-03-21  Jim Meyering  <jim@meyering.net>
1660         and  Paul Eggert  <eggert@cs.ucla.edu>
1661
1662         * acl.m4, backupfile.m4, c-strtod.m4, canon-host.m4, canonicalize.m4,
1663         cloexec.m4, closeout.m4, dirfd.m4, dirname.m4, exclude.m4,
1664         exitfail.m4, file-type.m4, filemode.m4, fpending.m4, fsusage.m4,
1665         getcwd.m4, getdate.m4, getline.m4, getpagesize.m4, getpass.m4,
1666         getugroups.m4, group-member.m4, hard-locale.m4, hash.m4, human.m4,
1667         idcache.m4, inttostr.m4, long-options.m4, makepath.m4, md5.m4,
1668         memcasecmp.m4, memcoll.m4, modechange.m4, mountlist.m4, nanosleep.m4,
1669         path-concat.m4, pathmax.m4, physmem.m4, posixtm.m4, posixver.m4,
1670         quote.m4, quotearg.m4, readtokens.m4, readutmp.m4, safe-read.m4,
1671         safe-write.m4, same.m4, savedir.m4, settime.m4, sha1.m4, sig2str.m4,
1672         strdup.m4, strftime.m4, strndup.m4, strverscmp.m4, timespec.m4,
1673         unlocked-io.m4, userspec.m4, utimecmp.m4, utimens.m4, xalloc.m4,
1674         xnanosleep.m4, xstrtol.m4, yesno.m4:
1675         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
1676         for these modules.
1677
1678 2005-03-21  Jim Meyering  <jim@meyering.net>
1679
1680         * chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
1681         * memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
1682
1683 2005-03-16  Bruno Haible  <bruno@clisp.org>
1684
1685         * stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
1686         HAVE_LONGLONG_64BIT.
1687
1688 2005-03-14  Bruno Haible  <bruno@clisp.org>
1689
1690         * lib-link.m4, gettext.m4, nls.m4, po.m4:
1691         Update from GNU gettext 0.14.3.
1692
1693 2005-03-10  Jim Meyering  <jim@meyering.net>
1694
1695         * save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
1696
1697 2005-03-07  Bruno Haible  <bruno@clisp.org>
1698
1699         * mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
1700
1701 2005-03-03  Bruno Haible  <bruno@clisp.org>
1702
1703         * inttypes.m4, isc-posix.m4, once-only.m4:
1704         Use an all-permissive copyright notice, recommended by RMS.
1705
1706 2005-03-03  Derek R. Price  <derek@ximbiot.com>
1707
1708         * mmap-anon.m4: New file.
1709         * pagealign_alloc.m4: New file.
1710
1711 2005-01-28  Bruno Haible  <bruno@clisp.org>
1712
1713         * stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because of
1714         AIX, the replacement has to be done only after <string.h> is included,
1715         therefore not in config.h. stpncpy.h does the replacement, and
1716         stpncpy.c uses it.
1717
1718 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1719
1720         * xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
1721         to detect nanosleep bug.
1722
1723 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1724
1725         * gethrxtime.m4, xnanosleep.m4: New files.
1726         * gettime.m4 (gl_GETTIME): Check for nanotime.
1727
1728 2005-02-24  Bruno Haible  <bruno@clisp.org>
1729
1730         * gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
1731         * lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
1732         * progtest.m4:
1733         Update from GNU gettext 0.14.2.
1734         * glibc2.m4: New file, from GNU gettext 0.14.2.
1735
1736 2005-02-22  Simon Josefsson  <jas@extundo.com>
1737
1738         * iconvme.m4: New file.
1739
1740 2005-02-23  Jim Meyering  <jim@meyering.net>
1741
1742         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's change.
1743         Thanks to Bruno Haible for catching it.
1744
1745 2005-02-22  Jim Meyering  <jim@meyering.net>
1746
1747         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo: s/ifndef/ifdef/.
1748
1749 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
1750
1751         * memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
1752
1753 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
1754
1755         Sync from coreutils.
1756         * getloadavg.m4, glibc.m4, search-libs.m4: Remove.
1757
1758         Remove files that are specific to coreutils.
1759         * check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
1760
1761 2005-01-28  Bruno Haible  <bruno@clisp.org>
1762
1763         * javacomp.m4: New file, from GNU gettext.
1764
1765 2005-01-26  Bruno Haible  <bruno@clisp.org>
1766
1767         * javaexec.m4: New file, from GNU gettext.
1768
1769 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1770
1771         * sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
1772         must be defined if the header file was not found, in order
1773         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
1774
1775 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
1776
1777         * acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
1778         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
1779         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
1780         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
1781         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
1782         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
1783         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
1784         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
1785         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
1786         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
1787         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
1788         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
1789         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
1790         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
1791         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
1792         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
1793         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
1794         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
1795         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
1796         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
1797         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
1798         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
1799         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
1800         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
1801         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
1802         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
1803         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
1804         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
1805         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
1806         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
1807         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
1808         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
1809         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
1810         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
1811         xstrtol.m4, xstrtoumax.m4, yesno.m4:
1812         Use an all-permissive copyright notice, recommended by RMS.
1813
1814 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1815
1816         * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
1817
1818 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1819
1820         Merge from coreutils.
1821         * ullong_max.m4: New file.
1822         * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
1823         (gl_MACROS): Assume localeconv exists.
1824
1825 2005-01-18  Jim Meyering  <jim@meyering.net>
1826
1827         Merge from coreutils.
1828         * chdir-long.m4, openat.m4: New files.
1829         * save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
1830         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
1831         * chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
1832         is sane and DOES follow symlinks.  Besides, testing 20 different
1833         systems found no broken chown implementations.
1834         Prompted by a change in rsync's copy of this macro.
1835         * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
1836
1837         * lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
1838
1839         * utimes.m4: Work around tests/touch/empty-file failure on a system
1840         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
1841         NULL-means-set-to-current-time semantics.
1842         Remove temporary file immediately, rather than waiting
1843         for configure's at-exit trap code to do it.
1844
1845 2005-01-18  Bruno Haible  <bruno@clisp.org>
1846
1847         * allocsa.m4, codeset.m4, copy-file.m4, eaccess.m4, eealloc.m4:
1848         * eoverflow.m4, execute.m4, fatal-signal.m4, findprog.m4, glibc21.m4:
1849         * iconv.m4, intmax_t.m4, inttypes_h.m4, lib-ld.m4, lib-link.m4:
1850         * lib-prefix.m4, linebreak.m4, localcharset.m4, longdouble.m4:
1851         * longlong.m4, mbrtowc.m4, mbstate_t.m4, mbswidth.m4, mkdtemp.m4:
1852         * pipe.m4, readlink.m4, safe-read.m4, safe-write.m4, setenv.m4:
1853         * sig_atomic_t.m4, signalblocking.m4, signed.m4, size_max.m4:
1854         * ssize_t.m4, stdbool.m4, stdint_h.m4, stpcpy.m4, stpncpy.m4:
1855         * strcase.m4, strcspn.m4, strpbrk.m4, strstr.m4, ucs4-utf.m4:
1856         * uintmax_t.m4, ulonglong.m4, unicodeio.m4, utf-ucs4.m4, vasnprintf.m4:
1857         * vasprintf.m4, wait-process.m4, wchar_t.m4, wint_t.m4, xsize.m4:
1858         Use an all-permissive copyright notice, recommended by RMS.
1859
1860 2005-01-06  Bruno Haible  <bruno@clisp.org>
1861
1862         * stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
1863
1864 2005-01-04  Jim Meyering  <jim@meyering.net>
1865
1866         Changes imported from coreutils.
1867         * mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
1868         as the mkstemp template, use a temporary directory and an
1869         8.3-friendly template to avoid trouble on systems like DJGPP.
1870         Reported by Juan M. Guerrero via Stepan Kasal.
1871         * (gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of close.
1872         Remove the temporary directory right away, rather than waiting
1873         for configure's at-exit trap code to do it.
1874         Suggestion from Stepan Kasal.
1875
1876 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * c-strtod.m4 (gl_C99_STRTOLD): New macro.
1879         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
1880
1881 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1882
1883         * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
1884
1885 2004-12-18  Bruno Haible  <bruno@clisp.org>
1886
1887         * fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
1888
1889 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
1890
1891         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
1892         spurious "-l"s.  Problem reported by Stepan Kasal.
1893
1894 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
1895
1896         * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
1897         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
1898
1899 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1900
1901         Changes imported from coreutils.
1902         * hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
1903         exist.
1904         * human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
1905
1906 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
1907
1908         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
1909         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
1910
1911         * readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
1912
1913 2004-11-30  Simon Josefsson  <jas@extundo.com>
1914
1915         * base64.m4: New file.
1916
1917 2004-11-30  Simon Josefsson  <jas@extundo.com>
1918
1919         * restrict.m4: Add copyright and copying conditions.
1920
1921 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1922
1923         * getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
1924         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
1925         Use the _ONCE methods, for efficiency.
1926         Check for fcntl.h.  In test program, include <errno.h>
1927         and <fcntl.h> if available.  Remove old K&R cruft from
1928         test program.  Check for common errors in GNU/Linux,
1929         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
1930         don't do AC_LIBOBJ, as that's getcwd.m4's job.
1931         * getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
1932         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
1933         name accordingly.
1934         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
1935         accommodate new getcwd.c.
1936         * jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
1937         * prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
1938         * xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
1939         that's all we need now.
1940
1941 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
1942
1943         * utimens.m4 (gl_UTIMENS): Check for futimes function.
1944
1945 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
1946
1947         * argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
1948         argp-parse.c depends on getopt internals, that means we should
1949         always use our getopt, to be on the safe side.
1950         * getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
1951         order not to spoil the result of an eventual previous invocation
1952         of gl_GETOPT_SUBSTITUTE.
1953
1954 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1955
1956         * calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc implementations
1957         that mishandle size_t overflow.
1958
1959 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1960
1961         * canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
1962
1963 2004-11-13  Jim Meyering  <jim@meyering.net>
1964
1965         * jm-macros.m4: Do require gl_FUNC_FPENDING.
1966
1967 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
1968
1969         * getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
1970         of replacing opterr, getopt, etc.  This should handle the
1971         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
1972
1973 2004-11-11  Simon Josefsson  <jas@extundo.com>
1974
1975         * strtok_r.m4: New file.
1976
1977         * getopt.m4: Replace opterr.
1978
1979 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1980
1981         * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
1982
1983 2004-11-10  Jim Meyering  <jim@meyering.net>
1984
1985         * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
1986
1987 2004-11-08  Simon Josefsson  <jas@extundo.com>
1988
1989         * getaddrinfo.m4: New file.
1990
1991 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1992
1993         * strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
1994         gl_FUNC_STRFTIME.
1995         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
1996         and AC_REQUIRE when possible, to avoid duplicate checks.
1997         Check for <wchar.h>.
1998
1999 2004-11-09  Bruno Haible  <bruno@clisp.org>
2000
2001         * sockpfaf.m4: New file.
2002
2003 2004-11-03  Albert Chin <china@thewrittenword.com>
2004             Paul Eggert  <eggert@cs.ucla.edu>
2005
2006         * uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
2007         equivalent, substitute $ac_type for equivalent type rather than
2008         blindly using uint32_t *always* which won't work if uint32_t is not
2009         available.  Define _UINT32_T to work around typedef of uint32_t if
2010         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
2011         2.5.1.
2012
2013 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
2014
2015         * jm-macros.m4: Sync from coreutils.
2016         (gl_MACROS): Check for mbrlen, for pathchk.
2017         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
2018
2019 2004-11-02  Bruno Haible  <bruno@clisp.org>
2020
2021         * setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
2022         returns void.
2023
2024 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
2027         fflush_unlocked, flockfile, funlockfile, funlockfile,
2028         fputs_unlocked, putc_unlocked.
2029
2030 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
2031
2032         * getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
2033
2034 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
2035
2036         * getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
2037         implementation of getopt_long.  Problem reported by Alexander Taler in:
2038         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
2039
2040 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2041
2042         * vsnprintf.m4: New file.
2043
2044 2004-10-05  Bruno Haible  <bruno@clisp.org>
2045
2046         * strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
2047         for the declaration of strsep.
2048
2049 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2050
2051         * xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
2052
2053         * unlocked-io.m4: Add copyright notice.
2054         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
2055
2056 2004-10-04  Simon Josefsson  <jas@extundo.com>
2057
2058         * memmem.m4: New file.
2059
2060 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2061
2062         * strsep.m4: New file.
2063
2064 2004-09-30  Simon Josefsson  <jas@extundo.com>
2065
2066         * snprintf.m4: New file.
2067
2068 2004-09-09  Bruno Haible  <bruno@clisp.org>
2069
2070         * eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
2071         modifications.
2072         * vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
2073
2074 2004-09-08  Bruno Haible  <bruno@clisp.org>
2075
2076         * stdint.m4: New file, taken from GNU clisp with modifications.
2077
2078 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2079
2080         * userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
2081
2082 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
2083
2084         * argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
2085         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
2086         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
2087         Check for program_invocation_name, program_invocation_short_name,
2088         flockfile, funlockfile, features.h, _getopt_long_only_r.
2089
2090 2004-08-12  Simon Josefsson  <jas@extundo.com>
2091
2092         * getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
2093         as discussed with Paul Eggert in threads rooted at
2094         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
2095         and
2096         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
2097         Before, the test was empty, and relied on ELIDE_CODE in source
2098         code.)
2099         (gl_PREREQ_GETOPT): New macro.
2100         (gl_GETOPT): Use them.
2101
2102 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2103
2104         Merge from coreutils.
2105
2106         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
2107
2108         * obstack.m4 (gl_PREREQ_OBSTACK): Require
2109         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
2110
2111 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2112
2113         * uint32_t.m4, uintptr_t.m4: New files.
2114         * sha1.m4: Renamed from sha.m4.
2115         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
2116
2117 2004-08-08  Simon Josefsson  <jas@extundo.com>
2118
2119         * getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
2120         Check getpass declaration.
2121
2122 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2123
2124         More merge from coreutils.
2125
2126         * utimens.m4, utimecmp.m4: New files.
2127         * backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
2128         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
2129         prereq.m4, sha.m4: Import changes from coreutils.
2130
2131 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2132
2133         Merge from coreutils.
2134
2135         * c-strtod.m4, canonicalize.m4, fcntl-safer.m4, getcwd-path-max.m4:
2136         New files.
2137
2138         * dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
2139         FILESYSTEM_PREFIX_LEN ->
2140         FILE_SYSTEM_PREFIX_LEN.
2141         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
2142         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
2143         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
2144         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
2145
2146         * path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
2147         prerequisite modules now handle the DOS stuff.
2148         Don't check for unistd.h.
2149
2150 2004-08-03  Simon Josefsson  <jas@extundo.com>
2151
2152         * strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
2153
2154 2004-08-02  Simon Josefsson  <jas@extundo.com>
2155
2156         * getsubopt.m4: New file.
2157
2158 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2159
2160         * fatal.m4: Remove, as the "fatal" module wasn't used or working.
2161
2162 2004-07-13  Robert Millan  <robertmh@gnu.org>
2163
2164         * host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
2165
2166 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2167
2168         * argz.m4: New file, which is autoupdated from libtool.
2169
2170 2004-06-01  Jim Meyering  <jim@meyering.net>
2171
2172         * calloc.m4: New file.
2173
2174 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
2175
2176         Merge from coreutils CVS.
2177
2178         * backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
2179         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
2180         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
2181         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
2182         xstrtol.m4: Fix copyright date and/or serial number.
2183
2184         * chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
2185         See if we need an fchown replacement.
2186         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
2187         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
2188         and use the replacement function if we detect either defect.
2189
2190         * prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
2191         gl_UTIMECMP.
2192
2193 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
2194
2195         * stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
2196         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
2197         Also, fix a typo in a diagnostic.
2198
2199 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
2200
2201         * xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
2202         or AC_FUNC_REALLOC.
2203
2204 2004-05-20  Andreas Schwab  <schwab@suse.de>
2205
2206         * free.m4: Replace free if it not known to work, not the other
2207         way round.
2208
2209 2004-05-17  Derek R. Price  <derek@ximbiot.com>
2210             Paul Eggert  <eggert@cs.ucla.edu>
2211
2212         * argp: Depend on alloca.
2213
2214 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2215
2216         * alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
2217         for backward compatibility with older code.  We need our own
2218         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
2219         it under some other name, and our alloca.h will define it.
2220
2221 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2222
2223         * gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
2224         Check for gettimeofday.
2225         * settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
2226         Check for settimeofday, stime.
2227
2228 2004-04-20  Paul Eggert  <eggert@twinsun.com>
2229
2230         * host-os.m4: Add a copyright notice.
2231
2232 2004-04-20  Jim Meyering  <jim@meyering.net>
2233
2234         Change UTILS_ to gl_ in AC_DEFINE'd names.
2235         Change utils_- and jm_-prefixed variables, too.
2236         * mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
2237         UTILS_FUNC_MKDIR_TRAILING_SLASH.
2238         * mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
2239
2240         * dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
2241         Don't emit trailing blanks.
2242         Also rename jm_-prefixed variables to have gl_ prefix.
2243
2244         * host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
2245         Also rename jm_-prefixed variables to have gl_ prefix.
2246
2247         * jm-macros.m4: Reflect the renamings.
2248         * prereq.m4: Likewise.
2249
2250 2004-04-19  Jim Meyering  <jim@meyering.net>
2251
2252         * readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
2253         now that readutmp.c may call `free (0)'.
2254
2255 2004-04-19  Bruno Haible  <bruno@clisp.org>
2256
2257         * mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
2258         * inttypes_h.m4: Likewise.
2259         * stdint_h.m4: Likewise.
2260         * intmax_t.m4: Likewise.
2261         * uintmax_t.m4: Likewise.
2262
2263 2004-04-18  Jim Meyering  <jim@meyering.net>
2264
2265         * prereq.m4: Don't forbid jm_ prefix.
2266
2267         * afs.m4, allocsa.m4, assert.m4, backupfile.m4, bison.m4:
2268         * check-decl.m4, chown.m4, d-ino.m4, d-type.m4, dirname.m4, dos.m4:
2269         * error.m4, fpending.m4, fstypename.m4, fsusage.m4, ftruncate.m4:
2270         * getdate.m4, getgroups.m4, gettext.m4, glibc21.m4, group-member.m4:
2271         * human.m4, intmax.m4, intmax_t.m4, inttostr.m4, inttypes.m4:
2272         * inttypes_h.m4, jm-macros.m4, jm-winsz1.m4, jm-winsz2.m4, lchown.m4:
2273         * lib-check.m4, link-follow.m4, localcharset.m4, longlong.m4:
2274         * ls-mntd-fs.m4, lstat.m4, makepath.m4, mbrtowc.m4, mbswidth.m4:
2275         * memchr.m4, memcmp.m4, mkdtemp.m4, mkstemp.m4, mountlist.m4:
2276         * nanosleep.m4, path-concat.m4, perl.m4, prereq.m4, putenv.m4:
2277         * quotearg.m4, regex.m4, stat.m4, stdint_h.m4, strftime.m4:
2278         * strtoimax.m4, strtoll.m4, strtoull.m4, strtoumax.m4, timespec.m4:
2279         * uintmax_t.m4, ulonglong.m4, unlink-busy.m4, unlocked-io.m4:
2280         * uptime.m4, utimbuf.m4, utime.m4, utimes-null.m4, vasnprintf.m4:
2281         * xstrtoimax.m4, xstrtol.m4, xstrtoumax.m4:
2282         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
2283
2284 2004-04-16  Jim Meyering  <jim@meyering.net>
2285
2286         * prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
2287         coreutils' stat program.
2288         (gl_PREREQ): Don't require jm_PREREQ_STAT.
2289
2290 2004-03-31  Jim Meyering  <jim@meyering.net>
2291
2292         * prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
2293         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
2294         * xalloc.m4: Likewise.
2295
2296 2004-03-30  Jim Meyering  <jim@meyering.net>
2297
2298         * realloc.m4: Remove file, since now it does no more than
2299         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
2300         the `configure.ac' section of module/realloc.
2301         * malloc.m4: Likewise, but for AC_FUNC_MALLOC.
2302
2303 2004-03-30  Paul Eggert  <eggert@twinsun.com>
2304
2305         Merge from coreutils.
2306
2307         * inttostr.m4: New file.
2308         * getdate.m4 (gl_GETDATE): Remove time-related stuff.
2309         Require AM_STDBOOL_H and gl_TIMESPEC instead.
2310         Require gl_CLOCK_TIME.
2311         * clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
2312
2313 2004-03-30  Jim Meyering  <jim@meyering.net>
2314
2315         Merge from coreutils.
2316
2317         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
2318         * ls-mntd-fs.m4: Test for sys/ucred.h separately, since
2319         on some systems one must include <grp.h> before it.
2320         Reported by Christian Krackowizer.
2321
2322 2004-03-29  Paul Eggert  <eggert@twinsun.com>
2323
2324         * cloexec.m4: New file.
2325
2326 2004-03-18  Paul Eggert  <eggert@twinsun.com>
2327             Bruno Haible  <bruno@clisp.org>
2328
2329         * mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
2330         mbswidth.
2331
2332 2004-03-07  Paul Eggert  <eggert@twinsun.com>
2333
2334         * c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
2335         All uses changed.  Check for sa_sigaction member; this fixes
2336         a bug first reported by Jason Andrade in
2337         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
2338
2339 2004-01-18  Simon Josefsson  <jas@extundo.com>
2340
2341         * strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
2342
2343 2004-02-18  Bruno Haible  <bruno@clisp.org>
2344
2345         * xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
2346         Reported by Derek Robert Price <derek@ximbiot.com>.
2347
2348 2004-02-06  Karl Berry  <karl@gnu.org>
2349
2350         * po.m4: update from gettext 0.14.1.
2351
2352 2004-02-03  Bruno Haible  <bruno@clisp.org>
2353
2354         * pipe.m4: New file, from GNU gettext.
2355
2356 2004-01-27  Bruno Haible  <bruno@clisp.org>
2357
2358         * execute.m4: New file, from GNU gettext.
2359
2360 2003-11-24  Bruno Haible  <bruno@clisp.org>
2361
2362         * allocsa.m4: New file, from GNU gettext.
2363
2364 2003-11-24  Bruno Haible  <bruno@clisp.org>
2365
2366         * eealloc.m4: New file, from GNU gettext.
2367
2368 2004-01-15  Paul Eggert  <eggert@twinsun.com>
2369
2370         Merge from coreutils.
2371
2372         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
2373         * posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
2374         (gl_DEFAULT_POSIX2_VERSION): Move
2375         the documentation from 'configure' into 'config.hin',
2376         so that 'configure --help' isn't burdened by it and
2377         we don't have to worry about its formatting there.
2378         Reword the documentation so that it's more succinct
2379         and can be run together into a single paragraph.
2380         * same.m4 (gl_SAME): Check for pathconf.
2381
2382 2004-01-15  Jim Meyering  <jim@meyering.net>
2383
2384         Merge from coreutils.
2385
2386         * clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
2387         if no library is required.
2388         * jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
2389         * jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
2390         * jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
2391         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
2392         * jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
2393         * lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
2394         value, $ac_cv_search_crypt, if it's "none required".
2395         * posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
2396         * prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
2397         not gl_FUNC_GETLOADAVG.
2398         * prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
2399         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
2400
2401 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
2402
2403         Merge from coreutils.
2404
2405         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
2406         value, $ac_cv_search_nanosleep, if it's "none required".
2407
2408 2003-12-03  Bruno Haible  <bruno@clisp.org>
2409
2410         * gettext.m4: Upgrade from gettext-0.13.
2411         * po.m4: Upgrade from gettext-0.13.
2412         * size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
2413         * intmax.m4: New file, from gettext-0.13.
2414         * printf-posix.m4: New file, from gettext-0.13.
2415
2416 2003-11-25  Bruno Haible  <bruno@clisp.org>
2417
2418         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
2419         gt_TYPE_SSIZE_T.
2420
2421 2003-11-17  Bruno Haible  <bruno@clisp.org>
2422
2423         * vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
2424
2425 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2426
2427         * xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
2428         gl_PTRDIFF_MAX.
2429
2430 2003-11-11  Bruno Haible  <bruno@clisp.org>
2431
2432         * size_max.m4: New file.
2433         * ptrdiff_max.m4: New file.
2434         * xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
2435         * xalloc.m4 (gl_PREREQ_XALLOC): New macro.
2436         (gl_XALLOC): Invoke it.
2437
2438 2003-11-04  Bruno Haible  <bruno@clisp.org>
2439
2440         * xsize.m4: New file.
2441
2442 2003-11-03  Bruno Haible  <bruno@clisp.org>
2443
2444         * wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
2445
2446 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
2447
2448         * host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
2449         netbsd*-gnu*.  Suggested by Robert Millan.
2450
2451 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2452
2453         * xalloc.m4 (gl_XALLOC): Undo previous change.
2454
2455 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2456
2457         * host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
2458         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
2459         after the 'gnu' in these cases.  This fixes some bugs in the
2460         previous change, and is based on suggestions by Robert Millan.
2461
2462 2003-10-28  Paul Eggert  <eggert@twinsun.com>
2463
2464         * host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
2465         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
2466         NetBSD kernels.  Requested by Richard Stallman.
2467
2468 2003-10-26  Paul Eggert  <eggert@twinsun.com>
2469
2470         * xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
2471         now uses inline.
2472
2473 2003-10-23  Paul Eggert  <eggert@twinsun.com>
2474
2475         * getline.m4 (AM_FUNC_GETLINE):
2476         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
2477         hosts.  Problem reported by Derek Robert Price in
2478         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
2479         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
2480         * getndelim2.m4 (gl_GETNDELIM2): Likewise.
2481
2482 2003-10-20  Bruno Haible  <bruno@clisp.org>
2483
2484         * wait-process.m4: New file.
2485
2486 2003-10-14  Bruno Haible  <bruno@clisp.org>
2487
2488         * sig_atomic_t: New file, from GNU gettext.
2489         * fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
2490
2491 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2492
2493         * xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
2494
2495 2003-10-10  Simon Josefsson  <jas@extundo.com>
2496
2497         * argp.m4: Add AC_C_INLINE.
2498
2499 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2500
2501         * getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
2502
2503 2003-10-06  Bruno Haible  <bruno@clisp.org>
2504
2505         * fatal-signal.m4: New file.
2506         * signalblocking.m4: New file, from GNU gettext.
2507
2508 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2509
2510         * free.m4: New file.
2511
2512 2003-09-26  Bruno Haible  <bruno@clisp.org>
2513
2514         * stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX stpncpy().
2515         Don't define stpncpy through config.h; it's now done through stpncpy.h.
2516
2517 2003-09-25  Simon Josefsson  <jas@extundo.com>
2518             Bruno Haible  <bruno@clisp.org>
2519
2520         * getdomainname.m4: New file.
2521
2522 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2523
2524         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
2525         to avoid spurious warnings like "AC_RUN_IFELSE was called before
2526         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
2527
2528 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2529
2530         * error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
2531
2532         * extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
2533         and AC_MINIX, too, so that their extensions are available.
2534
2535         * prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
2536         This macro has been superseded by gl_BACKUPFILE.
2537
2538         More patches to assume C89 or better.
2539
2540         * error.m4 (gl_ERROR): Don't check for vprintf.
2541
2542         * check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
2543         unconditionally.
2544         * closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
2545         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
2546         Include <string.h>, <stdlib.h> unconditionally.
2547         * lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
2548         * readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
2549         * readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C headers
2550         or for string.h.
2551         * strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
2552         or strtoul.
2553
2554         * mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C headers.
2555         * strdup.m4 (gl_PREREQ_STRDUP): Likewise.
2556         * userspec.m4 (gl_USERSPEC): Likewise.
2557         * xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
2558         * xstrtod.m4 (gl_XSTRTOD): Likewise.
2559         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
2560         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
2561         memcpy, memset.
2562         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
2563         * strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
2564         * strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h, strtol.
2565         * strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
2566         * userspec.m4 (gl_USERSPEC): Do not check for string.h.
2567         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
2568         strtoul.
2569
2570 2003-09-11  Paul Eggert  <eggert@twinsun.com>
2571
2572         More patches to assume C89 or better.
2573         * strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
2574         * strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
2575         string.h, memchr, STDC_HEADERS.
2576
2577 2003-09-10  Bruno Haible  <bruno@clisp.org>
2578
2579         * strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
2580         * strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
2581         * strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
2582         * unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
2583         * setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
2584         <stdlib.h> and <string.h> checks.
2585         * xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
2586         * yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
2587
2588 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2589
2590         More patches to assume C89 or better.
2591         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
2592         * getopt.m4 (gl_GETOPT): Don't check for string.h.
2593         * getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
2594         or for string.h.
2595         * getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for stdlib.h.
2596         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard C
2597         headers.
2598         * hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
2599         string.h.
2600         * hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
2601         * human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
2602         * idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
2603         or for string.h.
2604         * long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
2605         * makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
2606         C headers.
2607         * md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
2608         memcpy.
2609         * sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
2610         * memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
2611         * memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
2612         * memcoll.m4 (gl_MEMCOLL): Likewise.
2613         * memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
2614         * mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
2615         string.h, free.
2616         * mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
2617         * modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
2618         * mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
2619         C headers, or for string.h.
2620         * obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
2621         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
2622         * path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
2623         headers, memory.h, stdlib.h, string.h, strings.h.
2624         * posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
2625         * posixver.m4 (gl_POSIXVER): Don't check for getenv.
2626         * putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
2627         strchr.
2628         * readtokens.m4 (gl_READTOKENS): Don't check for standard C
2629         headers, memory.h, string.h.
2630         * regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
2631         * rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
2632         free.
2633         * rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C headers.
2634         * same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
2635         * save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
2636         * savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
2637         * strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
2638         * xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
2639
2640 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
2641
2642         * getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
2643         C89 spec.
2644
2645 2003-09-08  Paul Eggert  <eggert@twinsun.com>
2646
2647         Assume C89 or better; remove K&R cruft.
2648         * alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
2649         * backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
2650         string.h, getenv, malloc.
2651         * dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
2652         headers.
2653         * canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
2654         * error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
2655         do not check for strerror.
2656         * exclude.m4: Do not check for stdlib.h, string.h, strings.h.
2657         * exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
2658         * fatal.m4 (gl_FATAL): Do not require STDC headers, and
2659         do not check for doprnt or vprintf.
2660         * fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
2661         * getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
2662
2663 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2664
2665         * time_r.m4: New file.
2666         * mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
2667         * timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime is.
2668         Check for timegm declaration.
2669         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
2670         Do not check for gmtime_r.
2671         Replace mktime if __mktime_internal does not exist and if mktime
2672         hasn't been replaced already.
2673
2674 2003-08-31  Simon Josefsson  <jas@extundo.com>
2675
2676         * timegm.m4: New file.
2677
2678 2003-08-26  Bruno Haible  <bruno@clisp.org>
2679
2680         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
2681         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
2682         followed by '#define fnmatch fnmatch_posix' gives an error.
2683
2684 2003-08-27  Jim Meyering  <jim@meyering.net>
2685
2686         * mkstemp.m4: Require that the system mkstemp be able to create
2687         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
2688         would fail after 32.  Reported by Danny Levinson.  Details here:
2689         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
2690
2691 2003-08-20  Karl Berry  <karl@gnu.org>
2692
2693         * lib-ld.m4: serial 1003 from gettext, no changes besides serial.
2694
2695 2003-08-19  Jim Meyering  <jim@meyering.net>
2696
2697         * lib-ld.m4: Revert yesterday's change, per Bruno's request here:
2698         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
2699
2700 2003-08-19  Bruno Haible  <bruno@clisp.org>
2701
2702         * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more.
2703
2704 2003-08-18  Jim Meyering  <jim@meyering.net>
2705
2706         * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
2707         * lib-ld.m4: Likewise.
2708
2709 2003-08-17  Simon Josefsson  <jas@extundo.com>
2710
2711         * argp.m4: New file.
2712
2713 2003-08-17  Simon Josefsson  <jas@extundo.com>
2714
2715         * xstrndup.m4: New file.
2716
2717 2003-08-16  Jim Meyering  <jim@meyering.net>
2718
2719         * utimes.m4 (gl_FUNC_UTIMES): New file.
2720         * utimes.m4: Removed.
2721         * utimes-null.m4: Renamed from utimes.m4.
2722
2723         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
2724         to 1MB, so as not to render systems with no stack size limit (e.g.,
2725         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2726         Include <unistd.h>.  On some systems,
2727         it is required for the definition of _SC_PAGESIZE.
2728
2729 2003-08-16  Paul Eggert  <eggert@twinsun.com>
2730
2731         Merges from coreutils, etc.
2732         * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
2733         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
2734         * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
2735         fixing a typo.
2736         * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
2737         * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
2738
2739 2003-08-16  Jim Meyering  <jim@meyering.net>
2740         and Paul Eggert  <eggert@cs.ucla.edu>
2741
2742         Merges from coreutils, etc.
2743
2744         * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
2745         using the latest version from cvs.  This avoids problems with #line
2746         directives using a vendor (Sun) compiler.
2747         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
2748         Don't set GETGROUPS_LIB here; now it's
2749         done via getgroups.m4's wrapper function.
2750         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
2751         rather than just in sh-util/configure.in, so that the
2752         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
2753         same.
2754         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
2755         AC_FUNC_GETLOADAVG where to find getloadavg.c.
2756         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
2757         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
2758         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
2759         Remove code that is now done by the newly-required macros.
2760         Append $(EXEEXT) to DF_PROG.
2761         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
2762         Do not invoke or require the following here,
2763         since prereq.m4 or some gnulib .m4 now does this for us:
2764         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
2765         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
2766         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
2767         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
2768         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
2769         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
2770         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
2771         AC_FUNC_OBSTACK.
2772         Do not replace the following functions, as this is now the job
2773         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
2774         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
2775         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
2776         atexit getpass, strdup, getpagesize.
2777         Replace 'raise'.
2778         Do not check for the following functions, as this is now the job
2779         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
2780         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
2781         setregid.
2782         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
2783         Check for sys/sysctl.h.
2784         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
2785         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
2786         of checking for ssize_t ourselves.
2787
2788         * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
2789         Require every macro that gnulib/modules/* suggests for us.
2790         (jm_PREREQ_ADDEXT): New macro.
2791         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
2792         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
2793
2794         * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
2795         (gl_PHYSMEM): Use it.
2796         Also check for `table' function.
2797         Check for new headers and functions.
2798         Add check for sys/sysmp.h.
2799         With suggestions from Kaveh Ghazi.
2800         Ignore headers that are present but cannot be compiled.  This
2801         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
2802         C 5.4.
2803
2804 2003-08-16  Jim Meyering  <jim@meyering.net>
2805
2806         Merges from coreutils.
2807         * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
2808         prefix.  Adjust cache variables similarly.  Create 500 rather than
2809         just 300 files, to exercise bug on Darwin6.5, too.
2810         * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir.
2811         * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS.
2812         Reported by mkc@mathdogs.com.
2813         Also change use of $am_cv_sys_posix_termios
2814         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
2815         * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
2816         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
2817         * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in
2818         /proc/mounts until it finds one with matching device number.  This is
2819         unnecessary when the FILE argument *is* a mount point.  No stat call
2820         is necessary in that case.  So, disable the statvfs-testing code on
2821         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
2822         as RedHat bug# 84846.
2823         * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
2824         to 1MB, so as not to render systems with no stack size limit (e.g.,
2825         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
2826         Include <unistd.h>.  On some systems,
2827         it is required for the definition of _SC_PAGESIZE.
2828
2829 2003-08-15  Jim Meyering  <jim@meyering.net>
2830         and Paul Eggert  <eggert@cs.ucla.edu>
2831
2832         Merges from coreutils, etc.
2833         * strftime.m4 (_jm_STRFTIME_PREREQS):
2834         Require gl_FUNC_TZSET_CLOBBER.
2835         * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit,
2836         ut_exit.ut_termination, and ut_exit.e_termination members.
2837
2838 2003-08-14  Paul Eggert  <eggert@twinsun.com>
2839
2840         Help the merge from coreutils.
2841         * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
2842         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
2843         * tzset.m4: Use it too.
2844
2845 2003-08-14  Jim Meyering  <jim@meyering.net>
2846
2847         Merge from coreutils.
2848         * tzset.m4: New file.
2849         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT
2850         test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1
2851         systems would end up using the latter.  MOUNTED_GETMNTENT1 support
2852         is inadequate on such systems: 1) detecting whether a file system
2853         is remote doesn't work  2) the MOUNTED_VMOUNT code reports the
2854         HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports
2855         merely /MOUNT_POINT.  Reported by Mike Jetzer.
2856
2857 2003-08-13  Paul Eggert  <eggert@twinsun.com>
2858
2859         * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
2860         Check for isascii.
2861
2862         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
2863         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
2864         Undo previous (whitespace-only) change.
2865
2866 2003-08-12  Paul Eggert  <eggert@twinsun.com>
2867
2868         * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
2869         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
2870         Normalize leading white space and remove trailing white space.
2871
2872         Merge from coreutils
2873         * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
2874
2875         * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
2876         0.12.1.  These files are now being upgraded automatically by
2877         ../config/srclist-update.
2878
2879 2003-08-11  Bruno Haible  <bruno@clisp.org>
2880
2881         * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
2882
2883 2003-08-09  Paul Eggert  <eggert@twinsun.com>
2884
2885         * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
2886         apparently Emacs's Unicode mode got confused before my 2003-08-05
2887         checkin.
2888
2889 2003-08-08  Paul Eggert  <eggert@twinsun.com>
2890
2891         * extensions.m4: New file.
2892         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
2893         Require gl_USE_SYSTEM_EXTENSIONS.
2894         * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
2895         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
2896
2897 2003-08-07  Paul Eggert  <eggert@twinsun.com>
2898
2899         * restrict.m4: New file.
2900         * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
2901
2902 2003-08-07  Bruno Haible  <bruno@clisp.org>
2903
2904         * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes
2905         the module 'getndelim2' compatible with the module 'getline'.
2906
2907 2003-08-05  Paul Eggert  <eggert@twinsun.com>
2908
2909         * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
2910         byte with "\201" to avoid glitches when editing that source file
2911         with multi-gnome-terminal.
2912
2913 2003-07-31  Bruno Haible  <bruno@clisp.org>
2914
2915         * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
2916
2917 2003-07-18  Bruno Haible  <bruno@clisp.org>
2918
2919         * getndelim2.m4: New file.
2920         * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
2921         invoke gl_PREREQ_GETNDELIM2.
2922         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
2923         gl_PREREQ_GETNDELIM2.
2924         * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
2925         gl_GETNDELIM2.
2926
2927 2003-07-17  Bruno Haible  <bruno@clisp.org>
2928
2929         * Makefile.am.in: Remove file.
2930         * Makefile.am: Remove file.
2931         * Makefile.in: Remove file.
2932
2933 2003-07-17  Bruno Haible  <bruno@clisp.org>
2934
2935         * getnline.m4: New file.
2936
2937 2003-07-14  Simon Josefsson  <jas@extundo.com>
2938
2939         * mempcpy.m4: New file.
2940
2941 2003-07-10  Jim Meyering  <jim@meyering.net>
2942
2943         * clock_time.m4: Remove trailing blank.
2944         * intmax_t.m4: Likewise.
2945
2946 2003-07-01  Paul Eggert  <eggert@twinsun.com>
2947
2948         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
2949         xreadlink.c now includes it unconditionally.
2950
2951 2003-07-01  Bruno Haible  <bruno@clisp.org>
2952
2953         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
2954         should be sufficient.
2955         Reported by Paul Eggert.
2956
2957 2003-06-25  Bruno Haible  <bruno@clisp.org>
2958
2959         * readlink.m4: New file.
2960
2961 2003-06-22  Bruno Haible  <bruno@clisp.org>
2962
2963         Portability to mingw32.
2964         * ssize_t.m4: New file, from GNU gettext.
2965         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
2966         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
2967
2968 2003-06-11  Bruno Haible  <bruno@clisp.org>
2969
2970         * sysexits.m4: New file.
2971
2972 2003-06-10  Simon Josefsson  <jas@extundo.com>
2973
2974         * strchrnul.m4: New file.
2975
2976 2003-06-07  Bruno Haible  <bruno@clisp.org>
2977
2978         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
2979         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
2980         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
2981         directory.
2982         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
2983         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
2984         directory.
2985
2986 2003-06-04  Paul Eggert  <eggert@twinsun.com>
2987
2988         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
2989         locale.h, localeconv.  This merges changes from coreutils.
2990
2991         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
2992         It can be removed after the next Autoconf is released.
2993         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
2994         needed.
2995
2996 2003-05-30  Bruno Haible  <bruno@clisp.org>
2997
2998         * gettext.m4: Upgrade to gettext-0.12.1.
2999         * nls.m4: New file, from gettext-0.12.1.
3000         * po.m4: New file, from gettext-0.12.1.
3001         * progtest.m4: Upgrade to gettext-0.12.1.
3002
3003 2003-05-28  Paul Eggert  <eggert@twinsun.com>
3004
3005         Assume the headers required for C89 freestanding compilers.
3006         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
3007         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
3008         * human.m4 (gl_HUMAN): Likewise.
3009         * pathmax.m4 (gl_PATHMAX): Likewise.
3010         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
3011         * userspec.m4 (gl_USERSPEC): Likewise.
3012         * xreadlink.m4 (gl_XREADLINK): Likewise.
3013         * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
3014         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
3015
3016 2003-05-26  Jim Meyering  <jim@meyering.net>
3017
3018         Merge in a change from coreutils:
3019         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
3020         that is guaranteed to be `no'.  Use `no_such_member' to indicate
3021         that condition, rather than `-1' which is slightly misleading.
3022         Change the name of the cache variable to have the gl_ prefix.
3023         Prompted by a patch from Richard Dawe for DJGPP.
3024
3025 2003-05-17  Bruno Haible  <bruno@clisp.org>
3026
3027         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
3028         expansion for AC_EGREP_CPP.
3029         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
3030         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
3031         Suggested by Akim Demaille <akim@epita.fr> in
3032         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
3033
3034 2003-04-21  Paul Eggert  <eggert@twinsun.com>
3035
3036         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
3037         code which expansion is under static control.  Patch imported from
3038         Akim Demaille's patch to Bison; see
3039         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
3040
3041 2003-04-14  Bruno Haible  <bruno@clisp.org>
3042
3043         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
3044
3045 2003-04-10  Bruno Haible  <bruno@clisp.org>
3046
3047         * findprog.m4: New file.
3048         * eaccess.m4: New file.
3049
3050 2003-04-04  Bruno Haible  <bruno@clisp.org>
3051
3052         * linebreak.m4: New file.
3053
3054 2003-04-03  Bruno Haible  <bruno@clisp.org>
3055
3056         * utf-ucs4.m4: New file.
3057         * ucs4-utf.m4: New file.
3058
3059 2003-03-30  Bruno Haible  <bruno@clisp.org>
3060
3061         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
3062
3063 2003-03-28  Bruno Haible  <bruno@clisp.org>
3064
3065         * copy-file.m4: New file.
3066
3067 2003-03-18  Bruno Haible  <bruno@clisp.org>
3068
3069         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
3070         * onceonly_2_57.m4: Likewise.
3071
3072 2003-03-17  Bruno Haible  <bruno@clisp.org>
3073
3074         * onceonly.m4: Require autoconf 2.54 or newer.
3075         (m4_quote): Remove macro.
3076         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
3077
3078 2003-03-14  Bruno Haible  <bruno@clisp.org>
3079
3080         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
3081         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
3082
3083 2003-03-13  Paul Eggert  <eggert@twinsun.com>
3084
3085         * onceonly.m4 (m4_quote): New macro.
3086         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
3087         Quote AC_FOREACH variable-expansions properly.
3088
3089 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
3090
3091         * poll.m4: New file.
3092
3093 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
3094
3095         * mathl.m4: New file.
3096
3097 2003-02-17  Bruno Haible  <bruno@clisp.org>
3098
3099         * mkdtemp.m4: New file, from GNU gettext with modifications.
3100
3101 2003-02-02  Jim Meyering  <jim@meyering.net>
3102
3103         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
3104         e.g. glibc-2.2.93.
3105
3106 2003-01-31  Bruno Haible  <bruno@clisp.org>
3107
3108         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
3109         'rpl_rename'.
3110         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
3111         'rpl_strnlen'.
3112         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
3113         'rpl_strtod'.
3114         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
3115         'rpl_utime'.
3116
3117 2003-01-30  Bruno Haible  <bruno@clisp.org>
3118
3119         * signed.m4: New file, from GNU gettext.
3120         * longdouble.m4: New file, from GNU gettext.
3121         * wchar_t.m4: New file, from GNU gettext.
3122         * wint_t.m4: New file, from GNU gettext.
3123         * vasnprintf.m4: New file.
3124         * vasprintf.m4: New file.
3125
3126 2003-01-29  Bruno Haible  <bruno@clisp.org>
3127
3128         * stpncpy.m4: New file.
3129
3130 2003-01-23  Jim Meyering  <jim@meyering.net>
3131
3132         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
3133         from working on systems without dirfd (at least Irix and OSF1/Tru64).
3134
3135 2003-01-16  Jim Meyering  <jim@meyering.net>
3136
3137         * regex.m4: The `regex' struct is both input and output.
3138         Initialize it before each use.  Patch by Tim Waugh.
3139
3140 2003-01-11  Bruno Haible  <bruno@clisp.org>
3141
3142         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
3143         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
3144         suffix.
3145
3146 2003-01-11  Bruno Haible  <bruno@clisp.org>
3147
3148         * md5.m4 (gl_MD5): Require AC_C_INLINE.
3149
3150 2003-01-11  Bruno Haible  <bruno@clisp.org>
3151
3152         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
3153
3154 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3155
3156         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3157         to avoid collisions with libcurses and libreadline.
3158
3159         * getstr.m4: Remove.
3160         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
3161
3162 2003-01-10  Bruno Haible  <bruno@clisp.org>
3163
3164         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
3165
3166 2003-01-09  Bruno Haible  <bruno@clisp.org>
3167
3168         * stdbool.m4 (AM_STDBOOL_H): New macro.
3169
3170 2002-12-31  Paul Eggert  <eggert@twinsun.com>
3171
3172         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
3173
3174 2002-12-24  Bruno Haible  <bruno@clisp.org>
3175
3176         General infrasructure.
3177         * README: Rewritten.
3178         * onceonly.m4: New file.
3179         * onceonly_2_57.m4: New file.
3180
3181         Module atexit.
3182         * atexit.m4: New file.
3183
3184         Module strtod.
3185         * strtod.m4: New file.
3186
3187         Module strtol.
3188         * strtol.m4: New file.
3189
3190         Module strtoul.
3191         * strtoul.m4: New file.
3192
3193         Module memchr.
3194         * memchr.m4: New file.
3195
3196         Module memcmp.
3197         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
3198         (jm_FUNC_MEMCMP): Invoke it.
3199
3200         Module memcpy.
3201         * memcpy.m4: New file.
3202
3203         Module memmove.
3204         * memmove.m4: New file.
3205
3206         Module memset.
3207         * memset.m4: New file.
3208
3209         Module strcspn.
3210         * strcspn.m4: New file.
3211
3212         Module strpbrk.
3213         * strpbrk.m4: New file.
3214
3215         Module strstr.
3216         * strstr.m4: New file.
3217
3218         Module strerror.
3219         * strerror.m4: New file.
3220
3221         Module mktime.
3222         * mktime.m4: Renamed from jm-mktime.m4.
3223         (gl_PREREQ_MKTIME): New macro.
3224         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
3225
3226         Module malloc.
3227         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
3228         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
3229         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
3230
3231         Module realloc.
3232         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
3233         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
3234         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
3235
3236         Module strftime.
3237         * tm_gmtoff.m4: New file, extracted from strftime.m4.
3238         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
3239         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
3240         gl_TM_GMTOFF.
3241         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
3242
3243         Module xalloc.
3244         * xalloc.m4: New file.
3245
3246         Module alloca.
3247         * alloca.m4: New file.
3248
3249         Module putenv.
3250         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
3251         (jm_FUNC_PUTENV): Invoke it.
3252
3253         Module setenv.
3254         * setenv.m4 (gt_FUNC_SETENV): New macro.
3255         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
3256         when invoked twice.
3257         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
3258         gt_FUNC_SETENV.
3259
3260         Module memrchr.
3261         * memrchr.m4: New file.
3262
3263         Module stpcpy.
3264         * stpcpy.m4: New file.
3265
3266         Module strcase.
3267         * strcase.m4: New file.
3268
3269         Module strdup.
3270         * strdup.m4: New file.
3271
3272         Module strnlen.
3273         * strnlen.m4: New file.
3274
3275         Module strndup.
3276         * strndup.m4: New file.
3277
3278         Module xstrtod.
3279         * xstrtod.m4: New file.
3280
3281         Module xstrtol.
3282         * xstrtol.m4: New file.
3283
3284         Module getdate.
3285         * getdate.m4: New file.
3286
3287         Module unlocked-io.
3288         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
3289         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
3290         * jm-glibc-io.m4n: Remove file.
3291
3292         Module long-options.
3293         * long-options.m4: New file.
3294
3295         Module md5.
3296         * md5.m4: New file.
3297
3298         Module sha.
3299         * sha.m4: New file.
3300
3301         Module getstr.
3302         * getstr.m4: New file.
3303
3304         Module getline.
3305         * getline.m4 (gl_PREREQ_GETLINE): New macro.
3306         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
3307         <sys/types.h>, for size_t. Use the function name gnu_getline, not
3308         simply getline. Infoke gl_PREREQ_GETLINE.
3309
3310         Module obstack.
3311         * obstack.m4: New file.
3312
3313         Module hash.
3314         * hash.m4: New file.
3315
3316         Module readtokens.
3317         * readtokens.m4: New file.
3318
3319         Module strverscmp.
3320         * strverscmp.m4: New file.
3321
3322         Module stdbool.
3323         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
3324
3325         Module strtoll.
3326         * strtoll.m4: New file.
3327
3328         Module strtoull.
3329         * strtoull.m4: New file.
3330
3331         Module strtoimax.
3332         * strtoimax.m4: New file.
3333
3334         Module strtoumax.
3335         * strtoumax.m4: New file.
3336
3337         Module xstrtoimax.
3338         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
3339         Moved the strtol prerequisites to strtol.m4.
3340         Moved the strtoll prerequisites to strtoll.m4.
3341         Moved the strtoimax prerequisites to strtoimax.m4.
3342
3343         Module xstrtoumax.
3344         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
3345         Moved the strtoul prerequisites to strtoul.m4.
3346         Moved the strtoull prerequisites to strtoull.m4.
3347         Moved the strtoumax prerequisites to strtoumax.m4.
3348
3349         Module chown.
3350         * chown.m4 (gl_PREREQ_CHOWN): New macro.
3351         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
3352
3353         Module dup2.
3354         * dup2.m4: New file.
3355
3356         Module ftruncate.
3357         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
3358         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
3359
3360         Module getgroups.
3361         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
3362         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
3363
3364         Module gettimeofday.
3365         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
3366         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
3367         gl_PREREQ_GETTIMEOFDAY.
3368
3369         Module mkdir.
3370         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
3371         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
3372
3373         Module mkstemp.
3374         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
3375         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
3376         jm_AC_TYPE_UINTMAX_T.
3377         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
3378
3379         Module stat.
3380         * stat.m4 (gl_PREREQ_STAT): New macro.
3381         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
3382
3383         Module lstat.
3384         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
3385         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
3386
3387         Module timespec.
3388         * timespec.m4 (gl_TIMESPEC): New macro.
3389         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
3390         * st_mtim.m4: Indentation.
3391
3392         Module nanosleep.
3393         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
3394         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
3395         gl_PREREQ_NANOSLEEP.
3396
3397         Module regex.
3398         * regex.m4 (jm_PREREQ_REGEX): New macro.
3399         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
3400         (gl_REGEX): New macro.
3401
3402         Module rename.
3403         * rename.m4 (gl_PREREQ_RENAME): New macro.
3404         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
3405
3406         Module rmdir.
3407         * rmdir.m4: New file.
3408
3409         Module utime.
3410         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
3411         * utime.m4 (gl_PREREQ_UTIME): New macro.
3412         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
3413
3414         Module dirname.
3415         * dirname.m4: New file.
3416
3417         Module getopt.
3418         * getopt.m4: New file.
3419
3420         Module unistd-safer.
3421         * unistd-safer.m4: New file.
3422
3423         Module fnmatch.
3424         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
3425         declaration.
3426         (gl_PREREQ_FNMATCH_EXTRA): New macro.
3427         (gl_FUNC_FNMATCH_POSIX): New macro.
3428         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
3429         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
3430         simply fnmatch.
3431
3432         Module exclude.
3433         * exclude.m4: New file.
3434
3435         Module human.
3436         * human.m4: New file.
3437
3438         Module acl.
3439         * acl.m4: Nop.
3440
3441         Module backupfile.
3442         * backupfile.m4: New file.
3443         * d-ino.m4: Indentation.
3444
3445         Module fsusage.
3446         * fsusage.m4 (gl_FSUSAGE): New macro.
3447         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
3448         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
3449
3450         Module dirfd.
3451         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
3452
3453         Module euidaccess.
3454         * euidaccess.m4: New file.
3455
3456         Module file-type.
3457         * file-type.m4: New file.
3458
3459         Module fileblocks.
3460         * fileblocks.m4: New file.
3461
3462         Module filemode.
3463         * filemode.m4: New file.
3464
3465         Module isdir.
3466         * isdir.m4: New file.
3467
3468         Module lchown.
3469         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
3470         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
3471
3472         Module makepath.
3473         * makepath.m4: New file.
3474
3475         Module modechange.
3476         * modechange.m4: New file.
3477
3478         Module mountlist.
3479         * mountlist.m4: New file.
3480         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
3481         Indentation.
3482
3483         Module path-concat.
3484         * path-concat.m4: New file.
3485
3486         Module pathmax.
3487         * pathmax.m4: New file.
3488
3489         Module same.
3490         * same.m4: New file.
3491
3492         Module save-cwd.
3493         * save-cwd.m4: New file.
3494
3495         Module savedir.
3496         * savedir.m4: New file.
3497
3498         Module xgetcwd.
3499         * xgetcwd.m4: New file.
3500         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
3501
3502         Module xreadlink.
3503         * xreadlink.m4: New file.
3504
3505         Module safe-read.
3506         * safe-read.m4: New file.
3507
3508         Module safe-write.
3509         * safe-write.m4: New file.
3510
3511         Module closeout.
3512         * closeout.m4: New file.
3513
3514         Module stdio-safer.
3515         * stdio-safer.m4: New file.
3516
3517         Module getpass.
3518         * getpass.m4: New file.
3519
3520         Module getugroups.
3521         * getugroups.m4: New file.
3522
3523         Module group-member.
3524         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
3525         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
3526
3527         Module idcache.
3528         * idcache.m4: New file.
3529
3530         Module userspec.
3531         * userspec.m4: New file.
3532
3533         Module gettime.
3534         * clock_time.m4: New file.
3535         * gettime.m4: New file.
3536
3537         Module settime.
3538         * settime.m4: New file.
3539
3540         Module posixtm.
3541         * posixtm.m4: New file.
3542
3543         Module gethostname.
3544         * gethostname.m4: New file.
3545
3546         Module canon-host.
3547         * canon-host.m4: New file.
3548
3549         Module gettext.
3550         * codeset.m4: New file, from gettext-0.11.5.
3551         * gettext.m4: New file, from gettext-0.11.5.
3552         * glibc21.m4: New file, from gettext-0.11.5.
3553         * iconv.m4: New file, from gettext-0.11.5.
3554         * intdiv0.m4: New file, from gettext-0.11.5.
3555         * inttypes-pri.m4: New file, from gettext-0.11.5.
3556         * inttypes.m4: New file, from gettext-0.11.5.
3557         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
3558         * isc-posix.m4: New file, from gettext-0.11.5.
3559         * lcmessage.m4: New file, from gettext-0.11.5.
3560         * lib-ld.m4: New file, from gettext-0.11.5.
3561         * lib-link.m4: New file, from gettext-0.11.5.
3562         * lib-prefix.m4: New file, from gettext-0.11.5.
3563         * progtest.m4: New file, from gettext-0.11.5.
3564         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
3565         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
3566         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
3567
3568         Module localcharset.
3569         * localcharset.m4: New file.
3570
3571         Module hard-locale.
3572         * hard-locale.m4: New file.
3573
3574         Module mbswidth.
3575         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
3576         onceonly macros.
3577         * mbrtowc.m4: Add comment.
3578
3579         Module memcasecmp.
3580         * memcasecmp.m4: New file.
3581
3582         Module memcoll.
3583         * memcoll.m4: New file.
3584
3585         Module unicodeio.
3586         * unicodeio.m4: New file.
3587
3588         Module rpmatch.
3589         * rpmatch.m4: New file.
3590
3591         Module yesno.
3592         * yesno.m4: New file.
3593
3594         Module exitfail.
3595         * exitfail.m4: New file.
3596
3597         Module c-stack.
3598         * c-stack.m4 (gl_C_STACK): New macro.
3599         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
3600
3601         Module error.
3602         * error.m4 (gl_ERROR): New macro.
3603         (jm_PREREQ_ERROR): Use onceonly macros.
3604
3605         Module fatal.
3606         * fatal.m4: New file.
3607
3608         Module getloadavg.
3609         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
3610         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
3611
3612         Module getpagesize.
3613         * getpagesize.m4: New file.
3614
3615         Module getusershell.
3616         * getusershell.m4: New file.
3617
3618         Module physmem.
3619         * physmem.m4: New file.
3620
3621         Module posixver.
3622         * posixver.m4: New file.
3623
3624         Module quotearg.
3625         * quotearg.m4: New file.
3626
3627         Module quote.
3628         * quote.m4: New file.
3629
3630         Module readutmp.
3631         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
3632
3633         Module sig2str.
3634         * sig2str.m4: New file.
3635
3636         Other.
3637         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
3638         ulonglong.m4.
3639         * intmax_t.m4: New file.
3640         * d-type.m4: Indentation.
3641         * jm-macros.m4: Update.
3642         * prereq.m4 (jm_PREREQ): Update.
3643         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
3644         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
3645         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
3646         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
3647         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
3648         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
3649         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
3650         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
3651         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
3652         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
3653         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
3654         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
3655         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
3656         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
3657         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
3658         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
3659         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
3660         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
3661         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
3662
3663 2002-12-18  Bruno Haible  <bruno@clisp.org>
3664
3665         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
3666         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
3667
3668 2002-12-17  Bruno Haible  <bruno@clisp.org>
3669
3670         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
3671         stdlib.h, string.h.
3672
3673 2002-12-11  Bruno Haible  <bruno@clisp.org>
3674
3675         * setenv.m4: New file, from gettext-0.11.5.
3676
3677 2002-12-06  Paul Eggert  <eggert@twinsun.com>
3678
3679         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
3680         a pain in practice to deal with generated m4 files.  This change
3681         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
3682
3683         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
3684         and jm-glibc-io.m4, as they are no longer a special case.
3685         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
3686         kludge and the auto-generation stuff.  Check only whether the
3687         functions are declared, not whether they exist, since older hosts
3688         that don't declare the functions can't use the optimization anyway.
3689
3690 2002-07-06  Jim Meyering  <meyering@lucent.com>
3691
3692         * README: Don't mention Makefile.am.in.
3693         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
3694
3695 2002-06-11  Paul Eggert  <eggert@twinsun.com>
3696
3697         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
3698
3699 2002-06-22  Jim Meyering  <meyering@lucent.com>
3700
3701         * c-stack.m4: New file, from diffutils-2.8.2.
3702         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
3703
3704         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
3705         now that configure.ac uses AC_GNU_SOURCE.
3706         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
3707         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
3708
3709         Update to latest tools.  Suggestions from Paul Eggert.
3710         * stdbool.m4: New file, from diffutils-2.8.2.
3711         * gnu-source.m4: Update from diffutils-2.8.2.
3712         * fnmatch.m4: Likewise.
3713         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
3714         to AC_HEADER_STDBOOL
3715
3716 2002-06-21  Jim Meyering  <meyering@lucent.com>
3717
3718         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
3719         * mbrtowc.m4: Likewise.
3720
3721         * mbstate_t.m4: Update from diffutils-2.8.2.
3722         * mbswidth.m4: Reflect name change:
3723         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
3724         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
3725
3726         * lib-link.m4: Update from gettext-0.11.2.
3727         * gettext.m4: Likewise.
3728
3729         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
3730         From Alfred M. Szmidt.
3731
3732 2002-05-19  Paul Eggert  <eggert@twinsun.com>
3733
3734         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
3735
3736 2002-06-07  Jim Meyering  <meyering@lucent.com>
3737
3738         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
3739         They're needed at least for NetBSD 1.5.2.
3740         ($statxfs_includes): Include those same headers.
3741         ($statxfs_includes): Include sys/vfs.h if available.
3742         ($statxfs_includes): Likewise for sys/statvfs.h.
3743         Check for the following members in both structs statfs and statvfs:
3744         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
3745
3746 2002-06-01  Jim Meyering  <meyering@lucent.com>
3747
3748         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
3749         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
3750
3751 2002-05-28  Jim Meyering  <meyering@lucent.com>
3752
3753         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
3754         Reported by Volker Borchert.
3755
3756 2002-05-27  Jim Meyering  <meyering@lucent.com>
3757
3758         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
3759         localtime.
3760
3761         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
3762         use the replacement function; it wouldn't resolve at link time.
3763         Reported by Volker Borchert.
3764
3765 2002-04-30  Jim Meyering  <meyering@lucent.com>
3766
3767         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
3768
3769 2002-04-29  Paul Eggert  <eggert@twinsun.com>
3770
3771         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
3772         Do not check for alloca.h (no longer used) or stdbool.h (was never
3773         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
3774
3775 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3776
3777         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
3778
3779 2002-04-29  Jim Meyering  <meyering@lucent.com>
3780
3781         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
3782         * prereq.m4: Add jm_PREREQ_STRNLEN.
3783         Use AC_FUNC_STRNLEN here instead.
3784
3785         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
3786         With autoconf-2.53a, it's part of AC_PROG_CC.
3787
3788 2002-04-28  Paul Eggert  <eggert@twinsun.com>
3789
3790         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
3791         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
3792
3793 2002-04-24  Jim Meyering  <meyering@lucent.com>
3794
3795         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
3796         (jm_PREREQ): Use it.
3797
3798         * getloadavg.m4: Check for these headers: locale.h unistd.h
3799         mach/mach.h fcntl.h.
3800         Check for this function: setlocale.
3801
3802 2002-04-16  Jim Meyering  <meyering@lucent.com>
3803
3804         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
3805         ut_pid, ut_id, ut_exit.
3806
3807 2002-04-12  Jim Meyering  <meyering@lucent.com>
3808
3809         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
3810         check for f_type in sys/mount.h.  Instead, just test for the existence
3811         of the getmntinfo function.  Needed for Darwin 5.3.
3812
3813         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
3814         This is necessary at least on Darwin 5.3.
3815
3816         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
3817         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
3818         in the library, and that makes some versions of ranlib object.
3819
3820 2002-04-09  Jim Meyering  <meyering@lucent.com>
3821
3822         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
3823         to be more precise.  Rather than saying we're checking whether the
3824         function `works', say what we're testing.
3825         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
3826         Reported by Bruno Haible.
3827
3828 2002-02-27  Paul Eggert  <eggert@twinsun.com>
3829
3830         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
3831         Check for clock_settime.
3832
3833 2002-02-25  Paul Eggert  <eggert@twinsun.com>
3834
3835         * acl.m4: New file.
3836         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
3837         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
3838
3839 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
3840
3841         * codeset.m4: Upgrade to gettext-0.11.
3842         * gettext.m4: Upgrade to gettext-0.11.
3843         * glibc21.m4: Upgrade to gettext-0.11.
3844         * iconv.m4: Upgrade to gettext-0.11.
3845         * isc-posix.m4: Upgrade to gettext-0.11.
3846         * lcmessage.m4: Upgrade to gettext-0.11.
3847         * lib-ld.m4: New file, from gettext-0.11.
3848         * lib-link.m4: New file, from gettext-0.11.
3849         * lib-prefix.m4: New file, from gettext-0.11.
3850         * progtest.m4: Upgrade to gettext-0.11.
3851
3852 2002-02-15  Paul Eggert  <eggert@twinsun.com>
3853
3854         * prereq.m4 (jm_PREREQ_POSIXVER): New macro.
3855         (jm_PREREQ): Use it.
3856
3857 2002-01-26  Jim Meyering  <meyering@lucent.com>
3858
3859         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
3860         * strnlen.m4: Remove file, now that it's part of autoconf.
3861
3862 2002-01-22  Paul Eggert  <eggert@twinsun.com>
3863
3864         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
3865
3866 2002-01-19  Jim Meyering  <meyering@lucent.com>
3867
3868         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
3869         Remove useless quotes: DF_PROG="df".
3870         * strnlen.m4: New file.
3871
3872 2001-12-14  Jim Meyering  <meyering@lucent.com>
3873
3874         * jm-macros.m4 (jm_MACROS): Check for iswspace.
3875         Suggestion from Bruno Haible.
3876
3877 2001-11-20  Jim Meyering  <meyering@lucent.com>
3878
3879         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
3880         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
3881
3882 2001-11-19  Jim Meyering  <meyering@lucent.com>
3883
3884         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
3885         directory.  Use "conftestXXXXXX" as the template.
3886         Suggestion from Paul Eggert.
3887
3888         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
3889         so the test doesn't mistakenly hit the max-open-files limit.
3890
3891 2001-11-18  Jim Meyering  <meyering@lucent.com>
3892
3893         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
3894
3895 2001-11-17  Jim Meyering  <meyering@lucent.com>
3896
3897         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
3898         Prompted by a report from Bob Proulx.
3899
3900         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
3901         Instead, require UTILS_FUNC_MKSTEMP.
3902
3903 2001-11-11  Jim Meyering  <meyering@lucent.com>
3904
3905         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
3906         Now, that's done as part of AC_FUNC_STRTOD.
3907
3908 2001-10-22  Paul Eggert  <eggert@twinsun.com>
3909
3910         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
3911         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
3912
3913 2001-11-10  Jim Meyering  <meyering@lucent.com>
3914
3915         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
3916         (jm_PREREQ): Use it.
3917
3918 2001-11-09  Jim Meyering  <meyering@lucent.com>
3919
3920         * jm-macros.m4: Require autoconf-2.52f.
3921         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
3922         Use these AC_-prefixed names, not the AM_-prefixed ones.
3923
3924         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
3925
3926 2001-11-04  Jim Meyering  <meyering@lucent.com>
3927
3928         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
3929
3930 2001-11-03  Jim Meyering  <meyering@lucent.com>
3931
3932         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
3933         of AC_DEFUN.
3934
3935         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
3936         know the name of the variable in the macro definition.
3937
3938 2001-11-01  Jim Meyering  <meyering@lucent.com>
3939
3940         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
3941         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
3942
3943 2001-10-20  Paul Eggert  <eggert@twinsun.com>
3944
3945         * error.m4 (jm_PREREQ_ERROR):
3946         Do not invoke AC_CHECK_FUNCS with strerror_r, as
3947         AC_FUNC_STRERROR_R does that.
3948         Check for strerror declaration.
3949
3950         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
3951         are supposed to have them these days.
3952         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
3953         Merge changes from latest Autoconf CVS.
3954         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
3955         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
3956         POSIX decided to standardize on the int flavor of strerror_r.
3957
3958 2001-09-30  Jim Meyering  <meyering@lucent.com>
3959
3960         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
3961         `struct fsstat' has the `f_fstypename' member.
3962         Use that to define FS_TYPE, which is now used to make
3963         the getfsstat link test tighter.
3964
3965 2001-09-29  Jim Meyering  <meyering@lucent.com>
3966
3967         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
3968         [one-argument getmntent function]): Include stdio.h before mntent.h.
3969         SunOS 4.1.x needs it for the declaration of `FILE'.
3970         Patch by Volker Borchert.
3971
3972         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
3973         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
3974         sys/fs_types.h, and make the link-test for getfsstat guard #include
3975         directives with appropriate #if HAVE_*_H tests so that we can
3976         detect getfsstat on Apple Darwin1.3.7 systems.
3977         Reported by Nelson Beebe.
3978         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
3979
3980 2001-09-28  Paul Eggert  <eggert@twinsun.com>
3981
3982         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
3983         #defines strtoimax.  Also treat the other strto* functions
3984         like strtoimax.
3985
3986         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
3987         Check for strtoul and strtoumax,
3988         as those declarations are made even in the signed case.
3989         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
3990         Likewise, for strtol and strtoimax.
3991
3992 2001-09-24  Jim Meyering  <meyering@lucent.com>
3993
3994         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
3995
3996 2001-09-23  Jim Meyering  <meyering@lucent.com>
3997
3998         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
3999         instead of the mere test for existence of mntent.h.  The latter
4000         would get a false-positive on AIX 3.4 systems.
4001         In the outer getmntent if-block, don't die if neither of the getmntent
4002         tests succeeds.  Instead, just fall through and continue with the
4003         remaining tests.
4004
4005 2001-09-22  Jim Meyering  <meyering@lucent.com>
4006
4007         * gettext.m4: New file.  From gettext.
4008         * lcmessage.m4: Sync with gettext -- this changes only comments.
4009         * progtest.m4: Likewise
4010         * isc-posix.m4: Decrement serial number to sync with gettext.
4011         * glibc21.m4: Likewise.
4012
4013         * libintl.m4: Remove.  No longer used.
4014
4015 2001-09-20  Jim Meyering  <meyering@lucent.com>
4016
4017         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
4018         strtoimax.
4019         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
4020         strtoumax.
4021
4022 2001-09-17  Jim Meyering  <meyering@lucent.com>
4023
4024         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
4025         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
4026         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
4027         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
4028         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
4029         whenever the right hand side need not be expanded by the shell.
4030
4031 2001-09-16  Paul Eggert  <eggert@twinsun.com>
4032
4033         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
4034         library.  It's not correct, as some older glibcs are buggy.
4035         fnmatch wasn't fixed until glibc 2.2.
4036
4037         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
4038         special shell magic here.
4039
4040 2001-09-16  Jim Meyering  <meyering@lucent.com>
4041
4042         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
4043         * jm-macros.m4: Require it.
4044
4045 2001-09-15  Jim Meyering  <meyering@lucent.com>
4046
4047         * jm-macros.m4: Check for help2man.
4048
4049 2001-09-11  Jim Meyering  <meyering@lucent.com>
4050
4051         * host-os.m4 (UTILS_HOST_OS): New file/macro.
4052         The body, by Paul Eggert, was moved here from configure.in.
4053         * jm-macros.m4: Require UTILS_HOST_OS.
4054
4055 2001-09-04  Paul Eggert  <eggert@twinsun.com>
4056
4057         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
4058         (jm_PREREQ): Use it.
4059
4060 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4061
4062         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
4063         sys/param.h, as pathmax.h includes them.
4064
4065 2001-09-03  Paul Eggert  <eggert@twinsun.com>
4066
4067         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
4068         (jm_PREREQ_XGETCWD): New macro.
4069
4070         * getcwd.m4: New file.
4071
4072 2001-09-01  Jim Meyering  <meyering@lucent.com>
4073
4074         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
4075         Used by df.
4076
4077 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4078
4079         Simplify code, partly by assuming autoconf 2.52 semantics.
4080
4081         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
4082
4083         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
4084         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
4085         All uses removed.
4086         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
4087         Move AC_REQUIRE to next-to-top level, to avoid confusion.
4088         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
4089         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
4090         * jm-macros.m4 (jm_MACROS): Likewise.
4091
4092         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
4093
4094         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
4095         Quote first arg of AC_DEFUN.
4096         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
4097         since they are needed to parse the include file even if we need
4098         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
4099         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
4100         but with opposite signedness.
4101
4102 2001-08-30  Paul Eggert  <eggert@twinsun.com>
4103
4104         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
4105         (jm_PREREQ_EXCLUDE): New macro.
4106
4107 2001-08-26  Jim Meyering  <meyering@lucent.com>
4108
4109         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
4110
4111         * xstrtoimax.m4: New file.
4112         * xstrtoumax.m4: Add comments explaining why we
4113         AC_REPLACE_FUNCS(strtol).
4114
4115 2001-06-20  Paul Eggert  <eggert@twinsun.com>
4116
4117         * inttypes.m4: Add AC_PREREQ(2.13).
4118         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
4119         (jm_AC_TYPE_INTMAX_T): New macro.
4120         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
4121
4122         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
4123
4124         * longlong.m4: Renamed from ulonglong.m4.
4125         * inttypes.m4: Renamed from inttypes_h.m4.
4126         * uintmax_t.m4: Removed.
4127
4128 2001-08-12  Jim Meyering  <meyering@lucent.com>
4129
4130         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
4131         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
4132         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
4133         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
4134         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
4135         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
4136         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
4137         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
4138         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
4139         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
4140         utime.m4, utimes.m4, xstrtoumax.m4:
4141         Quote the first argument in each use of AC_DEFUN.
4142
4143 2001-08-05  Jim Meyering  <meyering@lucent.com>
4144
4145         * jm-macros.m4: Require autoconf-2.52.
4146
4147 2001-08-03  Paul Eggert  <eggert@twinsun.com>
4148
4149         The following changes are from gettext 0.10.39 as maintained by
4150         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
4151
4152         * codeset.m4: Upgrade to serial AM1.
4153         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
4154         all uses changed.  Quote first arg of AC_DEFUN.
4155         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
4156
4157         * iconv.m4: Upgrade to serial AM2.
4158         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
4159         Add --with-libconv-prefix.
4160         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
4161         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
4162         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
4163         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
4164         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
4165
4166         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
4167         * getline.m4 (AM_FUNC_GETLINE): Likewise.
4168         * glibc21.m4 (jm_GLIBC21): Likewise.
4169         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
4170         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
4171         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
4172         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
4173         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
4174         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
4175
4176         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
4177         string.h any more.
4178
4179         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
4180         not the default value.
4181
4182         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
4183         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
4184         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
4185         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
4186         Also check for iswcntrl, used for wcwidth fallback.
4187         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
4188         to Autoconf 2.13.
4189
4190 2001-08-03  Jim Meyering  <meyering@lucent.com>
4191
4192         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
4193         as it was in the original.  Reported by Paul Eggert.
4194
4195 2001-07-16  Jim Meyering  <meyering@lucent.com>
4196
4197         * gettimeofday.m4: New file.
4198         Prompted by a report from Bernhard Baehr.
4199
4200 2001-07-15  Jim Meyering  <meyering@lucent.com>
4201
4202         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
4203         Now it's in ../Makefile.cfg.
4204
4205 2001-07-04  Jim Meyering  <meyering@lucent.com>
4206
4207         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
4208         that generates jm-glibc-io.m4 so that it doesn't trigger any make
4209         distcheck failure.
4210
4211 2001-07-02  Jim Meyering  <meyering@lucent.com>
4212
4213         The following changes were prompted by suggestions from Bruno Haible.
4214
4215         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
4216         is now generated.
4217         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
4218         definition of EXTRA_DIST.
4219         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
4220         ensure that the generated file is created/updated whenever the list
4221         of $(unlocked_functions) is changed.
4222         (jm-glibc-io.m4): New rule.
4223         (unlocked-io.h): New rule -- currently unused.
4224
4225 2001-06-24  Jim Meyering  <meyering@lucent.com>
4226
4227         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
4228         unmatched right bracket, rather than kludging it with an extra,
4229         falsely-matching quote in a comment.  Patch by Akim Demaille.
4230
4231 2001-05-27  Jim Meyering  <meyering@lucent.com>
4232
4233         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
4234         Check for ut_type in struct utmp.
4235
4236 2001-05-22  Jim Meyering  <meyering@lucent.com>
4237
4238         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
4239         now that we use the package-supplied version unconditionally.
4240         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
4241
4242 2001-05-21  Jim Meyering  <meyering@lucent.com>
4243
4244         * regex.m4: Change a couple backticks to single quotes to avoid shell
4245         syntax errors.
4246
4247 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
4248
4249         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
4250
4251 2001-05-11  Paul Eggert  <eggert@twinsun.com>
4252
4253         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
4254         Don't bother to check library strftime, since
4255         we'll be using our own my_strftime function anyway.
4256         Define my_strftime instead of strftime.
4257
4258 2001-05-15  Jim Meyering  <meyering@lucent.com>
4259
4260         * regex.m4: Use proper quoting so brackets appear in the test program.
4261         Reported by, and with help from, Bruno Haible.
4262
4263 2001-05-13  Jim Meyering  <meyering@lucent.com>
4264
4265         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
4266
4267 2000-11-26  Paul Eggert  <eggert@twinsun.com>
4268
4269         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
4270
4271 2001-04-21  Jim Meyering  <meyering@lucent.com>
4272
4273         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
4274         doesn't interfere.
4275
4276 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
4277
4278         * ftruncate.m4: Check for chsize.
4279         Link with ftruncate.o unconditionally if ftruncate is missing.
4280         This was required when cross-compiling to i586-mingw32msvc.
4281
4282 2001-03-24  Jim Meyering  <meyering@lucent.com>
4283
4284         * jm-macros.m4: Require autoconf-2.49d.
4285
4286 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
4287
4288         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
4289
4290 2001-03-17  Jim Meyering  <meyering@lucent.com>
4291
4292         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
4293         now that the version in autoconf is equivalent.
4294         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
4295
4296         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
4297         Suggestion from Akim Demaille.
4298
4299         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
4300         (jm_PREREQ_TEMPNAME): New function.
4301
4302 2001-02-25  Paul Eggert  <eggert@twinsun.com>
4303
4304         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
4305         lacks mkstemp.  Compile our own tempname.c if we compile our own
4306         mkstemp.c, as mkstemp relies on tempname.
4307
4308 2001-03-01  Jim Meyering  <meyering@lucent.com>
4309
4310         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
4311         AH_VERBATIM really does output its argument verbatim.
4312
4313 2001-02-18  Paul Eggert  <eggert@twinsun.com>
4314
4315         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
4316
4317 2001-02-17  Jim Meyering  <meyering@lucent.com>
4318
4319         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
4320         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
4321         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
4322         UnixWare 7.1.1.
4323
4324         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
4325         rather than AC_CACHE_VAL.
4326
4327 2001-02-17  Paul Eggert  <eggert@twinsun.com>
4328
4329         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
4330         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
4331         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
4332         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
4333
4334 2001-02-07  Jim Meyering  <meyering@lucent.com>
4335
4336         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
4337
4338 2001-02-05  Jim Meyering  <meyering@lucent.com>
4339
4340         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
4341         it includes the patch required for `large file' support with at least
4342         HP-UX's 10.20 /bin/cc.
4343
4344 2001-02-03  Jim Meyering  <meyering@lucent.com>
4345
4346         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
4347         AS_IF, now that it works once again (mysteriously).
4348         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4349
4350 2001-01-30  Jim Meyering  <meyering@lucent.com>
4351
4352         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
4353         * chown.m4: Rename conftestchown to conftest.chown.
4354         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
4355         * utimes.m4: s/conftestdata/conftest.data/
4356         Inspired by Pavel Roskin's change in autoconf.
4357
4358 2001-01-27  Jim Meyering  <meyering@lucent.com>
4359
4360         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
4361         a use of AS_IF.
4362         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
4363
4364 2001-01-26  Jim Meyering  <meyering@lucent.com>
4365
4366         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
4367         quotearg.c includes it.
4368
4369 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
4370
4371         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
4372         has const.
4373
4374 2001-01-20  Jim Meyering  <meyering@lucent.com>
4375
4376         Be sure that headers are checked before used in code compiled
4377         for the type checks.
4378         * jm-macros.m4 (jm_MACROS): Remove all header checks.
4379         In place of that, invoke jm_CHECK_ALL_TYPES.
4380         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
4381         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
4382         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
4383         The check for ssize_t was mistakenly run before the test for unistd.h.
4384
4385         The configure-time check for stdbool.h was missing.
4386         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
4387         (jm_PREREQ_HASH): New function.
4388
4389 2001-01-17  Jim Meyering  <meyering@lucent.com>
4390
4391         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
4392         for autoconf-2.49c.
4393         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
4394
4395 2001-01-14  Jim Meyering  <meyering@lucent.com>
4396
4397         * rename.m4: Use temporary directories named conftestdir{,2}, not
4398         foo and bar.  Create conftestdir/ in the script, not in the C code.
4399         Remove directories in the script, not in the C code.
4400         Remove conftestdir{,2} before trying to create the directory.
4401         Make the entire configure script fail if the mkdir fails.
4402
4403 2001-01-02  Volker Borchert  <bt@teknon.de>
4404
4405         * rename.m4: New file.
4406         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
4407
4408 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
4409
4410         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
4411         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
4412         so `make install' also works in VPATH builds.
4413
4414 2001-01-01  Jim Meyering  <meyering@lucent.com>
4415
4416         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
4417         on systems with utmpx.h.  It's necessary for the declaration of utmp's
4418         ut_user member.  Reported by Andreas Jaeger.
4419
4420         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
4421         They are required for the declarations of getgrgid and getpwuid resp.
4422         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
4423         Reported by Andreas Jaeger.
4424
4425 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
4426
4427         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
4428         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
4429         can be used in subdirectories.
4430
4431 2000-12-26  Jim Meyering  <meyering@lucent.com>
4432
4433         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
4434         with autoheader.
4435
4436 2000-12-17  Jim Meyering  <meyering@lucent.com>
4437
4438         * dos.m4 (jm_AC_DOS): New file and macro.
4439         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
4440
4441 2000-12-06  Paul Eggert  <eggert@twinsun.com>
4442
4443         * off_t-format.m4: Remove this file.
4444         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
4445
4446 2000-12-06  Jim Meyering  <meyering@lucent.com>
4447
4448         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
4449         strtoull, we may well need the replacement strtoul, too.
4450         Check for declarations of strtoul and strtoull.
4451         Check for strtol.  Mainly as a cue to cause automake to include
4452         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
4453         Check for limits.h -- strtol.c needs it.
4454
4455 2000-12-02  Jim Meyering  <meyering@lucent.com>
4456
4457         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
4458         * jm-macros.m4 (jm_MACROS): require it.
4459
4460 2000-11-30  Jim Meyering  <meyering@lucent.com>
4461
4462         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
4463
4464 2000-11-30  Jim Meyering  <meyering@lucent.com>
4465
4466         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
4467
4468 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
4469
4470         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
4471
4472 2000-11-04  Jim Meyering  <meyering@lucent.com>
4473
4474         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
4475
4476 2000-10-29  Jim Meyering  <meyering@lucent.com>
4477
4478         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
4479         * ls-mntd-fs.m4: Likewise
4480
4481 2000-10-28  Jim Meyering  <meyering@lucent.com>
4482
4483         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
4484         (jm_PREREQ_MEMCHR): New function.
4485
4486 2000-10-21  Jim Meyering  <meyering@lucent.com>
4487
4488         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
4489         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
4490         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
4491
4492 2000-09-18  Jim Meyering  <meyering@lucent.com>
4493
4494         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
4495         Otherwise, everyone ends up linking with -lelf for some configurations.
4496         Reported by Mike Stone.
4497
4498 2000-08-26  Jim Meyering  <meyering@lucent.com>
4499
4500         * jm-macros.m4: Use jm_FUNC_FPENDING.
4501         * fpending.m4: New file.
4502
4503 2000-08-20  Jim Meyering  <meyering@lucent.com>
4504
4505         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
4506         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
4507         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
4508
4509 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4510
4511         Improve fileutils installation on systems where running
4512         programs (like install) can't be unlinked.
4513         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
4514         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
4515
4516 2000-08-06  Paul Eggert  <eggert@twinsun.com>
4517
4518         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
4519         not char, for compatibility with glibc 2.1.3 strftime.c.
4520
4521 2000-07-23  Paul Eggert  <eggert@twinsun.com>
4522
4523         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
4524
4525 2000-07-23  Jim Meyering  <meyering@lucent.com>
4526
4527         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
4528         getgrgid, getpwuid, getuid.
4529
4530 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
4531
4532         * mbswidth.m4: New file.
4533         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
4534
4535 2000-07-14  Jim Meyering  <meyering@lucent.com>
4536
4537         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
4538
4539 2000-07-10  Paul Eggert  <eggert@twinsun.com>
4540
4541         From a suggestion by Bruno Haible.
4542         * mbstate_t.m4 (AC_MBSTATE_T):
4543         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
4544         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
4545         and mbstate_t, to a single-part test that simply defines mbstate_t.
4546         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
4547
4548 2000-07-10  Jim Meyering  <meyering@lucent.com>
4549
4550         * strerror_r.m4: Mirror the correction made in autoconf.
4551
4552         * gnu-source.m4: Output to confdefs.h directly.
4553         Suggestion from Akim Demaille.
4554
4555 2000-07-09  Jim Meyering  <meyering@lucent.com>
4556
4557         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
4558         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
4559
4560         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
4561         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
4562
4563 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
4564
4565         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
4566         to strerror_r.
4567         Include <ctype.h> for use of isalpha.
4568
4569 2000-07-05  Paul Eggert  <eggert@twinsun.com>
4570         and Bruno Haible  <haible@clisp.cons.org>
4571
4572         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
4573         only if the test for an object-type mbstate_t fails.  This
4574         prevents us from mistakenly reporting that mbstate_t is a
4575         system object type after we "#define mbstate_t int" to work
4576         around its lack.
4577
4578 2000-07-04  Jim Meyering  <meyering@lucent.com>
4579
4580         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
4581         of the deprecated AC_CHECKING.
4582
4583 2000-07-03  Jim Meyering  <meyering@lucent.com>
4584
4585         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
4586
4587 2000-07-03  Paul Eggert  <eggert@twinsun.com>
4588
4589         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
4590         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
4591
4592 2000-07-02  Jim Meyering  <meyering@lucent.com>
4593
4594         * mbstate_t.m4: Also define mbstate_t, if necessary.
4595
4596         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
4597         AC_LIBOBJ(function_name).
4598         * chown.m4: Likewise.
4599         * fnmatch.m4: Likewise.
4600         * ftruncate.m4: Likewise.
4601         * getgroups.m4: Likewise.
4602         * getline.m4: Likewise.
4603         * group-member.m4: Likewise.
4604         * jm-macros.m4: Likewise.
4605         * lstat.m4: Likewise.
4606         * malloc.m4: Likewise.
4607         * memcmp.m4: Likewise.
4608         * nanosleep.m4: Likewise.
4609         * putenv.m4: Likewise.
4610         * realloc.m4: Likewise.
4611         * regex.m4: Likewise.
4612         * stat.m4: Likewise.
4613         * strftime.m4: Likewise.
4614
4615 2000-07-01  Jim Meyering  <meyering@lucent.com>
4616
4617         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
4618         problem.
4619
4620 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4621
4622         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
4623         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
4624
4625 2000-07-01  Jim Meyering  <meyering@lucent.com>
4626
4627         * uptime.m4: Put double quotes around use of $cross_compiling.
4628
4629 2000-06-28  Jim Meyering  <meyering@lucent.com>
4630
4631         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
4632         by quotearg.c, for which we perform this test.  From Bruno Haible.
4633
4634 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
4635
4636         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
4637         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
4638         <utmpx.h> exists, put readutmp.o into LIBOBJS.
4639
4640 2000-06-25  Jim Meyering  <meyering@lucent.com>
4641
4642         * mbstate_t.m4: Include stdio.h before wchar.h to work around
4643         Linux header bug when _XOPEN_SOURCE is defined to 500.
4644
4645 2000-06-24  Jim Meyering  <meyering@lucent.com>
4646
4647         * strerror_r.m4: Revive this file -- to try out an experimental
4648         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
4649         for which strerror does return char*, but which lacks a conveniently
4650         accessible declaration of the function.  If the compile-test says
4651         strerror_r doesn't work, then resort to a `run'-test that works on
4652         BeOS and segfaults on DEC Unix.
4653
4654 2000-06-19  Paul Eggert  <eggert@twinsun.com>
4655
4656         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
4657         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
4658
4659 2000-06-23  Jim Meyering  <meyering@lucent.com>
4660
4661         * afs.m4: Add missing AC_MSG_RESULT.
4662         Reported by Bruno Haible.
4663
4664         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
4665         Suggestion from Bruno Haible.
4666
4667 2000-06-21  Jim Meyering  <meyering@lucent.com>
4668
4669         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
4670
4671 2000-06-18  Jim Meyering  <meyering@lucent.com>
4672
4673         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
4674
4675         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
4676         `checking whether...' message to be consistent with that of the
4677         lstat test.
4678
4679 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
4680
4681         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
4682
4683 2000-06-12  Jim Meyering  <meyering@lucent.com>
4684
4685         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
4686         from autoconf, and tweak the latter to accept an optional argument.
4687         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
4688         the optional argument, `lib'.
4689
4690 2000-06-08  Jim Meyering  <meyering@lucent.com>
4691
4692         * largefile.m4: Remove file (now that it's part of autoconf).
4693
4694 2000-06-04  Paul Eggert  <eggert@twinsun.com>
4695
4696         Rewrite largefile configuration so that we don't need to run
4697         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
4698         AC_CANONICAL_HOST in configure.in -- jmm]
4699
4700         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
4701         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
4702         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
4703         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
4704         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
4705         All uses changed.
4706         Instead of inspecting the output of getconf, try to compile the
4707         test program without and with the macro definition.
4708         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
4709         for getconf.  Instead, check for the needed flags by compiling
4710         test programs.
4711
4712 2000-06-03  Jim Meyering  <meyering@lucent.com>
4713
4714         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
4715         now that autoconf requires that.
4716
4717         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
4718         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
4719         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
4720
4721 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
4722
4723         * glibc21.m4: New file.
4724         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
4725
4726 2000-05-28  Jim Meyering  <meyering@lucent.com>
4727
4728         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
4729         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4730         * stat.m4: Likewise.
4731         * lstat.m4: Likewise.
4732         * lstat-slash.m4: Remove file (absorbed into autoconf).
4733
4734         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
4735         * strerror_r.m4: Remove file (absorbed into autoconf).
4736
4737 2000-05-26  Jim Meyering  <meyering@lucent.com>
4738
4739         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
4740
4741 2000-05-24  Jim Meyering  <meyering@lucent.com>
4742
4743         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
4744         autoconf requires that.
4745         * lib-check.m4: Likewise.
4746         * jm-macros.m4: Likewise.
4747         * strftime.m4: Likewise.
4748
4749         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
4750         now that autoconf requires that.
4751
4752 2000-05-22  Jim Meyering  <meyering@lucent.com>
4753
4754         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
4755         * lstat.m4: Likewise.
4756
4757 2000-05-20  Jim Meyering  <meyering@lucent.com>
4758
4759         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
4760         (jm_PREREQ): Use it.
4761
4762 2000-05-09  Jim Meyering  <meyering@lucent.com>
4763
4764         * gettext.m4: Rename this...
4765         * libintl.m4: ...to this.
4766
4767 2000-05-06  Jim Meyering  <meyering@lucent.com>
4768
4769         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
4770         (AC_REPLACE_FUNCS): Add strnlen.
4771
4772         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
4773         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
4774
4775         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
4776         AC_SEARCH_LIBS call for nanosleep.
4777         (LIB_NANOSLEEP): Set and AC_SUBST.
4778
4779 2000-05-03  Paul Eggert  <eggert@twinsun.com>
4780
4781         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
4782         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
4783         2.1.3 bug.  This avoids a clash when files like regex.c define
4784         _GNU_SOURCE.
4785
4786 2000-05-05  Jim Meyering  <meyering@lucent.com>
4787
4788         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
4789         call for clock_gettime.
4790         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
4791
4792         * search-libs.m4: Update from autoconf.
4793
4794         su doesn't work on Solaris 2.6.
4795         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
4796         <shadow.h>.  Reported by Dragos Harabor.
4797
4798 2000-05-03  Jim Meyering  <meyering@lucent.com>
4799
4800         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
4801
4802 2000-05-02  Paul Eggert  <eggert@twinsun.com>
4803
4804         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
4805         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
4806         compile-time test, rather than inspecting host and OS, to
4807         decide whether to define _LARGEFILE_SOURCE.
4808
4809 2000-05-01  Jim Meyering  <meyering@lucent.com>
4810
4811         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
4812
4813         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
4814         Based on a patch from Bruno Haible.
4815
4816 2000-04-18  Jim Meyering  <meyering@lucent.com>
4817
4818         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
4819         (jm_PREREQ): Use it.
4820
4821 2000-04-17  Jim Meyering  <meyering@lucent.com>
4822
4823         Get it right :-)
4824         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
4825         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
4826         Suggestion from Akim Demaille.
4827
4828 2000-04-14  Jim Meyering  <meyering@lucent.com>
4829
4830         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
4831         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
4832
4833 2000-04-13  Jim Meyering  <meyering@lucent.com>
4834
4835         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
4836         to insert required #ifndef into config.h.in.
4837         Suggestion from Akim Demaille.
4838
4839 2000-04-12  Jim Meyering  <meyering@lucent.com>
4840
4841         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
4842         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
4843         Christian Krackowizer.
4844
4845         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
4846         * jm-macros.m4 (_GNU_SOURCE): Define.
4847         (AC_SYS_LARGEFILE): Require.
4848         (AM_C_PROTOTYPES): Require.
4849
4850 2000-04-05  Paul Eggert  <eggert@twinsun.com>
4851
4852         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
4853         IRIX if the installer said otherwise.
4854
4855 2000-04-05  Jim Meyering  <meyering@lucent.com>
4856
4857         Portability tweaks required for ultrix4.3.
4858         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
4859         (jm_CHECK_DECLS): Add getutent to the list of functions.
4860         (_jm_DECL_HEADERS): Add utmpx.h.
4861         From John David Anglin.
4862
4863         * strftime.m4: Back out the 2000-04-02 change.
4864         Instead of that change, simply undefine putenv in the test program.
4865
4866 2000-04-03  Jim Meyering  <meyering@lucent.com>
4867
4868         * gettext.m4: Fix typo in comment.
4869
4870         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
4871         textutils/configure.in).  Suggestion from Paul Eggert.
4872         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
4873
4874 2000-04-02  Paul Eggert  <eggert@twinsun.com>
4875
4876         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
4877         variable in the shell rather than using putenv, which isn't
4878         portable.  This avoids the configure-time inter-test dependency
4879         on the potentially-renamed putenv function.
4880
4881 2000-03-30  Paul Eggert  <eggert@twinsun.com>
4882
4883         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
4884         before checking struct stat.st_blksize, so that
4885         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
4886
4887 2000-03-29  Paul Eggert  <eggert@twinsun.com>
4888
4889         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
4890         since strftime.c uses HAVE_STRFTIME to decide whether to use
4891         the underlying strftime.
4892
4893 2000-03-10  Jim Meyering  <meyering@lucent.com>
4894
4895         * lib-check.m4: Look for getspnam in -lgen, too.
4896         From Marco Franzen.
4897
4898 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
4899
4900         * codeset.m4: New file.
4901         * iconv.m4: New file.
4902         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
4903
4904 2000-03-04  Jim Meyering  <meyering@lucent.com>
4905
4906         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
4907         for lib/localcharset.c.
4908
4909 2000-03-03  Jim Meyering  <meyering@lucent.com>
4910
4911         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
4912
4913 2000-03-02  Jim Meyering  <meyering@lucent.com>
4914
4915         * timespec.m4: Require AC_HEADER_TIME before the cache check so
4916         the messages come out on separate lines.
4917
4918         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
4919         rather than jm_CHECK_DECLARATIONS.
4920         * decl.m4: Remove now-unused file.
4921
4922         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
4923
4924 2000-02-27  Jim Meyering  <meyering@lucent.com>
4925
4926         * check-decl.m4: Add getenv to the list.
4927
4928 2000-02-23  Jim Meyering  <meyering@lucent.com>
4929
4930         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
4931         in place of my hack.
4932
4933 2000-02-10  Jim Meyering  <meyering@lucent.com>
4934
4935         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
4936         gnu_nanosleep to rpl_nanosleep.
4937
4938 2000-02-09  Jim Meyering  <meyering@lucent.com>
4939
4940         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
4941         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
4942
4943 2000-02-08  Akim Demaille  <akim@epita.fr>
4944
4945         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
4946         `[' and `]' and remove uses of `changequote'.
4947         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
4948         (AC_SYS_LARGEFILE): Likewise.
4949         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
4950         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
4951         of changequote.
4952         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
4953         * readdir.m4 (jm_FUNC_READDIR): Likewise
4954         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
4955         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
4956
4957 2000-02-05  Jim Meyering  <meyering@lucent.com>
4958
4959         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
4960         Remove explicit use of AC_HEADER_TIME.  It is required by
4961         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
4962         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
4963         in autoconf whereby the expansion of the latter ended up preceding
4964         the expansion of its prerequisite, AC_HEADER_TIME.
4965         Reported by Volker Borchert.
4966
4967 2000-02-03  Jim Meyering  <meyering@lucent.com>
4968
4969         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
4970
4971 2000-02-02  Jim Meyering  <meyering@lucent.com>
4972
4973         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
4974         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
4975         Reported by Eli Zaretskii.
4976
4977 2000-01-31  Jim Meyering  <meyering@lucent.com>
4978
4979         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
4980         functions.  Add the time.h and sys/time.h headers along with the
4981         AC_REQUIRE'ment of AC_HEADER_TIME.
4982
4983 2000-01-30  Jim Meyering  <meyering@lucent.com>
4984
4985         * lib-check.m4: Clean up some kludgy old shadow password tests.
4986
4987         * prereq.m4 (utmp_includes): Define.
4988         Check for ut_user and ut_name members in both struct utmpx
4989         and struct utmp.
4990
4991 2000-01-29  Jim Meyering  <meyering@lucent.com>
4992
4993         * lib-check.m4: New file containing library-related checks from
4994         fileutils and sh-utils (textutils had none).
4995
4996 2000-01-28  Jim Meyering  <meyering@lucent.com>
4997
4998         * perl.m4: Change format of warning message to look more like that
4999         from the missing script.  Suggestion from François Pinard.
5000
5001 2000-01-25  Jim Meyering  <meyering@lucent.com>
5002
5003         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
5004         as time.h in the compile check.
5005         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
5006         Fix typo in cross-compiling case: s/yes/no/.
5007
5008 2000-01-23  Jim Meyering  <meyering@lucent.com>
5009
5010         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
5011
5012         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
5013         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
5014
5015         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
5016         s/space/ac_fsusage_space/.
5017         (jm_FILE_SYSTEM_USAGE): Take two parameters.
5018
5019         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
5020         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
5021         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
5022
5023         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
5024         AC_SUBST these here, rather than just in sh-util/configure.in, so
5025         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
5026         all the same.
5027         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
5028         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
5029         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
5030         (AC_SUBST(POW_LIBM)): Likewise.
5031         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
5032
5033 2000-01-22  Jim Meyering  <meyering@lucent.com>
5034
5035         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
5036
5037         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
5038
5039         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
5040         configure.in
5041         (AC_CHECK_HEADERS): Likewise for sh-utils.
5042         (AC_CHECK_HEADERS): Likewise for textutils.
5043         Merge the three lists of headers.
5044
5045         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
5046         from fileutils' configure.in.
5047
5048         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
5049         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
5050
5051         * check-decl.m4: Use #if rather than #ifdef.
5052         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
5053         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
5054         (_jm_DECL_HEADERS): Define new function.
5055         (jm_CHECK_DECLARATIONS): Require it.
5056
5057 2000-01-19  Jim Meyering  <meyering@lucent.com>
5058
5059         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
5060         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
5061         defines `struct timespec' in <sys/time.h>
5062
5063         * c-bs-a.m4: Remove uses of changequote altogether.
5064         Thanks to Akim for explaining.
5065
5066 2000-01-16  Jim Meyering  <meyering@lucent.com>
5067
5068         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
5069         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
5070         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
5071         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
5072
5073 2000-01-16  Jim Meyering  <meyering@lucent.com>
5074
5075         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
5076         because the latter didn't work.
5077
5078 2000-01-15  Jim Meyering  <meyering@lucent.com>
5079
5080         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
5081         (AC_REPLACE_FUNCS): Add memcpy and memset.
5082         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
5083         Add strpbrk.
5084         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
5085
5086 2000-01-12  Jim Meyering  <meyering@lucent.com>
5087
5088         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
5089         (jm_PREREQ): Use it.
5090         (jm_PREREQ_READUTMP): New macro.
5091         (jm_PREREQ): Use it.
5092
5093 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5094
5095         Quote multibyte characters correctly.
5096         * c-bs-a.m4: New file.
5097         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
5098         (jm_PREREQ): Use it.
5099
5100 2000-01-11  Paul Eggert  <eggert@twinsun.com>
5101
5102         * uintmax_t.m4: Port to autoconf 2.13.
5103
5104 2000-01-08  Jim Meyering  <meyering@ascend.com>
5105
5106         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
5107         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
5108
5109 2000-01-04  Jim Meyering  <meyering@ascend.com>
5110
5111         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
5112         jm_STRUCT_DIRENT_D_TYPE.
5113         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
5114         jm_STRUCT_DIRENT_D_INO.
5115         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
5116         jm_STRUCT_UTIMBUF.
5117         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
5118         * utime.m4: Likewise.
5119
5120         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
5121         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
5122
5123 2000-01-03  Paul Eggert  <eggert@twinsun.com>
5124
5125         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
5126         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
5127
5128 2000-01-02  Jim Meyering  <meyering@ascend.com>
5129
5130         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
5131         remember if this is necessary.
5132
5133 1999-12-26  Jim Meyering  <meyering@ascend.com>
5134
5135         * jm-macros.m4: Use it here.
5136         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
5137
5138 1999-12-23  Jim Meyering  <meyering@ascend.com>
5139
5140         * jm-macros.m4: Check for clock_gettime (moved from
5141         fileutils/configure.in)
5142         Check for gettimeofday.
5143
5144 1999-12-20  Jim Meyering  <meyering@ascend.com>
5145
5146         * strftime.m4: Remove kludge, now that I'm using the fixed
5147         autoconf-2.14a-1999-12-20.
5148
5149 1999-12-19  Jim Meyering  <meyering@ascend.com>
5150
5151         * lstat-slash.m4: New file.
5152         * jm-macros.m4: Use the new macro:
5153         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
5154
5155 1999-12-07  Jim Meyering  <meyering@ascend.com>
5156
5157         * perl.m4: Require that File::Compare be available, too.
5158         Too many systems seem to lack it.
5159
5160         * strftime.m4: Add checks for most of the cpp macros tested in
5161         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
5162
5163 1999-11-18  Paul Eggert  <eggert@twinsun.com>
5164
5165         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
5166         problem with the QNX 4.25 shell, which doesn't propagate exit
5167         status of failed commands inside shell assignments.
5168
5169 1999-11-17  Jim Meyering  <meyering@ascend.com>
5170
5171         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
5172
5173 1999-11-07  Jim Meyering  <meyering@ascend.com>
5174
5175         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
5176
5177 1999-11-06  Jim Meyering  <meyering@ascend.com>
5178
5179         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
5180         * jm-macros.m4 (jm_MACROS): Use it here.
5181
5182 1999-11-05  Jim Meyering  <meyering@ascend.com>
5183
5184         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
5185         of textutils, fileutils, and sh-utils into this one (shared between
5186         those packages) file.
5187         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
5188         AC_STRUCT_ST_BLKSIZE.
5189
5190 1999-11-03  Jim Meyering  <meyering@ascend.com>
5191
5192         * ssize_t.m4: Remove file.  No longer needed since the new version of
5193         AC_CHECK_TYPE checks includes unistd.h.
5194         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
5195         Suggestion from Akim Demaille.
5196
5197 1999-10-30  Jim Meyering  <meyering@ascend.com>
5198
5199         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
5200         m4-quoted string.
5201         * ls-mntd-fs.m4: Likewise.
5202         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
5203         * jm-winsz1.m4: Likewise.
5204
5205         * const.m4: Remove file, since the fix made it into the experimental
5206         version of autoconf.
5207         * mktime.m4: Likewise.
5208
5209         * check-type.m4: Remove file, now that the latest version of
5210         AC_CHECK_TYPE takes a third arg to specify additional #includes.
5211
5212         * ssize_t.m4: New file, requires experimental version of autoconf.
5213         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
5214         AC_CHECK_TYPE.
5215
5216 1999-10-04  Jim Meyering  <meyering@ascend.com>
5217
5218         * jm-macros.m4: Don't require autoconf-2.14.1.
5219
5220 1999-09-22  Paul Eggert  <eggert@twinsun.com>
5221
5222         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
5223         2.95.1 bug with HP-UX 10.20.
5224
5225 1999-09-17  Jim Meyering  <meyering@ascend.com>
5226
5227         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
5228         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
5229         due to missing strdup (against sh-utils-2.0).
5230
5231 1999-08-29  Jim Meyering  <meyering@ascend.com>
5232
5233         * jm-macros.m4: Require jm_BISON.
5234         * bison.m4: New file.
5235
5236 1999-08-17  Paul Eggert  <eggert@twinsun.com>
5237
5238         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
5239         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
5240
5241 1999-08-05  Jim Meyering  <meyering@ascend.com>
5242
5243         * getline.m4: Rename test file from conftestdata to conftest.data
5244         to avoid conflicts with `conftest' on 8+3 filesystems.
5245         Suggestion from Eli Zaretskii.
5246
5247 1999-08-04  Jim Meyering  <meyering@ascend.com>
5248
5249         * jm-macros.m4: Move a 4-line block of code from the configure.in of
5250         fileutils and sh-utils (textutils's getline test was inadequate).
5251         (AM_FUNC_GETLINE): Run this test.
5252         (AC_CHECK_FUNCS): Check for getdelim.
5253         Reported by Bob Proulx.
5254
5255 1999-08-02  Jim Meyering  <meyering@ascend.com>
5256
5257         * jm-macros.m4: Add a comment.
5258
5259 1999-08-01  Jim Meyering  <meyering@ascend.com>
5260
5261         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
5262
5263 1999-08-01  Paul Eggert  <eggert@twinsun.com>
5264
5265         * lfs.m4: Remove this file.
5266         * largefile.m4: New file.  It contains the old contents of
5267         lfs.m4, except that all names with prefix AC_LFS have been
5268         changed to use the prefix AC_SYS_LARGEFILE instead, to be
5269         compatible with future autoconf versions.  Also, some minor m4
5270         quoting problems have been fixed.
5271
5272 1999-07-16  Paul Eggert  <eggert@twinsun.com>
5273
5274         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
5275         that we can shift, multiply and divide unsigned long long
5276         values; Ultrix cc can't do it.
5277
5278 1999-07-14  Paul Eggert  <eggert@twinsun.com>
5279
5280         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5281         <inttypes.h> defines strtoumax as a macro (and not as a
5282         function).
5283
5284 1999-07-05  Paul Eggert  <eggert@twinsun.com>
5285
5286         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
5287         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
5288         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
5289         and simplify the shell code.
5290
5291 1999-07-03  Paul Eggert  <eggert@twinsun.com>
5292
5293         * mktime.m4: New file, which is a preview of what should appear
5294         in the next public autoconf release.
5295
5296 1999-07-20  Jim Meyering  <meyering@ascend.com>
5297
5298         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
5299
5300 1999-07-15  Jim Meyering  <meyering@ascend.com>
5301
5302         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
5303
5304 1999-05-22  Jim Meyering  <meyering@ascend.com>
5305
5306         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
5307
5308 1999-05-20  Jim Meyering  <meyering@ascend.com>
5309
5310         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
5311         Add a colon after each `then' in case $4 is empty.
5312
5313 1999-05-16  Jim Meyering  <meyering@ascend.com>
5314
5315         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
5316
5317 1999-05-10  Jim Meyering  <meyering@ascend.com>
5318
5319         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
5320
5321         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
5322         AC_FUNC_MKTIME.
5323
5324 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
5325
5326         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
5327
5328 1999-05-04  Paul Eggert  <eggert@twinsun.com>
5329
5330         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
5331         not CPPFLAGS, so that linking works correctly in IRIX.
5332
5333 1999-04-30  Paul Eggert  <eggert@twinsun.com>
5334
5335         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
5336
5337 1999-04-20  Jim Meyering  <meyering@ascend.com>
5338
5339         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
5340         AC_REPLACE xstroull if necessary.  From Paul Eggert.
5341         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
5342
5343 1999-04-20  Paul Eggert  <eggert@twinsun.com>
5344
5345         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
5346         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
5347         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
5348         jm_AC_TYPE_UNSIGNED_LONG_LONG.
5349         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
5350
5351         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
5352
5353 1999-04-18  Jim Meyering  <meyering@ascend.com>
5354
5355         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
5356         * jm-macros.m4: Use it.
5357
5358 1999-04-06  Jim Meyering  <meyering@ascend.com>
5359
5360         * strftime.m4: Remove test for %f.
5361
5362 1999-03-29  Jim Meyering  <meyering@ascend.com>
5363
5364         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
5365         superset of the AC_TYPE_* checks in the textutils, fileutils,
5366         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
5367         AC_TYPE_PID_T.
5368
5369 1999-03-28  Jim Meyering  <meyering@ascend.com>
5370
5371         * jm-macros.m4: Define GNU_PACKAGE here.
5372         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
5373         replaced e.g., in the *.sh files of the sh-utils.
5374
5375 1999-03-20  Jim Meyering  <meyering@ascend.com>
5376
5377         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
5378         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
5379         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
5380
5381 1999-03-19  Jim Meyering  <meyering@ascend.com>
5382
5383         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
5384
5385 1999-03-12  Jim Meyering  <meyering@ascend.com>
5386
5387         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
5388
5389 1999-03-07  Jim Meyering  <meyering@ascend.com>
5390
5391         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
5392
5393 1999-02-17  Jim Meyering  <meyering@ascend.com>
5394
5395         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
5396         in macro definition.  From Eli Zaretskii and Alain Magloire.
5397
5398 1999-02-07  Jim Meyering  <meyering@ascend.com>
5399
5400         * group-member.m4: New file -- extracted from sh-utils' configure.in.
5401
5402         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
5403         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
5404
5405 1999-02-06  Jim Meyering  <meyering@ascend.com>
5406
5407         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
5408         * fnmatch.m4: Likewise.
5409         * getgroups.m4: Likewise.
5410         * lstat.m4: Likewise.
5411         * malloc.m4: Likewise.
5412         * putenv.m4: Likewise.
5413         * realloc.m4: Likewise.
5414         * regex.m4: Likewise.
5415         * stat.m4: Likewise.
5416         * strftime.m4: Likewise.
5417         Suggestion from Alain Magloire.
5418
5419         * chown.m4: Use `.$ac_objext', not `.o'.
5420         * fnmatch.m4: Likewise.
5421         * getgroups.m4: Likewise.
5422         * getline.m4: Likewise.
5423         * lstat.m4: Likewise.
5424         * malloc.m4: Likewise.
5425         * memcmp.m4: Likewise.
5426         * putenv.m4: Likewise.
5427         * realloc.m4: Likewise.
5428         * regex.m4: Likewise.
5429         * stat.m4: Likewise.
5430         * strftime.m4: Likewise.
5431         Suggestion from Alain Magloire.
5432
5433         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
5434         an argument.
5435
5436         * regex.m4: Add a run-time Test for proper operation of
5437         re_compile_pattern.
5438
5439 1999-01-31  Jim Meyering  <meyering@ascend.com>
5440
5441         * getloadavg.m4: Check for locale.h and the function, setlocale.
5442
5443 1999-01-30  Jim Meyering  <meyering@ascend.com>
5444
5445         * check-type.m4: Use 3-arg form of AC_DEFINE.
5446
5447         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
5448         rather than my private copy, now that the official one is up to date.
5449         * mktime.m4: Remove file.
5450
5451         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
5452         * uptime.m4: Likewise.
5453         * uintmax_t.m4: Likewise.
5454
5455 1999-01-28  Jim Meyering  <meyering@ascend.com>
5456
5457         * jm-macros.m4: Use jm_AFS.
5458         * afs.m4: New file (from fileutils' configure.in).
5459
5460         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
5461         * chown.m4: Likewise.
5462         * d-ino.m4: Likewise.
5463         * d-type.m4: Likewise.
5464         * fnmatch.m4: Likewise.
5465         * getgroups.m4: Likewise.
5466         * gettext.m4: Likewise.
5467         * jm-mktime.m4: Likewise.
5468         * jm-winsz2.m4: Likewise.
5469         * lcmessage.m4: Likewise.
5470         * ls-mntd-fs.m4: Likewise.
5471         * malloc.m4: Likewise.
5472         * memcmp.m4: Likewise.
5473         * putenv.m4: Likewise.
5474         * realloc.m4: Likewise.
5475         * st_mtim.m4: Likewise.
5476         * strftime.m4: Likewise.
5477
5478 1999-01-16  Jim Meyering  <meyering@ascend.com>
5479
5480         * jm-macros.m4 (ARGMATCH_DIE): Define.
5481         (ARGMATCH_DIE_DECL): Define.
5482
5483 1999-01-12  Jim Meyering  <meyering@ascend.com>
5484
5485         * Makefile.am.in: Rewrite to avoid using fmt.
5486         Reported by Lars Hecking.
5487
5488 1999-01-10  Jim Meyering  <meyering@ascend.com>
5489
5490         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
5491         gross kludge.
5492         * inttypes_h.m4: Likewise.
5493         * lstat.m4: Likewise.
5494         * malloc.m4: Likewise.
5495         * readdir.m4: Likewise.
5496         * realloc.m4: Likewise.
5497         * st_dm_mode.m4: Likewise.
5498         * stat.m4: Likewise.
5499         * utimbuf.m4: Likewise.
5500         * utimes.m4: Likewise.
5501
5502         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
5503         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
5504         comments in config.h.in are meaningful.
5505
5506         * jm-macros.m4: Require autoconf-2.13 here.
5507
5508         * regex.m4: By default, don't use the included regex.c on systems
5509         with glibc 2.  Suggestion from Uli Drepper.
5510
5511 1999-01-02  Jim Meyering  <meyering@ascend.com>
5512
5513         * jm-macros.m4: Replace strcasecmp and strncasecmp.
5514
5515 1998-12-18  Jim Meyering  <meyering@ascend.com>
5516
5517         * Makefile.am.in (Makefile.am): Simplify rule.
5518         Based on a suggestion from Lars Hecking.
5519
5520 1998-11-16  Jim Meyering  <meyering@ascend.com>
5521
5522         * lfs.m4: Double-quote the `uname...` expression.
5523
5524 1998-11-16  Paul Eggert  <eggert@twinsun.com>
5525
5526         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
5527
5528 1998-11-14  Jim Meyering  <meyering@ascend.com>
5529
5530         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
5531         * stat.m4: Likewise.
5532
5533 1998-11-03  Jim Meyering  <meyering@ascend.com>
5534
5535         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
5536         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
5537
5538 1998-10-18  Jim Meyering  <meyering@ascend.com>
5539
5540         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
5541
5542 1998-10-17  Jim Meyering  <meyering@ascend.com>
5543
5544         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
5545         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
5546         calls for those previously hard-coded headers.  Instead, take a new
5547         parameter.
5548         (jm_CHECK_DECLARATIONS): Reflect interface change.
5549         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
5550         (jm_CHECK_DECL_LOCALTIME_R): New macro.
5551
5552         * mktime.m4: Test for spring-forward gap before long-running test.
5553
5554 1998-10-14  Jim Meyering  <meyering@ascend.com>
5555
5556         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
5557         instead of "TZ=America/Vancouver".  From Paul Eggert.
5558
5559 1998-10-11  Jim Meyering  <meyering@ascend.com>
5560
5561         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
5562         This adds a test for a recently added compatibility fix for mktime.c.
5563         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
5564
5565 1998-09-27  Jim Meyering  <meyering@ascend.com>
5566
5567         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
5568
5569         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
5570         ../configure.in, including a change from Gordon Matzigkeit to allow
5571         cross-compiling for the Hurd.
5572
5573         * glibc.m4: New file/macro to test for the GNU C Library
5574         versions 1 and 2.  From Gordon Matzigkeit.
5575         Indent.
5576
5577 1998-09-21  Jim Meyering  <meyering@ascend.com>
5578
5579         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
5580
5581 1998-08-18  Paul Eggert  <eggert@twinsun.com>
5582
5583         Port nanosecond-resolution times to UnixWare 2.1.2 and
5584         pedantic Solaris 2.6.
5585
5586         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
5587         AC_STRUCT_ST_MTIM.
5588         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
5589         Generate name of ns member, instead of just 1 or undef.
5590         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
5591
5592 1998-08-15  Jim Meyering  <meyering@ascend.com>
5593
5594         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
5595         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
5596         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
5597         instead of jm_TYPE_SSIZE_T.
5598
5599 1998-08-12  Jim Meyering  <meyering@ascend.com>
5600
5601         * st_dm_mode.m4: New file.  From Johan Danielsson.
5602
5603 1998-08-02  Jim Meyering  <meyering@ascend.com>
5604
5605         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
5606         in acconfig.h manually.
5607
5608 1998-07-31  Paul Eggert  <eggert@twinsun.com>
5609
5610         * st_mtim.m4: New file.
5611
5612 1998-07-28  Jim Meyering  <meyering@ascend.com>
5613
5614         * utimes.m4: Undef stat.
5615
5616 1998-07-25  Jim Meyering  <meyering@ascend.com>
5617
5618         * utime.m4 (jm_FUNC_UTIME): New file and macro.
5619         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
5620
5621 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
5622
5623         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
5624         uid and gid actually remain unchanged.
5625
5626 1998-07-07  Jim Meyering  <meyering@ascend.com>
5627
5628         * jm-glibc-io.m4: Remove fclose_unlocked.
5629
5630 1998-07-04  Jim Meyering  <meyering@ascend.com>
5631
5632         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
5633         to prove that this macro can be used in packages without regex.c.
5634
5635 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5636
5637         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
5638         is to be used.
5639
5640 1998-07-03  Jim Meyering  <meyering@ascend.com>
5641
5642         * gettext.m4: Add -lintl if it's found to be necessary.
5643
5644         * gettext.m4: New file -- from gettext-0.10.35.
5645         * lcmessage.m4: Likewise.
5646         * progtest.m4: Likewise.
5647
5648         * regex.m4 (jm_WITH_REGEX): New file and macro.
5649         * jm-macros.m4: Require the new macro.
5650
5651 1998-06-29  Jim Meyering  <meyering@ascend.com>
5652
5653         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
5654         for the definition of NGROUPS (used in a system header included
5655         by sys/mount.h).
5656
5657 1998-06-28  Jim Meyering  <meyering@ascend.com>
5658
5659         * ls-mntd-fs.m4: New file.
5660         * fstypename.m4: New file.
5661
5662         * jm-macros.m4: Require the new macro.
5663         * jm-glibc-io.m4: New file.
5664
5665 1998-05-19  Jim Meyering  <meyering@ascend.com>
5666
5667         * jm-macros.m4: Add jm_FUNC_LCHOWN.
5668         * lchown.m4: New file.
5669
5670         * Makefile.am.in: New file.
5671         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
5672
5673 1998-05-14  Jim Meyering  <meyering@ascend.com>
5674
5675         * Makefile.am (EXTRA_DIST): Add them.
5676         * jm-macros.m4: New file.
5677         * utimbuf.m4: New file.
5678
5679 1998-05-12  Jim Meyering  <meyering@ascend.com>
5680
5681         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
5682
5683 1998-05-11  Jim Meyering  <meyering@ascend.com>
5684
5685         * isc-posix.m4: New file.
5686
5687 1998-05-10  Jim Meyering  <meyering@ascend.com>
5688
5689         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
5690
5691 1998-05-09  Jim Meyering  <meyering@ascend.com>
5692
5693         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
5694         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
5695         with automake.
5696
5697         * ssize_t.m4: New file.
5698         * mktime.m4: Remove file -- the new automake has this now.
5699
5700 1998-04-26  Jim Meyering  <meyering@ascend.com>
5701
5702         * assert.m4: New file.
5703         * Makefile.am (EXTRA_DIST): Add assert.m4.
5704
5705 1998-04-05  Jim Meyering  <meyering@ascend.com>
5706
5707         * prereq.m4 (jm_PREREQ_REGEX): New macro.
5708         (jm_PREREQ): Use it here.
5709
5710 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
5711
5712         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
5713         in acconfig.h.
5714
5715 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
5716
5717         * prereq.m4: New file.
5718         * error.m4: New file.
5719         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
5720
5721 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
5722
5723         * getline.m4: Don't set am_cv_func_working_getline before the
5724         cache-check for the same variable -- that defeated the purpose of
5725         the test; the test program was never run.  This was a problem only
5726         on systems with losing getline functions -- HP-UX 10.20 is one.
5727         Reported by Bjorn Helgaas.
5728
5729 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
5730
5731         * Makefile.am (EXTRA_DIST): Add perl.m4.
5732
5733 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
5734
5735         * Makefile.am (EXTRA_DIST): Add const.m4.
5736
5737         * const.m4: New file.  Use an initializer in this declaration
5738         typedef int charset[2]; const charset x;
5739         Reported by Bob Glickstein.
5740
5741 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
5742
5743         * chown.m4: Fix reversed types on -1 args to chown.
5744         From Kaveh Ghazi.
5745
5746 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
5747
5748         * check-decl.m4: s/DECLARATION_/DECL_/g.
5749         Add lseek and memchr.
5750
5751         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
5752         T.E.Dickey <dickey@clark.net> said that some older preprocessors
5753         have a 20-character limit on names.
5754
5755 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
5756
5757         * inttypes_h.m4: New file.
5758         * uintmax_t.m4: New file.
5759         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
5760
5761 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5762   Free Software Foundation, Inc.
5763 Copying and distribution of this file, with or without modification,
5764 are permitted provided the copyright notice and this notice are preserved.