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