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