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