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