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