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