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