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