b1a76120b21d585963d3dd63f8fdc1e61399f36d
[gnulib.git] / m4 / ChangeLog
1 2003-07-10  Jim Meyering  <jim@meyering.net>
2
3         * clock_time.m4: Remove trailing blank.
4         * intmax_t.m4: Likewise.
5
6 2003-07-01  Paul Eggert  <eggert@twinsun.com>
7
8         * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
9         xreadlink.c now includes it unconditionally.
10
11 2003-07-01  Bruno Haible  <bruno@clisp.org>
12
13         * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h>
14         should be sufficient.
15         Reported by Paul Eggert.
16
17 2003-06-25  Bruno Haible  <bruno@clisp.org>
18
19         * readlink.m4: New file.
20
21 2003-06-22  Bruno Haible  <bruno@clisp.org>
22
23         Portability to mingw32.
24         * ssize_t.m4: New file, from GNU gettext.
25         * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26         * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
27
28 2003-06-11  Bruno Haible  <bruno@clisp.org>
29
30         * sysexits.m4: New file.
31
32 2003-06-10  Simon Josefsson  <jas@extundo.com>
33
34         * strchrnul.m4: New file.
35
36 2003-06-07  Bruno Haible  <bruno@clisp.org>
37
38         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
39         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
40         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
41         directory.
42         * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
44         directory.
45
46 2003-06-04  Paul Eggert  <eggert@twinsun.com>
47
48         * human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
49         locale.h, localeconv.  This merges changes from coreutils.
50
51         * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
52         It can be removed after the next Autoconf is released.
53         * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
54         needed.
55
56 2003-05-30  Bruno Haible  <bruno@clisp.org>
57
58         * gettext.m4: Upgrade to gettext-0.12.1.
59         * nls.m4: New file, from gettext-0.12.1.
60         * po.m4: New file, from gettext-0.12.1.
61         * progtest.m4: Upgrade to gettext-0.12.1.
62
63 2003-05-28  Paul Eggert  <eggert@twinsun.com>
64
65         Assume the headers required for C89 freestanding compilers.
66         * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
67         * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
68         * human.m4 (gl_HUMAN): Likewise.
69         * pathmax.m4 (gl_PATHMAX): Likewise.
70         * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
71         * userspec.m4 (gl_USERSPEC): Likewise.
72         * xreadlink.m4 (gl_XREADLINK): Likewise.
73         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
74         * quote.m4 (gl_QUOTE): Don't check for stddef.h.
75
76 2003-05-26  Jim Meyering  <jim@meyering.net>
77
78         Merge in a change from coreutils:
79         * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
80         that is guaranteed to be `no'.  Use `no_such_member' to indicate
81         that condition, rather than `-1' which is slightly misleading.
82         Change the name of the cache variable to have the gl_ prefix.
83         Prompted by a patch from Richard Dawe for DJGPP.
84
85 2003-05-17  Bruno Haible  <bruno@clisp.org>
86
87         * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid
88         expansion for AC_EGREP_CPP.
89         * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
90         * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
91         Suggested by Akim Demaille <akim@epita.fr> in
92         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
93
94 2003-04-21  Paul Eggert  <eggert@twinsun.com>
95
96         * error.m4 (gl_ERROR): Do not put under dynamic conditions some
97         code which expansion is under static control.  Patch imported from
98         Akim Demaille's patch to Bison; see
99         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
100
101 2003-04-14  Bruno Haible  <bruno@clisp.org>
102
103         * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
104
105 2003-04-10  Bruno Haible  <bruno@clisp.org>
106
107         * findprog.m4: New file.
108         * eaccess.m4: New file.
109
110 2003-04-04  Bruno Haible  <bruno@clisp.org>
111
112         * linebreak.m4: New file.
113
114 2003-04-03  Bruno Haible  <bruno@clisp.org>
115
116         * utf-ucs4.m4: New file.
117         * ucs4-utf.m4: New file.
118
119 2003-03-30  Bruno Haible  <bruno@clisp.org>
120
121         * copy-file.m4 (gl_COPY_FILE): Add check for chown().
122
123 2003-03-28  Bruno Haible  <bruno@clisp.org>
124
125         * copy-file.m4: New file.
126
127 2003-03-18  Bruno Haible  <bruno@clisp.org>
128
129         * onceonly.m4: Use m4_defn instead of defn, for better error checking.
130         * onceonly_2_57.m4: Likewise.
131
132 2003-03-17  Bruno Haible  <bruno@clisp.org>
133
134         * onceonly.m4: Require autoconf 2.54 or newer.
135         (m4_quote): Remove macro.
136         * onceonly_2_57.m4: Require autoconf 2.54 or newer.
137
138 2003-03-14  Bruno Haible  <bruno@clisp.org>
139
140         * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
141         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
142
143 2003-03-13  Paul Eggert  <eggert@twinsun.com>
144
145         * onceonly.m4 (m4_quote): New macro.
146         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
147         Quote AC_FOREACH variable-expansions properly.
148
149 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
150
151         * poll.m4: New file.
152
153 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
154
155         * mathl.m4: New file.
156
157 2003-02-17  Bruno Haible  <bruno@clisp.org>
158
159         * mkdtemp.m4: New file, from GNU gettext with modifications.
160
161 2003-02-02  Jim Meyering  <jim@meyering.net>
162
163         * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
164         e.g. glibc-2.2.93.
165
166 2003-01-31  Bruno Haible  <bruno@clisp.org>
167
168         * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
169         'rpl_rename'.
170         * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
171         'rpl_strnlen'.
172         * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
173         'rpl_strtod'.
174         * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
175         'rpl_utime'.
176
177 2003-01-30  Bruno Haible  <bruno@clisp.org>
178
179         * signed.m4: New file, from GNU gettext.
180         * longdouble.m4: New file, from GNU gettext.
181         * wchar_t.m4: New file, from GNU gettext.
182         * wint_t.m4: New file, from GNU gettext.
183         * vasnprintf.m4: New file.
184         * vasprintf.m4: New file.
185
186 2003-01-29  Bruno Haible  <bruno@clisp.org>
187
188         * stpncpy.m4: New file.
189
190 2003-01-23  Jim Meyering  <jim@meyering.net>
191
192         * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
193         from working on systems without dirfd (at least Irix and OSF1/Tru64).
194
195 2003-01-16  Jim Meyering  <jim@meyering.net>
196
197         * regex.m4: The `regex' struct is both input and output.
198         Initialize it before each use.  Patch by Tim Waugh.
199
200 2003-01-11  Bruno Haible  <bruno@clisp.org>
201
202         * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
203         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
204         suffix.
205
206 2003-01-11  Bruno Haible  <bruno@clisp.org>
207
208         * md5.m4 (gl_MD5): Require AC_C_INLINE.
209
210 2003-01-11  Bruno Haible  <bruno@clisp.org>
211
212         * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
213
214 2003-01-12  Paul Eggert  <eggert@twinsun.com>
215
216         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
217         to avoid collisions with libcurses and libreadline.
218
219         * getstr.m4: Remove.
220         * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
221
222 2003-01-10  Bruno Haible  <bruno@clisp.org>
223
224         * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
225
226 2003-01-09  Bruno Haible  <bruno@clisp.org>
227
228         * stdbool.m4 (AM_STDBOOL_H): New macro.
229
230 2002-12-31  Paul Eggert  <eggert@twinsun.com>
231
232         * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
233
234 2002-12-24  Bruno Haible  <bruno@clisp.org>
235
236         General infrasructure.
237         * README: Rewritten.
238         * onceonly.m4: New file.
239         * onceonly_2_57.m4: New file.
240
241         Module atexit.
242         * atexit.m4: New file.
243
244         Module strtod.
245         * strtod.m4: New file.
246
247         Module strtol.
248         * strtol.m4: New file.
249
250         Module strtoul.
251         * strtoul.m4: New file.
252
253         Module memchr.
254         * memchr.m4: New file.
255
256         Module memcmp.
257         * memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
258         (jm_FUNC_MEMCMP): Invoke it.
259
260         Module memcpy.
261         * memcpy.m4: New file.
262
263         Module memmove.
264         * memmove.m4: New file.
265
266         Module memset.
267         * memset.m4: New file.
268
269         Module strcspn.
270         * strcspn.m4: New file.
271
272         Module strpbrk.
273         * strpbrk.m4: New file.
274
275         Module strstr.
276         * strstr.m4: New file.
277
278         Module strerror.
279         * strerror.m4: New file.
280
281         Module mktime.
282         * mktime.m4: Renamed from jm-mktime.m4.
283         (gl_PREREQ_MKTIME): New macro.
284         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
285
286         Module malloc.
287         * malloc.m4 (gl_PREREQ_MALLOC): New macro.
288         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
289         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
290
291         Module realloc.
292         * realloc.m4 (gl_PREREQ_REALLOC): New macro.
293         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
294         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
295
296         Module strftime.
297         * tm_gmtoff.m4: New file, extracted from strftime.m4.
298         * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
299         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
300         gl_TM_GMTOFF.
301         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
302
303         Module xalloc.
304         * xalloc.m4: New file.
305
306         Module alloca.
307         * alloca.m4: New file.
308
309         Module putenv.
310         * putenv.m4 (gl_PREREQ_PUTENV): New macro.
311         (jm_FUNC_PUTENV): Invoke it.
312
313         Module setenv.
314         * setenv.m4 (gt_FUNC_SETENV): New macro.
315         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
316         when invoked twice.
317         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
318         gt_FUNC_SETENV.
319
320         Module memrchr.
321         * memrchr.m4: New file.
322
323         Module stpcpy.
324         * stpcpy.m4: New file.
325
326         Module strcase.
327         * strcase.m4: New file.
328
329         Module strdup.
330         * strdup.m4: New file.
331
332         Module strnlen.
333         * strnlen.m4: New file.
334
335         Module strndup.
336         * strndup.m4: New file.
337
338         Module xstrtod.
339         * xstrtod.m4: New file.
340
341         Module xstrtol.
342         * xstrtol.m4: New file.
343
344         Module getdate.
345         * getdate.m4: New file.
346
347         Module unlocked-io.
348         * unlocked-io.m4: Renamed from jm-glibc-io.m4.
349         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
350         * jm-glibc-io.m4n: Remove file.
351
352         Module long-options.
353         * long-options.m4: New file.
354
355         Module md5.
356         * md5.m4: New file.
357
358         Module sha.
359         * sha.m4: New file.
360
361         Module getstr.
362         * getstr.m4: New file.
363
364         Module getline.
365         * getline.m4 (gl_PREREQ_GETLINE): New macro.
366         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
367         <sys/types.h>, for size_t. Use the function name gnu_getline, not
368         simply getline. Infoke gl_PREREQ_GETLINE.
369
370         Module obstack.
371         * obstack.m4: New file.
372
373         Module hash.
374         * hash.m4: New file.
375
376         Module readtokens.
377         * readtokens.m4: New file.
378
379         Module strverscmp.
380         * strverscmp.m4: New file.
381
382         Module stdbool.
383         * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1.
384
385         Module strtoll.
386         * strtoll.m4: New file.
387
388         Module strtoull.
389         * strtoull.m4: New file.
390
391         Module strtoimax.
392         * strtoimax.m4: New file.
393
394         Module strtoumax.
395         * strtoumax.m4: New file.
396
397         Module xstrtoimax.
398         * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX.
399         Moved the strtol prerequisites to strtol.m4.
400         Moved the strtoll prerequisites to strtoll.m4.
401         Moved the strtoimax prerequisites to strtoimax.m4.
402
403         Module xstrtoumax.
404         * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX.
405         Moved the strtoul prerequisites to strtoul.m4.
406         Moved the strtoull prerequisites to strtoull.m4.
407         Moved the strtoumax prerequisites to strtoumax.m4.
408
409         Module chown.
410         * chown.m4 (gl_PREREQ_CHOWN): New macro.
411         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
412
413         Module dup2.
414         * dup2.m4: New file.
415
416         Module ftruncate.
417         * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
418         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
419
420         Module getgroups.
421         * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
422         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
423
424         Module gettimeofday.
425         * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
426         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
427         gl_PREREQ_GETTIMEOFDAY.
428
429         Module mkdir.
430         * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
431         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
432
433         Module mkstemp.
434         * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
435         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
436         jm_AC_TYPE_UINTMAX_T.
437         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
438
439         Module stat.
440         * stat.m4 (gl_PREREQ_STAT): New macro.
441         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
442
443         Module lstat.
444         * lstat.m4 (gl_PREREQ_LSTAT): New macro.
445         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
446
447         Module timespec.
448         * timespec.m4 (gl_TIMESPEC): New macro.
449         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
450         * st_mtim.m4: Indentation.
451
452         Module nanosleep.
453         * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
454         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
455         gl_PREREQ_NANOSLEEP.
456
457         Module regex.
458         * regex.m4 (jm_PREREQ_REGEX): New macro.
459         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
460         (gl_REGEX): New macro.
461
462         Module rename.
463         * rename.m4 (gl_PREREQ_RENAME): New macro.
464         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
465
466         Module rmdir.
467         * rmdir.m4: New file.
468
469         Module utime.
470         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
471         * utime.m4 (gl_PREREQ_UTIME): New macro.
472         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
473
474         Module dirname.
475         * dirname.m4: New file.
476
477         Module getopt.
478         * getopt.m4: New file.
479
480         Module unistd-safer.
481         * unistd-safer.m4: New file.
482
483         Module fnmatch.
484         * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
485         declaration.
486         (gl_PREREQ_FNMATCH_EXTRA): New macro.
487         (gl_FUNC_FNMATCH_POSIX): New macro.
488         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
489         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
490         simply fnmatch.
491
492         Module exclude.
493         * exclude.m4: New file.
494
495         Module human.
496         * human.m4: New file.
497
498         Module acl.
499         * acl.m4: Nop.
500
501         Module backupfile.
502         * backupfile.m4: New file.
503         * d-ino.m4: Indentation.
504
505         Module fsusage.
506         * fsusage.m4 (gl_FSUSAGE): New macro.
507         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
508         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
509
510         Module dirfd.
511         * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements.
512
513         Module euidaccess.
514         * euidaccess.m4: New file.
515
516         Module file-type.
517         * file-type.m4: New file.
518
519         Module fileblocks.
520         * fileblocks.m4: New file.
521
522         Module filemode.
523         * filemode.m4: New file.
524
525         Module isdir.
526         * isdir.m4: New file.
527
528         Module lchown.
529         * lchown.m4 (gl_PREREQ_LCHOWN): New macro.
530         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
531
532         Module makepath.
533         * makepath.m4: New file.
534
535         Module modechange.
536         * modechange.m4: New file.
537
538         Module mountlist.
539         * mountlist.m4: New file.
540         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
541         Indentation.
542
543         Module path-concat.
544         * path-concat.m4: New file.
545
546         Module pathmax.
547         * pathmax.m4: New file.
548
549         Module same.
550         * same.m4: New file.
551
552         Module save-cwd.
553         * save-cwd.m4: New file.
554
555         Module savedir.
556         * savedir.m4: New file.
557
558         Module xgetcwd.
559         * xgetcwd.m4: New file.
560         * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
561
562         Module xreadlink.
563         * xreadlink.m4: New file.
564
565         Module safe-read.
566         * safe-read.m4: New file.
567
568         Module safe-write.
569         * safe-write.m4: New file.
570
571         Module closeout.
572         * closeout.m4: New file.
573
574         Module stdio-safer.
575         * stdio-safer.m4: New file.
576
577         Module getpass.
578         * getpass.m4: New file.
579
580         Module getugroups.
581         * getugroups.m4: New file.
582
583         Module group-member.
584         * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
585         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
586
587         Module idcache.
588         * idcache.m4: New file.
589
590         Module userspec.
591         * userspec.m4: New file.
592
593         Module gettime.
594         * clock_time.m4: New file.
595         * gettime.m4: New file.
596
597         Module settime.
598         * settime.m4: New file.
599
600         Module posixtm.
601         * posixtm.m4: New file.
602
603         Module gethostname.
604         * gethostname.m4: New file.
605
606         Module canon-host.
607         * canon-host.m4: New file.
608
609         Module gettext.
610         * codeset.m4: New file, from gettext-0.11.5.
611         * gettext.m4: New file, from gettext-0.11.5.
612         * glibc21.m4: New file, from gettext-0.11.5.
613         * iconv.m4: New file, from gettext-0.11.5.
614         * intdiv0.m4: New file, from gettext-0.11.5.
615         * inttypes-pri.m4: New file, from gettext-0.11.5.
616         * inttypes.m4: New file, from gettext-0.11.5.
617         * inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
618         * isc-posix.m4: New file, from gettext-0.11.5.
619         * lcmessage.m4: New file, from gettext-0.11.5.
620         * lib-ld.m4: New file, from gettext-0.11.5.
621         * lib-link.m4: New file, from gettext-0.11.5.
622         * lib-prefix.m4: New file, from gettext-0.11.5.
623         * progtest.m4: New file, from gettext-0.11.5.
624         * stdint_h.m4: New file, from gettext-0.11.5 with modifications.
625         * uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
626         * ulonglong.m4: New file, from gettext-0.11.5 with modifications.
627
628         Module localcharset.
629         * localcharset.m4: New file.
630
631         Module hard-locale.
632         * hard-locale.m4: New file.
633
634         Module mbswidth.
635         * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
636         onceonly macros.
637         * mbrtowc.m4: Add comment.
638
639         Module memcasecmp.
640         * memcasecmp.m4: New file.
641
642         Module memcoll.
643         * memcoll.m4: New file.
644
645         Module unicodeio.
646         * unicodeio.m4: New file.
647
648         Module rpmatch.
649         * rpmatch.m4: New file.
650
651         Module yesno.
652         * yesno.m4: New file.
653
654         Module exitfail.
655         * exitfail.m4: New file.
656
657         Module c-stack.
658         * c-stack.m4 (gl_C_STACK): New macro.
659         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
660
661         Module error.
662         * error.m4 (gl_ERROR): New macro.
663         (jm_PREREQ_ERROR): Use onceonly macros.
664
665         Module fatal.
666         * fatal.m4: New file.
667
668         Module getloadavg.
669         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
670         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
671
672         Module getpagesize.
673         * getpagesize.m4: New file.
674
675         Module getusershell.
676         * getusershell.m4: New file.
677
678         Module physmem.
679         * physmem.m4: New file.
680
681         Module posixver.
682         * posixver.m4: New file.
683
684         Module quotearg.
685         * quotearg.m4: New file.
686
687         Module quote.
688         * quote.m4: New file.
689
690         Module readutmp.
691         * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
692
693         Module sig2str.
694         * sig2str.m4: New file.
695
696         Other.
697         * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
698         ulonglong.m4.
699         * intmax_t.m4: New file.
700         * d-type.m4: Indentation.
701         * jm-macros.m4: Update.
702         * prereq.m4 (jm_PREREQ): Update.
703         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
704         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
705         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
706         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
707         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
708         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
709         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
710         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
711         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
712         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
713         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
714         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
715         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
716         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
717         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
718         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
719         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
720         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
721         * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
722
723 2002-12-18  Bruno Haible  <bruno@clisp.org>
724
725         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
726         * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
727
728 2002-12-17  Bruno Haible  <bruno@clisp.org>
729
730         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
731         stdlib.h, string.h.
732
733 2002-12-11  Bruno Haible  <bruno@clisp.org>
734
735         * setenv.m4: New file, from gettext-0.11.5.
736
737 2002-12-06  Paul Eggert  <eggert@twinsun.com>
738
739         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
740         a pain in practice to deal with generated m4 files.  This change
741         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
742
743         * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
744         and jm-glibc-io.m4, as they are no longer a special case.
745         * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
746         kludge and the auto-generation stuff.  Check only whether the
747         functions are declared, not whether they exist, since older hosts
748         that don't declare the functions can't use the optimization anyway.
749
750 2002-07-06  Jim Meyering  <meyering@lucent.com>
751
752         * README: Don't mention Makefile.am.in.
753         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
754
755 2002-06-11  Paul Eggert  <eggert@twinsun.com>
756
757         * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
758
759 2002-06-22  Jim Meyering  <meyering@lucent.com>
760
761         * c-stack.m4: New file, from diffutils-2.8.2.
762         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
763
764         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
765         now that configure.ac uses AC_GNU_SOURCE.
766         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
767         * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
768
769         Update to latest tools.  Suggestions from Paul Eggert.
770         * stdbool.m4: New file, from diffutils-2.8.2.
771         * gnu-source.m4: Update from diffutils-2.8.2.
772         * fnmatch.m4: Likewise.
773         * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
774         to AC_HEADER_STDBOOL
775
776 2002-06-21  Jim Meyering  <meyering@lucent.com>
777
778         * c-bs-a.m4: Add comment, from diffutils-2.8.2.
779         * mbrtowc.m4: Likewise.
780
781         * mbstate_t.m4: Update from diffutils-2.8.2.
782         * mbswidth.m4: Reflect name change:
783         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
784         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
785
786         * lib-link.m4: Update from gettext-0.11.2.
787         * gettext.m4: Likewise.
788
789         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
790         From Alfred M. Szmidt.
791
792 2002-05-19  Paul Eggert  <eggert@twinsun.com>
793
794         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
795
796 2002-06-07  Jim Meyering  <meyering@lucent.com>
797
798         * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
799         They're needed at least for NetBSD 1.5.2.
800         ($statxfs_includes): Include those same headers.
801         ($statxfs_includes): Include sys/vfs.h if available.
802         ($statxfs_includes): Likewise for sys/statvfs.h.
803         Check for the following members in both structs statfs and statvfs:
804         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
805
806 2002-06-01  Jim Meyering  <meyering@lucent.com>
807
808         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
809         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
810
811 2002-05-28  Jim Meyering  <meyering@lucent.com>
812
813         * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
814         Reported by Volker Borchert.
815
816 2002-05-27  Jim Meyering  <meyering@lucent.com>
817
818         * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
819         localtime.
820
821         * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
822         use the replacement function; it wouldn't resolve at link time.
823         Reported by Volker Borchert.
824
825 2002-04-30  Jim Meyering  <meyering@lucent.com>
826
827         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
828
829 2002-04-29  Paul Eggert  <eggert@twinsun.com>
830
831         * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
832         Do not check for alloca.h (no longer used) or stdbool.h (was never
833         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
834
835 2002-04-28  Paul Eggert  <eggert@twinsun.com>
836
837         * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
838
839 2002-04-29  Jim Meyering  <meyering@lucent.com>
840
841         * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
842         * prereq.m4: Add jm_PREREQ_STRNLEN.
843         Use AC_FUNC_STRNLEN here instead.
844
845         * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
846         With autoconf-2.53a, it's part of AC_PROG_CC.
847
848 2002-04-28  Paul Eggert  <eggert@twinsun.com>
849
850         * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
851         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
852
853 2002-04-24  Jim Meyering  <meyering@lucent.com>
854
855         * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
856         (jm_PREREQ): Use it.
857
858         * getloadavg.m4: Check for these headers: locale.h unistd.h
859         mach/mach.h fcntl.h.
860         Check for this function: setlocale.
861
862 2002-04-16  Jim Meyering  <meyering@lucent.com>
863
864         * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
865         ut_pid, ut_id, ut_exit.
866
867 2002-04-12  Jim Meyering  <meyering@lucent.com>
868
869         * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus
870         check for f_type in sys/mount.h.  Instead, just test for the existence
871         of the getmntinfo function.  Needed for Darwin 5.3.
872
873         * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
874         This is necessary at least on Darwin 5.3.
875
876         * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
877         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of strnlen.o
878         in the library, and that makes some versions of ranlib object.
879
880 2002-04-09  Jim Meyering  <meyering@lucent.com>
881
882         * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
883         to be more precise.  Rather than saying we're checking whether the
884         function `works', say what we're testing.
885         * realloc.m4 (jm_FUNC_REALLOC): Likewise.
886         Reported by Bruno Haible.
887
888 2002-02-27  Paul Eggert  <eggert@twinsun.com>
889
890         * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
891         Check for clock_settime.
892
893 2002-02-25  Paul Eggert  <eggert@twinsun.com>
894
895         * acl.m4: New file.
896         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
897         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
898
899 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
900
901         * codeset.m4: Upgrade to gettext-0.11.
902         * gettext.m4: Upgrade to gettext-0.11.
903         * glibc21.m4: Upgrade to gettext-0.11.
904         * iconv.m4: Upgrade to gettext-0.11.
905         * isc-posix.m4: Upgrade to gettext-0.11.
906         * lcmessage.m4: Upgrade to gettext-0.11.
907         * lib-ld.m4: New file, from gettext-0.11.
908         * lib-link.m4: New file, from gettext-0.11.
909         * lib-prefix.m4: New file, from gettext-0.11.
910         * progtest.m4: Upgrade to gettext-0.11.
911
912 2002-02-15  Paul Eggert  <eggert@twinsun.com>
913
914         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
915         (jm_PREREQ): Use it.
916
917 2002-01-26  Jim Meyering  <meyering@lucent.com>
918
919         * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
920         * strnlen.m4: Remove file, now that it's part of autoconf.
921
922 2002-01-22  Paul Eggert  <eggert@twinsun.com>
923
924         * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
925
926 2002-01-19  Jim Meyering  <meyering@lucent.com>
927
928         * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
929         Remove useless quotes: DF_PROG="df".
930         * strnlen.m4: New file.
931
932 2001-12-14  Jim Meyering  <meyering@lucent.com>
933
934         * jm-macros.m4 (jm_MACROS): Check for iswspace.
935         Suggestion from Bruno Haible.
936
937 2001-11-20  Jim Meyering  <meyering@lucent.com>
938
939         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
940         SunOS4.1.4 and solaris2.5.1 lose, too.
941
942 2001-11-19  Jim Meyering  <meyering@lucent.com>
943
944         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
945         directory.  Use "conftestXXXXXX" as the template.
946         Suggestion from Paul Eggert.
947
948         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately,
949         so the test doesn't mistakenly hit the max-open-files limit.
950
951 2001-11-18  Jim Meyering  <meyering@lucent.com>
952
953         * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
954
955 2001-11-17  Jim Meyering  <meyering@lucent.com>
956
957         * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
958         Prompted by a report from Bob Proulx.
959
960         * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
961         Instead, require UTILS_FUNC_MKSTEMP.
962
963 2001-11-11  Jim Meyering  <meyering@lucent.com>
964
965         * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
966         Now, that's done as part of AC_FUNC_STRTOD.
967
968 2001-10-22  Paul Eggert  <eggert@twinsun.com>
969
970         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
971         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
972
973 2001-11-10  Jim Meyering  <meyering@lucent.com>
974
975         * prereq.m4 (jm_PREREQ_PHYSMEM): New function.
976         (jm_PREREQ): Use it.
977
978 2001-11-09  Jim Meyering  <meyering@lucent.com>
979
980         * jm-macros.m4: Require autoconf-2.52f.
981         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
982         Use these AC_-prefixed names, not the AM_-prefixed ones.
983
984         * afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
985
986 2001-11-04  Jim Meyering  <meyering@lucent.com>
987
988         * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS.
989
990 2001-11-03  Jim Meyering  <meyering@lucent.com>
991
992         * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
993         of AC_DEFUN.
994
995         * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
996         know the name of the variable in the macro definition.
997
998 2001-11-01  Jim Meyering  <meyering@lucent.com>
999
1000         * dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
1001         * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
1002
1003 2001-10-20  Paul Eggert  <eggert@twinsun.com>
1004
1005         * error.m4 (jm_PREREQ_ERROR):
1006         Do not invoke AC_CHECK_FUNCS with strerror_r, as
1007         AC_FUNC_STRERROR_R does that.
1008         Check for strerror declaration.
1009
1010         * strerror_r.m4: Add copyright notice, as nontrivial m4 files
1011         are supposed to have them these days.
1012         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
1013         Merge changes from latest Autoconf CVS.
1014         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
1015         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
1016         POSIX decided to standardize on the int flavor of strerror_r.
1017
1018 2001-09-30  Jim Meyering  <meyering@lucent.com>
1019
1020         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
1021         `struct fsstat' has the `f_fstypename' member.
1022         Use that to define FS_TYPE, which is now used to make
1023         the getfsstat link test tighter.
1024
1025 2001-09-29  Jim Meyering  <meyering@lucent.com>
1026
1027         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1028         [one-argument getmntent function]): Include stdio.h before mntent.h.
1029         SunOS4.1.x needs it for the declaration of `FILE'.
1030         Patch by Volker Borchert.
1031
1032         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
1033         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
1034         sys/fs_types.h, and make the link-test for getfsstat guard #include
1035         directives with appropriate #if HAVE_*_H tests so that we can
1036         detect getfsstat on Apple Darwin1.3.7 systems.
1037         Reported by Nelson Beebe.
1038         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
1039
1040 2001-09-28  Paul Eggert  <eggert@twinsun.com>
1041
1042         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
1043         #defines strtoimax.  Also treat the other strto* functions
1044         like strtoimax.
1045
1046         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1047         Check for strtoul and strtoumax,
1048         as those declarations are made even in the signed case.
1049         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
1050         Likewise, for strtol and strtoimax.
1051
1052 2001-09-24  Jim Meyering  <meyering@lucent.com>
1053
1054         * gettext.m4: Use the version from gettext-0.10.40, not CVS.
1055
1056 2001-09-23  Jim Meyering  <meyering@lucent.com>
1057
1058         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
1059         instead of the mere test for existence of mntent.h.  The latter
1060         would get a false-positive on AIX 3.4 systems.
1061         In the outer getmntent if-block, don't die if neither of the getmntent
1062         tests succeeds.  Instead, just fall through and continue with the
1063         remaining tests.
1064
1065 2001-09-22  Jim Meyering  <meyering@lucent.com>
1066
1067         * gettext.m4: New file.  From gettext.
1068         * lcmessage.m4: Sync with gettext -- this changes only comments.
1069         * progtest.m4: Likewise
1070         * isc-posix.m4: Decrement serial number to sync with gettext.
1071         * glibc21.m4: Likewise.
1072
1073         * libintl.m4: Remove.  No longer used.
1074
1075 2001-09-20  Jim Meyering  <meyering@lucent.com>
1076
1077         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
1078         strtoimax.
1079         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
1080         strtoumax.
1081
1082 2001-09-17  Jim Meyering  <meyering@lucent.com>
1083
1084         * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
1085         * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
1086         * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
1087         * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
1088         * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
1089         whenever the right hand side need not be expanded by the shell.
1090
1091 2001-09-16  Paul Eggert  <eggert@twinsun.com>
1092
1093         * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
1094         library.  It's not correct, as some older glibcs are buggy.
1095         fnmatch wasn't fixed until glibc 2.2.
1096
1097         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
1098         special shell magic here.
1099
1100 2001-09-16  Jim Meyering  <meyering@lucent.com>
1101
1102         * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
1103         * jm-macros.m4: Require it.
1104
1105 2001-09-15  Jim Meyering  <meyering@lucent.com>
1106
1107         * jm-macros.m4: Check for help2man.
1108
1109 2001-09-11  Jim Meyering  <meyering@lucent.com>
1110
1111         * host-os.m4 (UTILS_HOST_OS): New file/macro.
1112         The body, by Paul Eggert, was moved here from configure.in.
1113         * jm-macros.m4: Require UTILS_HOST_OS.
1114
1115 2001-09-04  Paul Eggert  <eggert@twinsun.com>
1116
1117         * prereq.m4 (jm_PREREQ_XREADLINK): New macro.
1118         (jm_PREREQ): Use it.
1119
1120 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1121
1122         * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
1123         sys/param.h, as pathmax.h includes them.
1124
1125 2001-09-03  Paul Eggert  <eggert@twinsun.com>
1126
1127         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
1128         (jm_PREREQ_XGETCWD): New macro.
1129
1130         * getcwd.m4: New file.
1131
1132 2001-09-01  Jim Meyering  <meyering@lucent.com>
1133
1134         * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
1135         Used by df.
1136
1137 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1138
1139         Simplify code, partly by assuming autoconf 2.52 semantics.
1140
1141         * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
1142
1143         * inttypes.m4 (AC_PREREQ): Bump to 2.52.
1144         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
1145         All uses removed.
1146         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
1147         Move AC_REQUIRE to next-to-top level, to avoid confusion.
1148         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
1149         * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
1150         * jm-macros.m4 (jm_MACROS): Likewise.
1151
1152         * uintmax_t.m4: Remove, as it duplicates inttypes.m4.
1153
1154         * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
1155         Quote first arg of AC_DEFUN.
1156         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
1157         since they are needed to parse the include file even if we need
1158         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
1159         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
1160         but with opposite signedness.
1161
1162 2001-08-30  Paul Eggert  <eggert@twinsun.com>
1163
1164         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
1165         (jm_PREREQ_EXCLUDE): New macro.
1166
1167 2001-08-26  Jim Meyering  <meyering@lucent.com>
1168
1169         * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
1170
1171         * xstrtoimax.m4: New file.
1172         * xstrtoumax.m4: Add comments explaining why we
1173         AC_REPLACE_FUNCS(strtol).
1174
1175 2001-06-20  Paul Eggert  <eggert@twinsun.com>
1176
1177         * inttypes.m4: Add AC_PREREQ(2.13).
1178         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
1179         (jm_AC_TYPE_INTMAX_T): New macro.
1180         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
1181
1182         * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
1183
1184         * longlong.m4: Renamed from ulonglong.m4.
1185         * inttypes.m4: Renamed from inttypes_h.m4.
1186         * uintmax_t.m4: Removed.
1187
1188 2001-08-12  Jim Meyering  <meyering@lucent.com>
1189
1190         * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
1191         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
1192         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
1193         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
1194         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
1195         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
1196         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
1197         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
1198         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
1199         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
1200         utime.m4, utimes.m4, xstrtoumax.m4:
1201         Quote the first argument in each use of AC_DEFUN.
1202
1203 2001-08-05  Jim Meyering  <meyering@lucent.com>
1204
1205         * jm-macros.m4: Require autoconf-2.52.
1206
1207 2001-08-03  Paul Eggert  <eggert@twinsun.com>
1208
1209         The following changes are from gettext 0.10.39 as maintained by
1210         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
1211
1212         * codeset.m4: Upgrade to serial AM1.
1213         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
1214         all uses changed.  Quote first arg of AC_DEFUN.
1215         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
1216
1217         * iconv.m4: Upgrade to serial AM2.
1218         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
1219         Add --with-libconv-prefix.
1220         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
1221         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
1222         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
1223         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
1224         * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
1225
1226         * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
1227         * getline.m4 (AM_FUNC_GETLINE): Likewise.
1228         * glibc21.m4 (jm_GLIBC21): Likewise.
1229         * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
1230         * isc-posix.m4 (AC_ISC_POSIX): Likewise.
1231         * lcmessage.m4 (AM_LC_MESSAGES): Likewise.
1232         * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
1233         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
1234         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
1235
1236         * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
1237         string.h any more.
1238
1239         * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
1240         not the default value.
1241
1242         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
1243         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
1244         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
1245         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
1246         Also check for iswcntrl, used for wcwidth fallback.
1247         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
1248         to Autoconf 2.13.
1249
1250 2001-08-03  Jim Meyering  <meyering@lucent.com>
1251
1252         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
1253         as it was in the original.  Reported by Paul Eggert.
1254
1255 2001-07-16  Jim Meyering  <meyering@lucent.com>
1256
1257         * gettimeofday.m4: New file.
1258         Prompted by a report from Bernhard Baehr.
1259
1260 2001-07-15  Jim Meyering  <meyering@lucent.com>
1261
1262         * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff.
1263         Now it's in ../Makefile.cfg.
1264
1265 2001-07-04  Jim Meyering  <meyering@lucent.com>
1266
1267         * Makefile.am.in (glibc-io.struct): New target.  Rework the code
1268         that generates jm-glibc-io.m4 so that it doesn't trigger any make
1269         distcheck failure.
1270
1271 2001-07-02  Jim Meyering  <meyering@lucent.com>
1272
1273         The following changes were prompted by suggestions from Bruno Haible.
1274
1275         * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
1276         is now generated.
1277         * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
1278         definition of EXTRA_DIST.
1279         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
1280         ensure that the generated file is created/updated whenever the list
1281         of $(unlocked_functions) is changed.
1282         (jm-glibc-io.m4): New rule.
1283         (unlocked-io.h): New rule -- currently unused.
1284
1285 2001-06-24  Jim Meyering  <meyering@lucent.com>
1286
1287         * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
1288         unmatched right bracket, rather than kludging it with an extra,
1289         falsely-matching quote in a comment.  Patch by Akim Demaille.
1290
1291 2001-05-27  Jim Meyering  <meyering@lucent.com>
1292
1293         * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
1294         Check for ut_type in struct utmp.
1295
1296 2001-05-22  Jim Meyering  <meyering@lucent.com>
1297
1298         * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
1299         now that we use the package-supplied version unconditionally.
1300         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
1301
1302 2001-05-21  Jim Meyering  <meyering@lucent.com>
1303
1304         * regex.m4: Change a couple backticks to single quotes to avoid shell
1305         syntax errors.
1306
1307 2001-05-19  Alexandre Duret-Lutz  <duret_g@epita.fr>
1308
1309         * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
1310
1311 2001-05-11  Paul Eggert  <eggert@twinsun.com>
1312
1313         * strftime.m4 (jm_FUNC_GNU_STRFTIME):
1314         Don't bother to check library strftime, since
1315         we'll be using our own my_strftime function anyway.
1316         Define my_strftime instead of strftime.
1317
1318 2001-05-15  Jim Meyering  <meyering@lucent.com>
1319
1320         * regex.m4: Use proper quoting so brackets appear in the test program.
1321         Reported by, and with help from, Bruno Haible.
1322
1323 2001-05-13  Jim Meyering  <meyering@lucent.com>
1324
1325         * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined.
1326
1327 2000-11-26  Paul Eggert  <eggert@twinsun.com>
1328
1329         * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
1330
1331 2001-04-21  Jim Meyering  <meyering@lucent.com>
1332
1333         * rmdir-errno.m4: Write to a new file, so that a restrictive umask
1334         doesn't interfere.
1335
1336 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
1337
1338         * ftruncate.m4: Check for chsize.
1339         Link with ftruncate.o unconditionally if ftruncate is missing.
1340         This was required when cross-compiling to i586-mingw32msvc.
1341
1342 2001-03-24  Jim Meyering  <meyering@lucent.com>
1343
1344         * jm-macros.m4: Require autoconf-2.49d.
1345
1346 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
1347
1348         * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
1349
1350 2001-03-17  Jim Meyering  <meyering@lucent.com>
1351
1352         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
1353         now that the version in autoconf is equivalent.
1354         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
1355
1356         * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
1357         Suggestion from Akim Demaille.
1358
1359         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
1360         (jm_PREREQ_TEMPNAME): New function.
1361
1362 2001-02-25  Paul Eggert  <eggert@twinsun.com>
1363
1364         * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
1365         lacks mkstemp.  Compile our own tempname.c if we compile our own
1366         mkstemp.c, as mkstemp relies on tempname.
1367
1368 2001-03-01  Jim Meyering  <meyering@lucent.com>
1369
1370         * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
1371         AH_VERBATIM really does output its argument verbatim.
1372
1373 2001-02-18  Paul Eggert  <eggert@twinsun.com>
1374
1375         * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
1376
1377 2001-02-17  Jim Meyering  <meyering@lucent.com>
1378
1379         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
1380         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
1381         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
1382         UnixWare 7.1.1.
1383
1384         * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
1385         rather than AC_CACHE_VAL.
1386
1387 2001-02-17  Paul Eggert  <eggert@twinsun.com>
1388
1389         * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
1390         * mbswidth.m4 (jm_PREREQ_MBSWIDTH):
1391         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
1392         * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
1393
1394 2001-02-07  Jim Meyering  <meyering@lucent.com>
1395
1396         * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
1397
1398 2001-02-05  Jim Meyering  <meyering@lucent.com>
1399
1400         * jm-macros.m4: Require autoconf-2.14d (not yet released), because
1401         it includes the patch required for `large file' support with at least
1402         HP-UX's 10.20 /bin/cc.
1403
1404 2001-02-03  Jim Meyering  <meyering@lucent.com>
1405
1406         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
1407         AS_IF, now that it works once again (mysteriously).
1408         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1409
1410 2001-01-30  Jim Meyering  <meyering@lucent.com>
1411
1412         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
1413         * chown.m4: Rename conftestchown to conftest.chown.
1414         * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
1415         * utimes.m4: s/conftestdata/conftest.data/
1416         Inspired by Pavel Roskin's change in autoconf.
1417
1418 2001-01-27  Jim Meyering  <meyering@lucent.com>
1419
1420         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
1421         a use of AS_IF.
1422         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
1423
1424 2001-01-26  Jim Meyering  <meyering@lucent.com>
1425
1426         * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
1427         quotearg.c includes it.
1428
1429 2001-01-15  Bruno Haible  <haible@clisp.cons.org>
1430
1431         * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
1432         has const.
1433
1434 2001-01-20  Jim Meyering  <meyering@lucent.com>
1435
1436         Be sure that headers are checked before used in code compiled
1437         for the type checks.
1438         * jm-macros.m4 (jm_MACROS): Remove all header checks.
1439         In place of that, invoke jm_CHECK_ALL_TYPES.
1440         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
1441         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
1442         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
1443         The check for ssize_t was mistakenly run before the test for unistd.h.
1444
1445         The configure-time check for stdbool.h was missing.
1446         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
1447         (jm_PREREQ_HASH): New function.
1448
1449 2001-01-17  Jim Meyering  <meyering@lucent.com>
1450
1451         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
1452         for autoconf-2.49c.
1453         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
1454
1455 2001-01-14  Jim Meyering  <meyering@lucent.com>
1456
1457         * rename.m4: Use temporary directories named conftestdir{,2}, not
1458         foo and bar.  Create conftestdir/ in the script, not in the C code.
1459         Remove directories in the script, not in the C code.
1460         Remove conftestdir{,2} before trying to create the directory.
1461         Make the entire configure script fail if the mkdir fails.
1462
1463 2001-01-02  Volker Borchert  <bt@teknon.de>
1464
1465         * rename.m4: New file.
1466         * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
1467
1468 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
1469
1470         * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
1471         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
1472         so `make install' also works in VPATH builds.
1473
1474 2001-01-01  Jim Meyering  <meyering@lucent.com>
1475
1476         * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even
1477         on systems with utmpx.h.  It's necessary for the declaration of utmp's
1478         ut_user member.  Reported by Andreas Jaeger.
1479
1480         * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available.
1481         They are required for the declarations of getgrgid and getpwuid resp.
1482         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
1483         Reported by Andreas Jaeger.
1484
1485 2000-12-25  Alexandre Duret-Lutz  <duret_g@epita.fr>
1486
1487         * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
1488         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
1489         can be used in subdirectories.
1490
1491 2000-12-26  Jim Meyering  <meyering@lucent.com>
1492
1493         * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better
1494         with autoheader.
1495
1496 2000-12-17  Jim Meyering  <meyering@lucent.com>
1497
1498         * dos.m4 (jm_AC_DOS): New file and macro.
1499         * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
1500
1501 2000-12-06  Paul Eggert  <eggert@twinsun.com>
1502
1503         * off_t-format.m4: Remove this file.
1504         * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
1505
1506 2000-12-06  Jim Meyering  <meyering@lucent.com>
1507
1508         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement
1509         strtoull, we may well need the replacement strtoul, too.
1510         Check for declarations of strtoul and strtoull.
1511         Check for strtol.  Mainly as a cue to cause automake to include
1512         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
1513         Check for limits.h -- strtol.c needs it.
1514
1515 2000-12-02  Jim Meyering  <meyering@lucent.com>
1516
1517         * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
1518         * jm-macros.m4 (jm_MACROS): require it.
1519
1520 2000-11-30  Jim Meyering  <meyering@lucent.com>
1521
1522         * jm-macros.m4 (jm_MACROS): Check for stdint.h.
1523
1524 2000-11-30  Jim Meyering  <meyering@lucent.com>
1525
1526         * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
1527
1528 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
1529
1530         * jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
1531
1532 2000-11-04  Jim Meyering  <meyering@lucent.com>
1533
1534         * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
1535
1536 2000-10-29  Jim Meyering  <meyering@lucent.com>
1537
1538         * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming.
1539         * ls-mntd-fs.m4: Likewise
1540
1541 2000-10-28  Jim Meyering  <meyering@lucent.com>
1542
1543         * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
1544         (jm_PREREQ_MEMCHR): New function.
1545
1546 2000-10-21  Jim Meyering  <meyering@lucent.com>
1547
1548         * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
1549         * prereq.m4 (jm_PREREQ_DIRNAME): New macro.
1550         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
1551
1552 2000-09-18  Jim Meyering  <meyering@lucent.com>
1553
1554         * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS.
1555         Otherwise, everyone ends up linking with -lelf for some configurations.
1556         Reported by Mike Stone.
1557
1558 2000-08-26  Jim Meyering  <meyering@lucent.com>
1559
1560         * jm-macros.m4: Use jm_FUNC_FPENDING.
1561         * fpending.m4: New file.
1562
1563 2000-08-20  Jim Meyering  <meyering@lucent.com>
1564
1565         * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
1566         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
1567         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
1568
1569 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
1570
1571         Improve fileutils installation on systems where running
1572         programs (like install) can't be unlinked.
1573         * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
1574         * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
1575
1576 2000-08-06  Paul Eggert  <eggert@twinsun.com>
1577
1578         * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
1579         not char, for compatibility with glibc 2.1.3 strftime.c.
1580
1581 2000-07-23  Paul Eggert  <eggert@twinsun.com>
1582
1583         * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
1584
1585 2000-07-23  Jim Meyering  <meyering@lucent.com>
1586
1587         * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too:
1588         getgrgid, getpwuid, getuid.
1589
1590 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
1591
1592         * mbswidth.m4: New file.
1593         * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
1594
1595 2000-07-14  Jim Meyering  <meyering@lucent.com>
1596
1597         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T.
1598
1599 2000-07-10  Paul Eggert  <eggert@twinsun.com>
1600
1601         From a suggestion by Bruno Haible.
1602         * mbstate_t.m4 (AC_MBSTATE_T):
1603         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
1604         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
1605         and mbstate_t, to a single-part test that simply defines mbstate_t.
1606         * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
1607
1608 2000-07-10  Jim Meyering  <meyering@lucent.com>
1609
1610         * strerror_r.m4: Mirror the correction made in autoconf.
1611
1612         * gnu-source.m4: Output to confdefs.h directly.
1613         Suggestion from Akim Demaille.
1614
1615 2000-07-09  Jim Meyering  <meyering@lucent.com>
1616
1617         * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
1618         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
1619
1620         * gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
1621         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
1622
1623 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
1624
1625         * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
1626         to strerror_r.
1627         Include <ctype.h> for use of isalpha.
1628
1629 2000-07-05  Paul Eggert  <eggert@twinsun.com>
1630         and Bruno Haible  <haible@clisp.cons.org>
1631
1632         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
1633         only if the test for an object-type mbstate_t fails.  This
1634         prevents us from mistakenly reporting that mbstate_t is a
1635         system object type after we "#define mbstate_t int" to work
1636         around its lack.
1637
1638 2000-07-04  Jim Meyering  <meyering@lucent.com>
1639
1640         * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
1641         of the deprecated AC_CHECKING.
1642
1643 2000-07-03  Jim Meyering  <meyering@lucent.com>
1644
1645         * check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
1646
1647 2000-07-03  Paul Eggert  <eggert@twinsun.com>
1648
1649         * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
1650         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
1651
1652 2000-07-02  Jim Meyering  <meyering@lucent.com>
1653
1654         * mbstate_t.m4: Also define mbstate_t, if necessary.
1655
1656         * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
1657         AC_LIBOBJ(function_name).
1658         * chown.m4: Likewise.
1659         * fnmatch.m4: Likewise.
1660         * ftruncate.m4: Likewise.
1661         * getgroups.m4: Likewise.
1662         * getline.m4: Likewise.
1663         * group-member.m4: Likewise.
1664         * jm-macros.m4: Likewise.
1665         * lstat.m4: Likewise.
1666         * malloc.m4: Likewise.
1667         * memcmp.m4: Likewise.
1668         * nanosleep.m4: Likewise.
1669         * putenv.m4: Likewise.
1670         * realloc.m4: Likewise.
1671         * regex.m4: Likewise.
1672         * stat.m4: Likewise.
1673         * strftime.m4: Likewise.
1674
1675 2000-07-01  Jim Meyering  <meyering@lucent.com>
1676
1677         * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
1678         problem.
1679
1680 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1681
1682         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
1683         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
1684
1685 2000-07-01  Jim Meyering  <meyering@lucent.com>
1686
1687         * uptime.m4: Put double quotes around use of $cross_compiling.
1688
1689 2000-06-28  Jim Meyering  <meyering@lucent.com>
1690
1691         * mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not included
1692         by quotearg.c, for which we perform this test.  From Bruno Haible.
1693
1694 2000-06-17  Bruno Haible  <haible@clisp.cons.org>
1695
1696         * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
1697         * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
1698         <utmpx.h> exists, put readutmp.o into LIBOBJS.
1699
1700 2000-06-25  Jim Meyering  <meyering@lucent.com>
1701
1702         * mbstate_t.m4: Include stdio.h before wchar.h to work around
1703         Linux header bug when _XOPEN_SOURCE is defined to 500.
1704
1705 2000-06-24  Jim Meyering  <meyering@lucent.com>
1706
1707         * strerror_r.m4: Revive this file -- to try out an experimental
1708         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
1709         for which strerror does return char*, but which lacks a conveniently
1710         accessible declaration of the function.  If the compile-test says
1711         strerror_r doesn't work, then resort to a `run'-test that works on
1712         BeOS and segfaults on DEC Unix.
1713
1714 2000-06-19  Paul Eggert  <eggert@twinsun.com>
1715
1716         * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
1717         * prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
1718
1719 2000-06-23  Jim Meyering  <meyering@lucent.com>
1720
1721         * afs.m4: Add missing AC_MSG_RESULT.
1722         Reported by Bruno Haible.
1723
1724         * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
1725         Suggestion from Bruno Haible.
1726
1727 2000-06-21  Jim Meyering  <meyering@lucent.com>
1728
1729         * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
1730
1731 2000-06-18  Jim Meyering  <meyering@lucent.com>
1732
1733         * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
1734
1735         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
1736         `checking whether...' message to be consistent with that of the
1737         lstat test.
1738
1739 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
1740
1741         * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
1742
1743 2000-06-12  Jim Meyering  <meyering@lucent.com>
1744
1745         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG
1746         from autoconf, and tweak the latter to accept an optional argument.
1747         * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
1748         the optional argument, `lib'.
1749
1750 2000-06-08  Jim Meyering  <meyering@lucent.com>
1751
1752         * largefile.m4: Remove file (now that it's part of autoconf).
1753
1754 2000-06-04  Paul Eggert  <eggert@twinsun.com>
1755
1756         Rewrite largefile configuration so that we don't need to run
1757         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
1758         AC_CANONICAL_HOST in configure.in -- jmm]
1759
1760         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
1761         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
1762         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
1763         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
1764         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
1765         All uses changed.
1766         Instead of inspecting the output of getconf, try to compile the
1767         test program without and with the macro definition.
1768         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
1769         for getconf.  Instead, check for the needed flags by compiling
1770         test programs.
1771
1772 2000-06-03  Jim Meyering  <meyering@lucent.com>
1773
1774         * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
1775         now that autoconf requires that.
1776
1777         * jm-glibc-io.m4: Add a kludge to make autoheader emit the required
1778         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
1779         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
1780
1781 2000-05-26  Bruno Haible  <haible@clisp.cons.org>
1782
1783         * glibc21.m4: New file.
1784         * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
1785
1786 2000-05-28  Jim Meyering  <meyering@lucent.com>
1787
1788         * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
1789         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1790         * stat.m4: Likewise.
1791         * lstat.m4: Likewise.
1792         * lstat-slash.m4: Remove file (absorbed into autoconf).
1793
1794         * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
1795         * strerror_r.m4: Remove file (absorbed into autoconf).
1796
1797 2000-05-26  Jim Meyering  <meyering@lucent.com>
1798
1799         * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
1800
1801 2000-05-24  Jim Meyering  <meyering@lucent.com>
1802
1803         * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
1804         autoconf requires that.
1805         * lib-check.m4: Likewise.
1806         * jm-macros.m4: Likewise.
1807         * strftime.m4: Likewise.
1808
1809         * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS,
1810         now that autoconf requires that.
1811
1812 2000-05-22  Jim Meyering  <meyering@lucent.com>
1813
1814         * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
1815         * lstat.m4: Likewise.
1816
1817 2000-05-20  Jim Meyering  <meyering@lucent.com>
1818
1819         * prereq.m4 (jm_PREREQ_HUMAN): New macro.
1820         (jm_PREREQ): Use it.
1821
1822 2000-05-09  Jim Meyering  <meyering@lucent.com>
1823
1824         * gettext.m4: Rename this...
1825         * libintl.m4: ...to this.
1826
1827 2000-05-06  Jim Meyering  <meyering@lucent.com>
1828
1829         * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
1830         (AC_REPLACE_FUNCS): Add strnlen.
1831
1832         * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
1833         * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
1834
1835         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
1836         AC_SEARCH_LIBS call for nanosleep.
1837         (LIB_NANOSLEEP): Set and AC_SUBST.
1838
1839 2000-05-03  Paul Eggert  <eggert@twinsun.com>
1840
1841         * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
1842         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
1843         2.1.3 bug.  This avoids a clash when files like regex.c define
1844         _GNU_SOURCE.
1845
1846 2000-05-05  Jim Meyering  <meyering@lucent.com>
1847
1848         * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS
1849         call for clock_gettime.
1850         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
1851
1852         * search-libs.m4: Update from autoconf.
1853
1854         su doesn't work on Solaris2.6.
1855         * lib-check.m4: When checking for struct spwd.sp_pwdp, also include
1856         <shadow.h>.  Reported by Dragos Harabor.
1857
1858 2000-05-03  Jim Meyering  <meyering@lucent.com>
1859
1860         * check-decl.m4 (AC_CHECK_DECLS): Add strndup.
1861
1862 2000-05-02  Paul Eggert  <eggert@twinsun.com>
1863
1864         * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
1865         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
1866         compile-time test, rather than inspecting host and OS, to
1867         decide whether to define _LARGEFILE_SOURCE.
1868
1869 2000-05-01  Jim Meyering  <meyering@lucent.com>
1870
1871         * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
1872
1873         * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
1874         Based on a patch from Bruno Haible.
1875
1876 2000-04-18  Jim Meyering  <meyering@lucent.com>
1877
1878         * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
1879         (jm_PREREQ): Use it.
1880
1881 2000-04-17  Jim Meyering  <meyering@lucent.com>
1882
1883         Get it right :-)
1884         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
1885         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
1886         Suggestion from Akim Demaille.
1887
1888 2000-04-14  Jim Meyering  <meyering@lucent.com>
1889
1890         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form
1891         of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
1892
1893 2000-04-13  Jim Meyering  <meyering@lucent.com>
1894
1895         * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM
1896         to insert required #ifndef into config.h.in.
1897         Suggestion from Akim Demaille.
1898
1899 2000-04-12  Jim Meyering  <meyering@lucent.com>
1900
1901         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
1902         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
1903         Christian Krackowizer.
1904
1905         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
1906         * jm-macros.m4 (_GNU_SOURCE): Define.
1907         (AC_SYS_LARGEFILE): Require.
1908         (AM_C_PROTOTYPES): Require.
1909
1910 2000-04-05  Paul Eggert  <eggert@twinsun.com>
1911
1912         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
1913         IRIX if the installer said otherwise.
1914
1915 2000-04-05  Jim Meyering  <meyering@lucent.com>
1916
1917         Portability tweaks required for ultrix4.3.
1918         * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
1919         (jm_CHECK_DECLS): Add getutent to the list of functions.
1920         (_jm_DECL_HEADERS): Add utmpx.h.
1921         From John David Anglin.
1922
1923         * strftime.m4: Back out the 2000-04-02 change.
1924         Instead of that change, simply undefine putenv in the test program.
1925
1926 2000-04-03  Jim Meyering  <meyering@lucent.com>
1927
1928         * gettext.m4: Fix typo in comment.
1929
1930         * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
1931         textutils/configure.in).  Suggestion from Paul Eggert.
1932         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
1933
1934 2000-04-02  Paul Eggert  <eggert@twinsun.com>
1935
1936         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
1937         variable in the shell rather than using putenv, which isn't
1938         portable.  This avoids the configure-time inter-test dependency
1939         on the potentially-renamed putenv function.
1940
1941 2000-03-30  Paul Eggert  <eggert@twinsun.com>
1942
1943         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
1944         before checking struct stat.st_blksize, so that
1945         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
1946
1947 2000-03-29  Paul Eggert  <eggert@twinsun.com>
1948
1949         * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
1950         since strftime.c uses HAVE_STRFTIME to decide whether to use
1951         the underlying strftime.
1952
1953 2000-03-10  Jim Meyering  <meyering@lucent.com>
1954
1955         * lib-check.m4: Look for getspnam in -lgen, too.
1956         From Marco Franzen.
1957
1958 2000-02-02  Bruno Haible  <haible@clisp.cons.org>
1959
1960         * codeset.m4: New file.
1961         * iconv.m4: New file.
1962         * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
1963
1964 2000-03-04  Jim Meyering  <meyering@lucent.com>
1965
1966         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
1967         for lib/localcharset.c.
1968
1969 2000-03-03  Jim Meyering  <meyering@lucent.com>
1970
1971         * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
1972
1973 2000-03-02  Jim Meyering  <meyering@lucent.com>
1974
1975         * timespec.m4: Require AC_HEADER_TIME before the cache check so
1976         the messages come out on separate lines.
1977
1978         * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
1979         rather than jm_CHECK_DECLARATIONS.
1980         * decl.m4: Remove now-unused file.
1981
1982         * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid.
1983
1984 2000-02-27  Jim Meyering  <meyering@lucent.com>
1985
1986         * check-decl.m4: Add getenv to the list.
1987
1988 2000-02-23  Jim Meyering  <meyering@lucent.com>
1989
1990         * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
1991         in place of my hack.
1992
1993 2000-02-10  Jim Meyering  <meyering@lucent.com>
1994
1995         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
1996         gnu_nanosleep to rpl_nanosleep.
1997
1998 2000-02-09  Jim Meyering  <meyering@lucent.com>
1999
2000         * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
2001         struct spwd, rather than in struct passwd.  Reported by Ga� Qu�i.
2002
2003 2000-02-08  Akim Demaille  <akim@epita.fr>
2004
2005         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
2006         `[' and `]' and remove uses of `changequote'.
2007         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
2008         (AC_SYS_LARGEFILE): Likewise.
2009         * gettext.m4 (AM_GNU_GETTEXT): Likewise.
2010         * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
2011         of changequote.
2012         * regex.m4 (jm_INCLUDED_REGEX): Likewise.
2013         * readdir.m4 (jm_FUNC_READDIR): Likewise
2014         * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
2015         * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
2016
2017 2000-02-05  Jim Meyering  <meyering@lucent.com>
2018
2019         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
2020         Remove explicit use of AC_HEADER_TIME.  It is required by
2021         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
2022         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
2023         in autoconf whereby the expansion of the latter ended up preceding
2024         the expansion of its prerequisite, AC_HEADER_TIME.
2025         Reported by Volker Borchert.
2026
2027 2000-02-03  Jim Meyering  <meyering@lucent.com>
2028
2029         * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
2030
2031 2000-02-02  Jim Meyering  <meyering@lucent.com>
2032
2033         * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
2034         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
2035         Reported by Eli Zaretskii.
2036
2037 2000-01-31  Jim Meyering  <meyering@lucent.com>
2038
2039         * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
2040         functions.  Add the time.h and sys/time.h headers along with the
2041         AC_REQUIRE'ment of AC_HEADER_TIME.
2042
2043 2000-01-30  Jim Meyering  <meyering@lucent.com>
2044
2045         * lib-check.m4: Clean up some kludgy old shadow password tests.
2046
2047         * prereq.m4 (utmp_includes): Define.
2048         Check for ut_user and ut_name members in both struct utmpx
2049         and struct utmp.
2050
2051 2000-01-29  Jim Meyering  <meyering@lucent.com>
2052
2053         * lib-check.m4: New file containing library-related checks from
2054         fileutils and sh-utils (textutils had none).
2055
2056 2000-01-28  Jim Meyering  <meyering@lucent.com>
2057
2058         * perl.m4: Change format of warning message to look more like that
2059         from the missing script.  Suggestion from Fran�is Pinard.
2060
2061 2000-01-25  Jim Meyering  <meyering@lucent.com>
2062
2063         * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well
2064         as time.h in the compile check.
2065         * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
2066         Fix typo in cross-compiling case: s/yes/no/.
2067
2068 2000-01-23  Jim Meyering  <meyering@lucent.com>
2069
2070         * jm-macros.m4: Move df-related tests here from fileutils/configure.in
2071
2072         * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
2073         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
2074
2075         * fsusage.m4: New file.  Extracted from fileutils/configure.in.
2076         s/space/ac_fsusage_space/.
2077         (jm_FILE_SYSTEM_USAGE): Take two parameters.
2078
2079         * ftruncate.m4: New file (derived from part of fileutils/configure.in).
2080         * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
2081         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
2082
2083         * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
2084         AC_SUBST these here, rather than just in sh-util/configure.in, so
2085         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
2086         all the same.
2087         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
2088         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
2089         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
2090         (AC_SUBST(POW_LIBM)): Likewise.
2091         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
2092
2093 2000-01-22  Jim Meyering  <meyering@lucent.com>
2094
2095         * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
2096
2097         * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
2098
2099         * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
2100         configure.in
2101         (AC_CHECK_HEADERS): Likewise for sh-utils.
2102         (AC_CHECK_HEADERS): Likewise for textutils.
2103         Merge the three lists of headers.
2104
2105         * prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
2106         from fileutils' configure.in.
2107
2108         * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
2109         Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.
2110
2111         * check-decl.m4: Use #if rather than #ifdef.
2112         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
2113         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
2114         (_jm_DECL_HEADERS): Define new function.
2115         (jm_CHECK_DECLARATIONS): Require it.
2116
2117 2000-01-19  Jim Meyering  <meyering@lucent.com>
2118
2119         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
2120         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
2121         defines `struct timespec' in <sys/time.h>
2122
2123         * c-bs-a.m4: Remove uses of changequote altogether.
2124         Thanks to Akim for explaining.
2125
2126 2000-01-16  Jim Meyering  <meyering@lucent.com>
2127
2128         * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
2129         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
2130         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
2131         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
2132
2133 2000-01-16  Jim Meyering  <meyering@lucent.com>
2134
2135         * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
2136         because the latter didn't work.
2137
2138 2000-01-15  Jim Meyering  <meyering@lucent.com>
2139
2140         * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
2141         (AC_REPLACE_FUNCS): Add memcpy and memset.
2142         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
2143         Add strpbrk.
2144         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
2145
2146 2000-01-12  Jim Meyering  <meyering@lucent.com>
2147
2148         * prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
2149         (jm_PREREQ): Use it.
2150         (jm_PREREQ_READUTMP): New macro.
2151         (jm_PREREQ): Use it.
2152
2153 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2154
2155         Quote multibyte characters correctly.
2156         * c-bs-a.m4: New file.
2157         * prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
2158         (jm_PREREQ): Use it.
2159
2160 2000-01-11  Paul Eggert  <eggert@twinsun.com>
2161
2162         * uintmax_t.m4: Port to autoconf 2.13.
2163
2164 2000-01-08  Jim Meyering  <meyering@ascend.com>
2165
2166         * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
2167         * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
2168
2169 2000-01-04  Jim Meyering  <meyering@ascend.com>
2170
2171         * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
2172         jm_STRUCT_DIRENT_D_TYPE.
2173         * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
2174         jm_STRUCT_DIRENT_D_INO.
2175         * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
2176         jm_STRUCT_UTIMBUF.
2177         * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings.
2178         * utime.m4: Likewise.
2179
2180         * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
2181         * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
2182
2183 2000-01-03  Paul Eggert  <eggert@twinsun.com>
2184
2185         * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
2186         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
2187
2188 2000-01-02  Jim Meyering  <meyering@ascend.com>
2189
2190         * search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
2191         remember if this is necessary.
2192
2193 1999-12-26  Jim Meyering  <meyering@ascend.com>
2194
2195         * jm-macros.m4: Use it here.
2196         * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
2197
2198 1999-12-23  Jim Meyering  <meyering@ascend.com>
2199
2200         * jm-macros.m4: Check for clock_gettime (moved from
2201         fileutils/configure.in)
2202         Check for gettimeofday.
2203
2204 1999-12-20  Jim Meyering  <meyering@ascend.com>
2205
2206         * strftime.m4: Remove kludge, now that I'm using the fixed
2207         autoconf-2.14a-1999-12-20.
2208
2209 1999-12-19  Jim Meyering  <meyering@ascend.com>
2210
2211         * lstat-slash.m4: New file.
2212         * jm-macros.m4: Use the new macro:
2213         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2214
2215 1999-12-07  Jim Meyering  <meyering@ascend.com>
2216
2217         * perl.m4: Require that File::Compare be available, too.
2218         Too many systems seem to lack it.
2219
2220         * strftime.m4: Add checks for most of the cpp macros tested in
2221         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
2222
2223 1999-11-18  Paul Eggert  <eggert@twinsun.com>
2224
2225         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
2226         problem with the QNX 4.25 shell, which doesn't propagate exit
2227         status of failed commands inside shell assignments.
2228
2229 1999-11-17  Jim Meyering  <meyering@ascend.com>
2230
2231         * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
2232
2233 1999-11-07  Jim Meyering  <meyering@ascend.com>
2234
2235         * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
2236
2237 1999-11-06  Jim Meyering  <meyering@ascend.com>
2238
2239         * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
2240         * jm-macros.m4 (jm_MACROS): Use it here.
2241
2242 1999-11-05  Jim Meyering  <meyering@ascend.com>
2243
2244         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in
2245         of textutils, fileutils, and sh-utils into this one (shared between
2246         those packages) file.
2247         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
2248         AC_STRUCT_ST_BLKSIZE.
2249
2250 1999-11-03  Jim Meyering  <meyering@ascend.com>
2251
2252         * ssize_t.m4: Remove file.  No longer needed since the new version of
2253         AC_CHECK_TYPE checks includes unistd.h.
2254         * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
2255         Suggestion from Akim Demaille.
2256
2257 1999-10-30  Jim Meyering  <meyering@ascend.com>
2258
2259         * uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
2260         m4-quoted string.
2261         * ls-mntd-fs.m4: Likewise.
2262         * jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
2263         * jm-winsz1.m4: Likewise.
2264
2265         * const.m4: Remove file, since the fix made it into the experimental
2266         version of autoconf.
2267         * mktime.m4: Likewise.
2268
2269         * check-type.m4: Remove file, now that the latest version of
2270         AC_CHECK_TYPE takes a third arg to specify additional #includes.
2271
2272         * ssize_t.m4: New file, requires experimental version of autoconf.
2273         * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
2274         AC_CHECK_TYPE.
2275
2276 1999-10-04  Jim Meyering  <meyering@ascend.com>
2277
2278         * jm-macros.m4: Don't require autoconf-2.14.1.
2279
2280 1999-09-22  Paul Eggert  <eggert@twinsun.com>
2281
2282         * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
2283         2.95.1 bug with HP-UX 10.20.
2284
2285 1999-09-17  Jim Meyering  <meyering@ascend.com>
2286
2287         * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
2288         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
2289         due to missing strdup (against sh-utils-2.0).
2290
2291 1999-08-29  Jim Meyering  <meyering@ascend.com>
2292
2293         * jm-macros.m4: Require jm_BISON.
2294         * bison.m4: New file.
2295
2296 1999-08-17  Paul Eggert  <eggert@twinsun.com>
2297
2298         * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
2299         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
2300
2301 1999-08-05  Jim Meyering  <meyering@ascend.com>
2302
2303         * getline.m4: Rename test file from conftestdata to conftest.data
2304         to avoid conflicts with `conftest' on 8+3 filesystems.
2305         Suggestion from Eli Zaretskii.
2306
2307 1999-08-04  Jim Meyering  <meyering@ascend.com>
2308
2309         * jm-macros.m4: Move a 4-line block of code from the configure.in of
2310         fileutils and sh-utils (textutils's getline test was inadequate).
2311         (AM_FUNC_GETLINE): Run this test.
2312         (AC_CHECK_FUNCS): Check for getdelim.
2313         Reported by Bob Proulx.
2314
2315 1999-08-02  Jim Meyering  <meyering@ascend.com>
2316
2317         * jm-macros.m4: Add a comment.
2318
2319 1999-08-01  Jim Meyering  <meyering@ascend.com>
2320
2321         * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4.
2322
2323 1999-08-01  Paul Eggert  <eggert@twinsun.com>
2324
2325         * lfs.m4: Remove this file.
2326         * largefile.m4: New file.  It contains the old contents of
2327         lfs.m4, except that all names with prefix AC_LFS have been
2328         changed to use the prefix AC_SYS_LARGEFILE instead, to be
2329         compatible with future autoconf versions.  Also, some minor m4
2330         quoting problems have been fixed.
2331
2332 1999-07-16  Paul Eggert  <eggert@twinsun.com>
2333
2334         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
2335         that we can shift, multiply and divide unsigned long long
2336         values; Ultrix cc can't do it.
2337
2338 1999-07-14  Paul Eggert  <eggert@twinsun.com>
2339
2340         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
2341         <inttypes.h> defines strtoumax as a macro (and not as a
2342         function).
2343
2344 1999-07-05  Paul Eggert  <eggert@twinsun.com>
2345
2346         * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
2347         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
2348         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
2349         and simplify the shell code.
2350
2351 1999-07-03  Paul Eggert  <eggert@twinsun.com>
2352
2353         * mktime.m4: New file, which is a preview of what should appear
2354         in the next public autoconf release.
2355
2356 1999-07-20  Jim Meyering  <meyering@ascend.com>
2357
2358         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
2359
2360 1999-07-15  Jim Meyering  <meyering@ascend.com>
2361
2362         * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
2363
2364 1999-05-22  Jim Meyering  <meyering@ascend.com>
2365
2366         * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
2367
2368 1999-05-20  Jim Meyering  <meyering@ascend.com>
2369
2370         * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
2371         Add a colon after each `then' in case $4 is empty.
2372
2373 1999-05-16  Jim Meyering  <meyering@ascend.com>
2374
2375         * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
2376
2377 1999-05-10  Jim Meyering  <meyering@ascend.com>
2378
2379         * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
2380
2381         * jm-macros.m4: Require 2.14.1, since we use newly-renamed
2382         AC_FUNC_MKTIME.
2383
2384 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2385
2386         * jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
2387
2388 1999-05-04  Paul Eggert  <eggert@twinsun.com>
2389
2390         * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
2391         not CPPFLAGS, so that linking works correctly in IRIX.
2392
2393 1999-04-30  Paul Eggert  <eggert@twinsun.com>
2394
2395         * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
2396
2397 1999-04-20  Jim Meyering  <meyering@ascend.com>
2398
2399         * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
2400         AC_REPLACE xstroull if necessary.  From Paul Eggert.
2401         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
2402
2403 1999-04-20  Paul Eggert  <eggert@twinsun.com>
2404
2405         * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
2406         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
2407         * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
2408         jm_AC_TYPE_UNSIGNED_LONG_LONG.
2409         * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
2410
2411         * lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
2412
2413 1999-04-18  Jim Meyering  <meyering@ascend.com>
2414
2415         * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
2416         * jm-macros.m4: Use it.
2417
2418 1999-04-06  Jim Meyering  <meyering@ascend.com>
2419
2420         * strftime.m4: Remove test for %f.
2421
2422 1999-03-29  Jim Meyering  <meyering@ascend.com>
2423
2424         * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
2425         superset of the AC_TYPE_* checks in the textutils, fileutils,
2426         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
2427         AC_TYPE_PID_T.
2428
2429 1999-03-28  Jim Meyering  <meyering@ascend.com>
2430
2431         * jm-macros.m4: Define GNU_PACKAGE here.
2432         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
2433         replaced e.g., in the *.sh files of the sh-utils.
2434
2435 1999-03-20  Jim Meyering  <meyering@ascend.com>
2436
2437         * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
2438         * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
2439         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
2440
2441 1999-03-19  Jim Meyering  <meyering@ascend.com>
2442
2443         * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
2444
2445 1999-03-12  Jim Meyering  <meyering@ascend.com>
2446
2447         * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
2448
2449 1999-03-07  Jim Meyering  <meyering@ascend.com>
2450
2451         * jm-glibc-io.m4: Use only those *_unlocked macros that are declared.
2452
2453 1999-02-17  Jim Meyering  <meyering@ascend.com>
2454
2455         * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets
2456         in macro definition.  From Eli Zaretskii and Alain Magloire.
2457
2458 1999-02-07  Jim Meyering  <meyering@ascend.com>
2459
2460         * group-member.m4: New file -- extracted from sh-utils' configure.in.
2461
2462         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
2463         * gettext.m4: Support DOS-style d:/foo/bar absolute file names.
2464
2465 1999-02-06  Jim Meyering  <meyering@ascend.com>
2466
2467         * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
2468         * fnmatch.m4: Likewise.
2469         * getgroups.m4: Likewise.
2470         * lstat.m4: Likewise.
2471         * malloc.m4: Likewise.
2472         * putenv.m4: Likewise.
2473         * realloc.m4: Likewise.
2474         * regex.m4: Likewise.
2475         * stat.m4: Likewise.
2476         * strftime.m4: Likewise.
2477         Suggestion from Alain Magloire.
2478
2479         * chown.m4: Use `.$ac_objext', not `.o'.
2480         * fnmatch.m4: Likewise.
2481         * getgroups.m4: Likewise.
2482         * getline.m4: Likewise.
2483         * lstat.m4: Likewise.
2484         * malloc.m4: Likewise.
2485         * memcmp.m4: Likewise.
2486         * putenv.m4: Likewise.
2487         * realloc.m4: Likewise.
2488         * regex.m4: Likewise.
2489         * stat.m4: Likewise.
2490         * strftime.m4: Likewise.
2491         Suggestion from Alain Magloire.
2492
2493         * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
2494         an argument.
2495
2496         * regex.m4: Add a run-time Test for proper operation of
2497         re_compile_pattern.
2498
2499 1999-01-31  Jim Meyering  <meyering@ascend.com>
2500
2501         * getloadavg.m4: Check for locale.h and the function, setlocale.
2502
2503 1999-01-30  Jim Meyering  <meyering@ascend.com>
2504
2505         * check-type.m4: Use 3-arg form of AC_DEFINE.
2506
2507         * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME
2508         rather than my private copy, now that the official one is up to date.
2509         * mktime.m4: Remove file.
2510
2511         * getloadavg.m4: Use 3-arg form of AC_DEFINE.
2512         * uptime.m4: Likewise.
2513         * uintmax_t.m4: Likewise.
2514
2515 1999-01-28  Jim Meyering  <meyering@ascend.com>
2516
2517         * jm-macros.m4: Use jm_AFS.
2518         * afs.m4: New file (from fileutils' configure.in).
2519
2520         * assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
2521         * chown.m4: Likewise.
2522         * d-ino.m4: Likewise.
2523         * d-type.m4: Likewise.
2524         * fnmatch.m4: Likewise.
2525         * getgroups.m4: Likewise.
2526         * gettext.m4: Likewise.
2527         * jm-mktime.m4: Likewise.
2528         * jm-winsz2.m4: Likewise.
2529         * lcmessage.m4: Likewise.
2530         * ls-mntd-fs.m4: Likewise.
2531         * malloc.m4: Likewise.
2532         * memcmp.m4: Likewise.
2533         * putenv.m4: Likewise.
2534         * realloc.m4: Likewise.
2535         * st_mtim.m4: Likewise.
2536         * strftime.m4: Likewise.
2537
2538 1999-01-16  Jim Meyering  <meyering@ascend.com>
2539
2540         * jm-macros.m4 (ARGMATCH_DIE): Define.
2541         (ARGMATCH_DIE_DECL): Define.
2542
2543 1999-01-12  Jim Meyering  <meyering@ascend.com>
2544
2545         * Makefile.am.in: Rewrite to avoid using fmt.
2546         Reported by Lars Hecking.
2547
2548 1999-01-10  Jim Meyering  <meyering@ascend.com>
2549
2550         * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
2551         gross kludge.
2552         * inttypes_h.m4: Likewise.
2553         * lstat.m4: Likewise.
2554         * malloc.m4: Likewise.
2555         * readdir.m4: Likewise.
2556         * realloc.m4: Likewise.
2557         * st_dm_mode.m4: Likewise.
2558         * stat.m4: Likewise.
2559         * utimbuf.m4: Likewise.
2560         * utimes.m4: Likewise.
2561
2562         * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
2563         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
2564         comments in config.h.in are meaningful.
2565
2566         * jm-macros.m4: Require autoconf-2.13 here.
2567
2568         * regex.m4: By default, don't use the included regex.c on systems
2569         with glibc 2.  Suggestion from Uli Drepper.
2570
2571 1999-01-02  Jim Meyering  <meyering@ascend.com>
2572
2573         * jm-macros.m4: Replace strcasecmp and strncasecmp.
2574
2575 1998-12-18  Jim Meyering  <meyering@ascend.com>
2576
2577         * Makefile.am.in (Makefile.am): Simplify rule.
2578         Based on a suggestion from Lars Hecking.
2579
2580 1998-11-16  Jim Meyering  <meyering@ascend.com>
2581
2582         * lfs.m4: Double-quote the `uname...` expression.
2583
2584 1998-11-16  Paul Eggert  <eggert@twinsun.com>
2585
2586         * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
2587
2588 1998-11-14  Jim Meyering  <meyering@ascend.com>
2589
2590         * lstat.m4: Correct comment.  POSIX does not permit it to succeed.
2591         * stat.m4: Likewise.
2592
2593 1998-11-03  Jim Meyering  <meyering@ascend.com>
2594
2595         * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
2596         * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
2597
2598 1998-10-18  Jim Meyering  <meyering@ascend.com>
2599
2600         * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
2601
2602 1998-10-17  Jim Meyering  <meyering@ascend.com>
2603
2604         * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
2605         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
2606         calls for those previously hard-coded headers.  Instead, take a new
2607         parameter.
2608         (jm_CHECK_DECLARATIONS): Reflect interface change.
2609         * check-decl.m4 (jm_CHECK_DECLS): Likewise.
2610         (jm_CHECK_DECL_LOCALTIME_R): New macro.
2611
2612         * mktime.m4: Test for spring-forward gap before long-running test.
2613
2614 1998-10-14  Jim Meyering  <meyering@ascend.com>
2615
2616         * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
2617         instead of "TZ=America/Vancouver".  From Paul Eggert.
2618
2619 1998-10-11  Jim Meyering  <meyering@ascend.com>
2620
2621         * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
2622         This adds a test for a recently added compatibility fix for mktime.c.
2623         * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
2624
2625 1998-09-27  Jim Meyering  <meyering@ascend.com>
2626
2627         * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
2628
2629         * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
2630         ../configure.in, including a change from Gordon Matzigkeit to allow
2631         cross-compiling for the Hurd.
2632
2633         * glibc.m4: New file/macro to test for the GNU C Library
2634         versions 1 and 2.  From Gordon Matzigkeit.
2635         Indent.
2636
2637 1998-09-21  Jim Meyering  <meyering@ascend.com>
2638
2639         * chown.m4: Declare locals: before, after.  From Andries Brouwer.
2640
2641 1998-08-18  Paul Eggert  <eggert@twinsun.com>
2642
2643         Port nanosecond-resolution times to UnixWare 2.1.2 and
2644         pedantic Solaris 2.6.
2645
2646         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
2647         AC_STRUCT_ST_MTIM.
2648         * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
2649         Generate name of ns member, instead of just 1 or undef.
2650         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
2651
2652 1998-08-15  Jim Meyering  <meyering@ascend.com>
2653
2654         * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
2655         * check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
2656         * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
2657         instead of jm_TYPE_SSIZE_T.
2658
2659 1998-08-12  Jim Meyering  <meyering@ascend.com>
2660
2661         * st_dm_mode.m4: New file.  From Johan Danielsson.
2662
2663 1998-08-02  Jim Meyering  <meyering@ascend.com>
2664
2665         * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
2666         in acconfig.h manually.
2667
2668 1998-07-31  Paul Eggert  <eggert@twinsun.com>
2669
2670         * st_mtim.m4: New file.
2671
2672 1998-07-28  Jim Meyering  <meyering@ascend.com>
2673
2674         * utimes.m4: Undef stat.
2675
2676 1998-07-25  Jim Meyering  <meyering@ascend.com>
2677
2678         * utime.m4 (jm_FUNC_UTIME): New file and macro.
2679         * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
2680
2681 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
2682
2683         * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
2684         uid and gid actually remain unchanged.
2685
2686 1998-07-07  Jim Meyering  <meyering@ascend.com>
2687
2688         * jm-glibc-io.m4: Remove fclose_unlocked.
2689
2690 1998-07-04  Jim Meyering  <meyering@ascend.com>
2691
2692         * regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
2693         to prove that this macro can be used in packages without regex.c.
2694
2695 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2696
2697         * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
2698         is to be used.
2699
2700 1998-07-03  Jim Meyering  <meyering@ascend.com>
2701
2702         * gettext.m4: Add -lintl if it's found to be necessary.
2703
2704         * gettext.m4: New file -- from gettext-0.10.35.
2705         * lcmessage.m4: Likewise.
2706         * progtest.m4: Likewise.
2707
2708         * regex.m4 (jm_WITH_REGEX): New file and macro.
2709         * jm-macros.m4: Require the new macro.
2710
2711 1998-06-29  Jim Meyering  <meyering@ascend.com>
2712
2713         * fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
2714         for the definition of NGROUPS (used in a system header included
2715         by sys/mount.h).
2716
2717 1998-06-28  Jim Meyering  <meyering@ascend.com>
2718
2719         * ls-mntd-fs.m4: New file.
2720         * fstypename.m4: New file.
2721
2722         * jm-macros.m4: Require the new macro.
2723         * jm-glibc-io.m4: New file.
2724
2725 1998-05-19  Jim Meyering  <meyering@ascend.com>
2726
2727         * jm-macros.m4: Add jm_FUNC_LCHOWN.
2728         * lchown.m4: New file.
2729
2730         * Makefile.am.in: New file.
2731         * Makefile.am (Makefile.am): Depend on Makefile.am.in.
2732
2733 1998-05-14  Jim Meyering  <meyering@ascend.com>
2734
2735         * Makefile.am (EXTRA_DIST): Add them.
2736         * jm-macros.m4: New file.
2737         * utimbuf.m4: New file.
2738
2739 1998-05-12  Jim Meyering  <meyering@ascend.com>
2740
2741         * Makefile.am (EXTRA_DIST): Add isc-posix.m4.
2742
2743 1998-05-11  Jim Meyering  <meyering@ascend.com>
2744
2745         * isc-posix.m4: New file.
2746
2747 1998-05-10  Jim Meyering  <meyering@ascend.com>
2748
2749         * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
2750
2751 1998-05-09  Jim Meyering  <meyering@ascend.com>
2752
2753         * Makefile.am (EXTRA_DIST): Add ssize_t.m4.
2754         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
2755         with automake.
2756
2757         * ssize_t.m4: New file.
2758         * mktime.m4: Remove file -- the new automake has this now.
2759
2760 1998-04-26  Jim Meyering  <meyering@ascend.com>
2761
2762         * assert.m4: New file.
2763         * Makefile.am (EXTRA_DIST): Add assert.m4.
2764
2765 1998-04-05  Jim Meyering  <meyering@ascend.com>
2766
2767         * prereq.m4 (jm_PREREQ_REGEX): New macro.
2768         (jm_PREREQ): Use it here.
2769
2770 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
2771
2772         * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
2773         in acconfig.h.
2774
2775 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
2776
2777         * prereq.m4: New file.
2778         * error.m4: New file.
2779         * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
2780
2781 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
2782
2783         * getline.m4: Don't set am_cv_func_working_getline before the
2784         cache-check for the same variable -- that defeated the purpose of
2785         the test; the test program was never run.  This was a problem only
2786         on systems with losing getline functions -- HP-UX 10.20 is one.
2787         Reported by Bjorn Helgaas.
2788
2789 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
2790
2791         * Makefile.am (EXTRA_DIST): Add perl.m4.
2792
2793 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
2794
2795         * Makefile.am (EXTRA_DIST): Add const.m4.
2796
2797         * const.m4: New file.  Use an initializer in this declaration
2798         typedef int charset[2]; const charset x;
2799         Reported by Bob Glickstein.
2800
2801 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
2802
2803         * chown.m4: Fix reversed types on -1 args to chown.
2804         From Kaveh Ghazi.
2805
2806 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
2807
2808         * check-decl.m4: s/DECLARATION_/DECL_/g.
2809         Add lseek and memchr.
2810
2811         * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
2812         T.E.Dickey <dickey@clark.net> said that some older preprocessors
2813         have a 20-character limit on names.
2814
2815 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
2816
2817         * inttypes_h.m4: New file.
2818         * uintmax_t.m4: New file.
2819         * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.