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