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