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