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