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