1700
|
1 1999-02-06 Jim Meyering <meyering@ascend.com> |
|
2 |
1702
|
3 * chown.m4: Use `.$ac_objext', not `.o'. |
|
4 * fnmatch.m4: Likewise. |
|
5 * getgroups.m4: Likewise. |
|
6 * getline.m4: Likewise. |
|
7 * lstat.m4: Likewise. |
|
8 * malloc.m4: Likewise. |
|
9 * memcmp.m4: Likewise. |
|
10 * putenv.m4: Likewise. |
|
11 * realloc.m4: Likewise. |
|
12 * regex.m4: Likewise. |
|
13 * stat.m4: Likewise. |
|
14 * strftime.m4: Likewise. |
|
15 Suggestion from Alain Magloire. |
|
16 |
1700
|
17 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
|
18 an argument. |
|
19 |
|
20 * regex.m4: Add a run-time Test for proper operation of |
|
21 re_compile_pattern. |
|
22 |
1693
|
23 1999-01-31 Jim Meyering <meyering@ascend.com> |
|
24 |
|
25 * getloadavg.m4: Check for locale.h and the function, setlocale. |
|
26 |
1679
|
27 1999-01-30 Jim Meyering <meyering@ascend.com> |
|
28 |
1688
|
29 * check-type.m4: Use 3-arg form of AC_DEFINE. |
|
30 |
1686
|
31 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
|
32 rather than my private copy, now that the official one is up to date. |
|
33 * mktime.m4: Remove file. |
|
34 |
1679
|
35 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682
|
36 * uptime.m4: Likewise. |
|
37 * uintmax_t.m4: Likewise. |
1679
|
38 |
1673
|
39 1999-01-28 Jim Meyering <meyering@ascend.com> |
|
40 |
|
41 * jm-macros.m4: Use jm_AFS. |
|
42 * afs.m4: New file (from fileutils' configure.in). |
|
43 |
|
44 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. |
|
45 * chown.m4: Likewise. |
|
46 * d-ino.m4: Likewise. |
|
47 * d-type.m4: Likewise. |
|
48 * fnmatch.m4: Likewise. |
|
49 * getgroups.m4: Likewise. |
|
50 * gettext.m4: Likewise. |
|
51 * jm-mktime.m4: Likewise. |
|
52 * jm-winsz2.m4: Likewise. |
|
53 * lcmessage.m4: Likewise. |
|
54 * ls-mntd-fs.m4: Likewise. |
|
55 * malloc.m4: Likewise. |
|
56 * memcmp.m4: Likewise. |
|
57 * putenv.m4: Likewise. |
|
58 * realloc.m4: Likewise. |
|
59 * st_mtim.m4: Likewise. |
|
60 * strftime.m4: Likewise. |
|
61 |
1654
|
62 1999-01-16 Jim Meyering <meyering@ascend.com> |
|
63 |
1656
|
64 * jm-macros.m4 (ARGMATCH_DIE): Define. |
|
65 (ARGMATCH_DIE_DECL): Define. |
1654
|
66 |
1637
|
67 1999-01-12 Jim Meyering <meyering@ascend.com> |
|
68 |
|
69 * Makefile.am.in: Rewrite to avoid using fmt. |
|
70 Reported by Lars Hecking. |
|
71 |
1624
|
72 1999-01-10 Jim Meyering <meyering@ascend.com> |
|
73 |
1629
|
74 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
|
75 gross kludge. |
|
76 * inttypes_h.m4: Likewise. |
|
77 * lstat.m4: Likewise. |
|
78 * malloc.m4: Likewise. |
|
79 * readdir.m4: Likewise. |
|
80 * realloc.m4: Likewise. |
|
81 * st_dm_mode.m4: Likewise. |
|
82 * stat.m4: Likewise. |
|
83 * utimbuf.m4: Likewise. |
|
84 * utimes.m4: Likewise. |
|
85 |
|
86 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the |
|
87 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the |
|
88 comments in config.h.in are meaningful. |
|
89 |
|
90 * jm-macros.m4: Require autoconf-2.13 here. |
|
91 |
1624
|
92 * regex.m4: By default, don't use the included regex.c on systems |
|
93 with glibc 2. Suggestion from Uli Drepper. |
|
94 |
1618
|
95 1999-01-02 Jim Meyering <meyering@ascend.com> |
|
96 |
|
97 * jm-macros.m4: Replace strcasecmp and strncasecmp. |
|
98 |
1573
|
99 1998-12-18 Jim Meyering <meyering@ascend.com> |
|
100 |
|
101 * Makefile.am.in (Makefile.am): Simplify rule. |
1574
|
102 Based on a suggestion from Lars Hecking. |
1573
|
103 |
1555
|
104 1998-11-16 Jim Meyering <meyering@ascend.com> |
|
105 |
|
106 * lfs.m4: Double-quote the `uname...` expression. |
|
107 |
|
108 1998-11-16 Paul Eggert <eggert@twinsun.com> |
|
109 |
|
110 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. |
|
111 |
1551
|
112 1998-11-14 Jim Meyering <meyering@ascend.com> |
|
113 |
|
114 * lstat.m4: Correct comment. POSIX does not permit it to succeed. |
|
115 * stat.m4: Likewise. |
|
116 |
1542
|
117 1998-11-03 Jim Meyering <meyering@ascend.com> |
|
118 |
|
119 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. |
|
120 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. |
|
121 |
1536
|
122 1998-10-18 Jim Meyering <meyering@ascend.com> |
|
123 |
|
124 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. |
|
125 |
1531
|
126 1998-10-17 Jim Meyering <meyering@ascend.com> |
|
127 |
|
128 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to |
|
129 include, though we still hard-code the `require'-like AC_CHECK_HEADERS |
|
130 calls for those previously hard-coded headers. Instead, take a new |
|
131 parameter. |
|
132 (jm_CHECK_DECLARATIONS): Reflect interface change. |
|
133 * check-decl.m4 (jm_CHECK_DECLS): Likewise. |
|
134 (jm_CHECK_DECL_LOCALTIME_R): New macro. |
|
135 |
|
136 * mktime.m4: Test for spring-forward gap before long-running test. |
|
137 |
|
138 1998-10-14 Jim Meyering <meyering@ascend.com> |
|
139 |
|
140 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" |
|
141 instead of "TZ=America/Vancouver". From Paul Eggert. |
|
142 |
1522
|
143 1998-10-11 Jim Meyering <meyering@ascend.com> |
|
144 |
|
145 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. |
1523
|
146 This adds a test for a recently added compatibility fix for mktime.c. |
1522
|
147 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
|
148 |
1507
|
149 1998-09-27 Jim Meyering <meyering@ascend.com> |
|
150 |
|
151 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. |
|
152 |
|
153 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from |
|
154 ../configure.in, including a change from Gordon Matzigkeit to allow |
|
155 cross-compiling for the Hurd. |
|
156 |
1509
|
157 * glibc.m4: New file/macro to test for the GNU C Library |
|
158 versions 1 and 2. From Gordon Matzigkeit. |
1507
|
159 Indent. |
|
160 |
|
161 1998-09-21 Jim Meyering <meyering@ascend.com> |
|
162 |
|
163 * chown.m4: Declare locals: before, after. From Andries Brouwer. |
|
164 |
1483
|
165 1998-08-18 Paul Eggert <eggert@twinsun.com> |
|
166 |
|
167 Port nanosecond-resolution times to UnixWare 2.1.2 and |
|
168 pedantic Solaris 2.6. |
|
169 |
|
170 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from |
|
171 AC_STRUCT_ST_MTIM. |
|
172 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): |
|
173 Generate name of ns member, instead of just 1 or undef. |
|
174 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. |
|
175 |
1480
|
176 1998-08-15 Jim Meyering <meyering@ascend.com> |
|
177 |
|
178 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. |
|
179 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. |
|
180 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) |
|
181 instead of jm_TYPE_SSIZE_T. |
|
182 |
1469
|
183 1998-08-12 Jim Meyering <meyering@ascend.com> |
|
184 |
|
185 * st_dm_mode.m4: New file. From Johan Danielsson. |
|
186 |
1459
|
187 1998-08-02 Jim Meyering <meyering@ascend.com> |
|
188 |
|
189 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM |
|
190 in acconfig.h manually. |
|
191 |
|
192 1998-07-31 Paul Eggert <eggert@twinsun.com> |
|
193 |
|
194 * st_mtim.m4: New file. |
|
195 |
1452
|
196 1998-07-28 Jim Meyering <meyering@ascend.com> |
|
197 |
|
198 * utimes.m4: Undef stat. |
|
199 |
1448
|
200 1998-07-25 Jim Meyering <meyering@ascend.com> |
|
201 |
|
202 * utime.m4 (jm_FUNC_UTIME): New file and macro. |
|
203 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. |
|
204 |
1429
|
205 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
|
206 |
|
207 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the |
|
208 uid and gid actually remain unchanged. |
|
209 |
1427
|
210 1998-07-07 Jim Meyering <meyering@ascend.com> |
|
211 |
|
212 * jm-glibc-io.m4: Remove fclose_unlocked. |
|
213 |
1424
|
214 1998-07-04 Jim Meyering <meyering@ascend.com> |
|
215 |
|
216 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise |
|
217 to prove that this macro can be used in packages without regex.c. |
|
218 |
1411
|
219 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
|
220 |
|
221 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> |
|
222 is to be used. |
|
223 |
1407
|
224 1998-07-03 Jim Meyering <meyering@ascend.com> |
|
225 |
1411
|
226 * gettext.m4: Add -lintl if it's found to be necessary. |
|
227 |
|
228 * gettext.m4: New file -- from gettext-0.10.35. |
|
229 * lcmessage.m4: Likewise. |
|
230 * progtest.m4: Likewise. |
|
231 |
1407
|
232 * regex.m4 (jm_WITH_REGEX): New file and macro. |
|
233 * jm-macros.m4: Require the new macro. |
|
234 |
1397
|
235 1998-06-29 Jim Meyering <meyering@ascend.com> |
|
236 |
|
237 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this |
|
238 for the definition of NGROUPS (used in a system header included |
|
239 by sys/mount.h). |
|
240 |
1384
|
241 1998-06-28 Jim Meyering <meyering@ascend.com> |
|
242 |
1387
|
243 * ls-mntd-fs.m4: New file. |
|
244 * fstypename.m4: New file. |
|
245 |
1384
|
246 * jm-macros.m4: Require the new macro. |
|
247 * jm-glibc-io.m4: New file. |
|
248 |
1370
|
249 1998-05-19 Jim Meyering <meyering@ascend.com> |
|
250 |
1371
|
251 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
|
252 * lchown.m4: New file. |
|
253 |
1370
|
254 * Makefile.am.in: New file. |
|
255 * Makefile.am (Makefile.am): Depend on Makefile.am.in. |
|
256 |
1357
|
257 1998-05-14 Jim Meyering <meyering@ascend.com> |
|
258 |
|
259 * Makefile.am (EXTRA_DIST): Add them. |
|
260 * jm-macros.m4: New file. |
|
261 * utimbuf.m4: New file. |
|
262 |
1356
|
263 1998-05-12 Jim Meyering <meyering@ascend.com> |
|
264 |
|
265 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. |
|
266 |
1354
|
267 1998-05-11 Jim Meyering <meyering@ascend.com> |
|
268 |
|
269 * isc-posix.m4: New file. |
|
270 |
1349
|
271 1998-05-10 Jim Meyering <meyering@ascend.com> |
|
272 |
|
273 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. |
|
274 |
1346
|
275 1998-05-09 Jim Meyering <meyering@ascend.com> |
|
276 |
|
277 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. |
|
278 (EXTRA_DIST): Remove mktime.m4, now that the new version is included |
|
279 with automake. |
|
280 |
|
281 * ssize_t.m4: New file. |
|
282 * mktime.m4: Remove file -- the new automake has this now. |
|
283 |
1333
|
284 1998-04-26 Jim Meyering <meyering@ascend.com> |
|
285 |
|
286 * assert.m4: New file. |
|
287 * Makefile.am (EXTRA_DIST): Add assert.m4. |
|
288 |
1304
|
289 1998-04-05 Jim Meyering <meyering@ascend.com> |
|
290 |
|
291 * prereq.m4 (jm_PREREQ_REGEX): New macro. |
|
292 (jm_PREREQ): Use it here. |
|
293 |
1286
|
294 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
|
295 |
|
296 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H |
|
297 in acconfig.h. |
|
298 |
1271
|
299 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
|
300 |
1275
|
301 * prereq.m4: New file. |
1272
|
302 * error.m4: New file. |
1275
|
303 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271
|
304 |
1237
|
305 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
|
306 |
|
307 * getline.m4: Don't set am_cv_func_working_getline before the |
|
308 cache-check for the same variable -- that defeated the purpose of |
|
309 the test; the test program was never run. This was a problem only |
|
310 on systems with losing getline functions -- HP-UX 10.20 is one. |
|
311 Reported by Bjorn Helgaas. |
|
312 |
1234
|
313 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
|
314 |
|
315 * Makefile.am (EXTRA_DIST): Add perl.m4. |
|
316 |
1210
|
317 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
|
318 |
|
319 * Makefile.am (EXTRA_DIST): Add const.m4. |
|
320 |
|
321 * const.m4: New file. Use an initializer in this declaration |
|
322 typedef int charset[2]; const charset x; |
|
323 Reported by Bob Glickstein. |
|
324 |
1177
|
325 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
|
326 |
|
327 * chown.m4: Fix reversed types on -1 args to chown. |
|
328 From Kaveh Ghazi. |
|
329 |
1161
|
330 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
|
331 |
1163
|
332 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164
|
333 Add lseek and memchr. |
1163
|
334 |
1161
|
335 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
|
336 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
|
337 have a 20-character limit on names. |
|
338 |
1145
|
339 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
|
340 |
|
341 * inttypes_h.m4: New file. |
|
342 * uintmax_t.m4: New file. |
|
343 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |