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