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