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