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