Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 2740:b9190b359686
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Fri, 14 Jul 2000 15:55:13 +0000 |
parents | b0dfa6f6a5be |
children | 4fa1dc761a80 |
rev | line source |
---|---|
2740 | 1 2000-07-14 Jim Meyering <meyering@lucent.com> |
2 | |
3 | |
4 2000-07-10 Paul Eggert <eggert@twinsun.com> | |
5 | |
6 From a suggestion by Bruno Haible. | |
7 * mbstate_t.m4 (AC_MBSTATE_T): | |
8 Renamed from AC_MBSTATE_T_OBJECT. All uses changed. | |
9 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT | |
10 and mbstate_t, to a single-part test that simply defines mbstate_t. | |
11 * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/. | |
12 | |
2732 | 13 2000-07-10 Jim Meyering <meyering@lucent.com> |
14 | |
2734 | 15 * strerror_r.m4: Mirror the correction made in autoconf. |
16 | |
2732 | 17 * gnu-source.m4: Output to confdefs.h directly. |
18 Suggestion from Akim Demaille. | |
19 | |
2726 | 20 2000-07-09 Jim Meyering <meyering@lucent.com> |
21 | |
2729 | 22 * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required |
23 to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible. | |
24 | |
2726 | 25 * gnu-source.m4 (AC__GNU_SOURCE): New file/macro. |
26 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it. | |
27 | |
2714 | 28 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
29 | |
30 * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer | |
31 to strerror_r. | |
2716 | 32 Include <ctype.h> for use of isalpha. |
2714 | 33 |
2712 | 34 2000-07-05 Paul Eggert <eggert@twinsun.com> |
35 and Bruno Haible <haible@clisp.cons.org> | |
36 | |
37 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t | |
38 only if the test for an object-type mbstate_t fails. This | |
39 prevents us from mistakenly reporting that mbstate_t is a | |
40 system object type after we "#define mbstate_t int" to work | |
41 around its lack. | |
42 | |
2701 | 43 2000-07-04 Jim Meyering <meyering@lucent.com> |
44 | |
45 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead | |
2702 | 46 of the deprecated AC_CHECKING. |
2701 | 47 |
2698 | 48 2000-07-03 Jim Meyering <meyering@lucent.com> |
49 | |
50 * check-decl.m4 (AC_CHECK_DECLS): Add strnlen. | |
51 | |
2695 | 52 2000-07-03 Paul Eggert <eggert@twinsun.com> |
53 | |
54 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13. | |
55 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H. | |
56 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
57 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
|
58 |
2691 | 59 * mbstate_t.m4: Also define mbstate_t, if necessary. |
60 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
61 * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with |
2686 | 62 AC_LIBOBJ(function_name). |
2684 | 63 * chown.m4: Likewise. |
64 * fnmatch.m4: Likewise. | |
65 * ftruncate.m4: Likewise. | |
66 * getgroups.m4: Likewise. | |
67 * getline.m4: Likewise. | |
68 * group-member.m4: Likewise. | |
69 * jm-macros.m4: Likewise. | |
70 * lstat.m4: Likewise. | |
71 * malloc.m4: Likewise. | |
72 * memcmp.m4: Likewise. | |
73 * nanosleep.m4: Likewise. | |
74 * putenv.m4: Likewise. | |
75 * realloc.m4: Likewise. | |
76 * regex.m4: Likewise. | |
77 * stat.m4: Likewise. | |
78 * 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
|
79 |
2681 | 80 2000-07-01 Jim Meyering <meyering@lucent.com> |
81 | |
82 * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated | |
83 problem. | |
84 | |
2679 | 85 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
86 | |
87 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific | |
88 macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV. | |
89 | |
2675 | 90 2000-07-01 Jim Meyering <meyering@lucent.com> |
91 | |
92 * uptime.m4: Put double quotes around use of $cross_compiling. | |
93 | |
2666 | 94 2000-06-28 Jim Meyering <meyering@lucent.com> |
95 | |
96 * mbstate_t.m4: Use stdlib.h, not stdio.h. The latter is not included | |
97 by quotearg.c, for which we perform this test. From Bruno Haible. | |
98 | |
2662 | 99 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
100 | |
101 * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well. | |
102 * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or | |
103 <utmpx.h> exists, put readutmp.o into LIBOBJS. | |
104 | |
2653 | 105 2000-06-25 Jim Meyering <meyering@lucent.com> |
106 | |
107 * mbstate_t.m4: Include stdio.h before wchar.h to work around | |
108 Linux header bug when _XOPEN_SOURCE is defined to 500. | |
109 | |
2644 | 110 2000-06-24 Jim Meyering <meyering@lucent.com> |
111 | |
112 * strerror_r.m4: Revive this file -- to try out an experimental | |
113 version of AC_FUNC_STRERROR_R that may work even on BeOS, a system | |
114 for which strerror does return char*, but which lacks a conveniently | |
2649 | 115 accessible declaration of the function. If the compile-test says |
116 strerror_r doesn't work, then resort to a `run'-test that works on | |
117 BeOS and segfaults on DEC Unix. | |
2644 | 118 |
2639 | 119 2000-06-19 Paul Eggert <eggert@twinsun.com> |
120 | |
121 * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT. | |
122 * prereq.m4 (jm_PREREQ_QUOTEARG): Use it. Add check for iswprint. | |
2635 | 123 |
2640 | 124 2000-06-23 Jim Meyering <meyering@lucent.com> |
125 | |
2635 | 126 * afs.m4: Add missing AC_MSG_RESULT. |
127 Reported by Bruno Haible. | |
128 | |
129 * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/. | |
130 Suggestion from Bruno Haible. | |
131 | |
2632 | 132 2000-06-21 Jim Meyering <meyering@lucent.com> |
133 | |
134 * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass. | |
135 | |
2604 | 136 2000-06-18 Jim Meyering <meyering@lucent.com> |
137 | |
2613 | 138 * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir. |
139 | |
2604 | 140 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the |
141 `checking whether...' message to be consistent with that of the | |
142 lstat test. | |
143 | |
2596 | 144 2000-06-16 Bruno Haible <haible@clisp.cons.org> |
145 | |
146 * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C. | |
147 | |
2599 | 148 2000-06-12 Jim Meyering <meyering@lucent.com> |
149 | |
150 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG | |
151 from autoconf, and tweak the latter to accept an optional argument. | |
152 * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply | |
153 the optional argument, `lib'. | |
154 | |
2580 | 155 2000-06-08 Jim Meyering <meyering@lucent.com> |
156 | |
157 * largefile.m4: Remove file (now that it's part of autoconf). | |
158 | |
2577 | 159 2000-06-04 Paul Eggert <eggert@twinsun.com> |
160 | |
161 Rewrite largefile configuration so that we don't need to run | |
162 getconf and don't need AC_CANONICAL_HOST. [I'm leaving the use of | |
163 AC_CANONICAL_HOST in configure.in -- jmm] | |
164 | |
165 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS, | |
166 AC_SYS_LARGEFILE_SPACE_APPEND): Remove. | |
167 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro. | |
168 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from | |
169 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. | |
170 All uses changed. | |
171 Instead of inspecting the output of getconf, try to compile the | |
172 test program without and with the macro definition. | |
173 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check | |
174 for getconf. Instead, check for the needed flags by compiling | |
175 test programs. | |
176 | |
2565 | 177 2000-06-03 Jim Meyering <meyering@lucent.com> |
178 | |
2567 | 179 * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS, |
180 now that autoconf requires that. | |
181 | |
2565 | 182 * jm-glibc-io.m4: Add a kludge to make autoheader emit the required |
183 #undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED. | |
184 Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that. | |
185 | |
2559 | 186 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
2557 | 187 |
2559 | 188 * glibc21.m4: New file. |
189 * jm-macros.m4: (jm_MACROS): Call jm_GLIBC21. | |
2557 | 190 |
2542 | 191 2000-05-28 Jim Meyering <meyering@lucent.com> |
192 | |
2545 | 193 * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from |
194 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2547 | 195 * stat.m4: Likewise. |
196 * lstat.m4: Likewise. | |
2545 | 197 * lstat-slash.m4: Remove file (absorbed into autoconf). |
198 | |
199 * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R. | |
2542 | 200 * strerror_r.m4: Remove file (absorbed into autoconf). |
201 | |
2539 | 202 2000-05-26 Jim Meyering <meyering@lucent.com> |
203 | |
204 * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'. | |
205 | |
2536 | 206 2000-05-24 Jim Meyering <meyering@lucent.com> |
207 | |
208 * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that | |
209 autoconf requires that. | |
210 * lib-check.m4: Likewise. | |
211 * jm-macros.m4: Likewise. | |
212 * strftime.m4: Likewise. | |
213 | |
214 * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, | |
215 now that autoconf requires that. | |
216 | |
2531 | 217 2000-05-22 Jim Meyering <meyering@lucent.com> |
218 | |
219 * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
220 * lstat.m4: Likewise. | |
221 | |
2528 | 222 2000-05-20 Jim Meyering <meyering@lucent.com> |
223 | |
224 * prereq.m4 (jm_PREREQ_HUMAN): New macro. | |
225 (jm_PREREQ): Use it. | |
226 | |
2512 | 227 2000-05-09 Jim Meyering <meyering@lucent.com> |
228 | |
229 * gettext.m4: Rename this... | |
230 * libintl.m4: ...to this. | |
231 | |
2492 | 232 2000-05-06 Jim Meyering <meyering@lucent.com> |
233 | |
2512 | 234 * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit. |
235 (AC_REPLACE_FUNCS): Add strnlen. | |
2499 | 236 |
2496 | 237 * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file. |
238 * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY. | |
239 | |
2492 | 240 * nanosleep.m4: (jm_FUNC_NANOSLEEP): Save and restore LIBS around |
241 AC_SEARCH_LIBS call for nanosleep. | |
242 (LIB_NANOSLEEP): Set and AC_SUBST. | |
243 | |
2490 | 244 2000-05-03 Paul Eggert <eggert@twinsun.com> |
245 | |
246 * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to | |
247 be 500, instead of _GNU_SOURCE to be 1, to work around glibc | |
248 2.1.3 bug. This avoids a clash when files like regex.c define | |
249 _GNU_SOURCE. | |
250 | |
2480 | 251 2000-05-05 Jim Meyering <meyering@lucent.com> |
252 | |
2486 | 253 * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS |
254 call for clock_gettime. | |
255 (LIB_CLOCK_GETTIME): Set and AC_SUBST. | |
256 | |
2484 | 257 * search-libs.m4: Update from autoconf. |
258 | |
2480 | 259 su doesn't work on Solaris2.6. |
260 * lib-check.m4: When checking for struct spwd.sp_pwdp, also include | |
261 <shadow.h>. Reported by Dragos Harabor. | |
262 | |
2465 | 263 2000-05-03 Jim Meyering <meyering@lucent.com> |
264 | |
265 * check-decl.m4 (AC_CHECK_DECLS): Add strndup. | |
266 | |
2463 | 267 2000-05-02 Paul Eggert <eggert@twinsun.com> |
268 | |
269 * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if | |
270 this is needed to make ftello visible (e.g. glibc 2.1.3). Use | |
271 compile-time test, rather than inspecting host and OS, to | |
272 decide whether to define _LARGEFILE_SOURCE. | |
273 | |
2455 | 274 2000-05-01 Jim Meyering <meyering@lucent.com> |
275 | |
2458 | 276 * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. |
277 | |
2455 | 278 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. |
279 Based on a patch from Bruno Haible. | |
280 | |
2433 | 281 2000-04-18 Jim Meyering <meyering@lucent.com> |
282 | |
283 * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro. | |
284 (jm_PREREQ): Use it. | |
285 | |
2429 | 286 2000-04-17 Jim Meyering <meyering@lucent.com> |
287 | |
288 Get it right :-) | |
289 * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the | |
290 actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. | |
291 Suggestion from Akim Demaille. | |
292 | |
2425 | 293 2000-04-14 Jim Meyering <meyering@lucent.com> |
294 | |
295 * jm-macros.m4: (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form | |
296 of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. | |
297 | |
2423 | 298 2000-04-13 Jim Meyering <meyering@lucent.com> |
299 | |
300 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM | |
301 to insert required #ifndef into config.h.in. | |
302 Suggestion from Akim Demaille. | |
303 | |
2418 | 304 2000-04-12 Jim Meyering <meyering@lucent.com> |
305 | |
2421 | 306 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not |
307 `AC_CHECK_HEADER' to check for locale.h. Thanks to a report from | |
308 Christian Krackowizer. | |
309 | |
2419 | 310 More code moved from ../configure.in into (jm_CHECK_ALL_TYPES). |
2418 | 311 * jm-macros.m4 (_GNU_SOURCE): Define. |
312 (AC_SYS_LARGEFILE): Require. | |
313 (AM_C_PROTOTYPES): Require. | |
314 | |
2409 | 315 2000-04-05 Paul Eggert <eggert@twinsun.com> |
316 | |
317 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on | |
318 IRIX if the installer said otherwise. | |
319 | |
2400 | 320 2000-04-05 Jim Meyering <meyering@lucent.com> |
321 | |
2406 | 322 Portability tweaks required for ultrix4.3. |
323 * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. | |
324 (jm_CHECK_DECLS): Add getutent to the list of functions. | |
325 (_jm_DECL_HEADERS): Add utmpx.h. | |
326 From John David Anglin. | |
327 | |
2400 | 328 * strftime.m4: Back out the 2000-04-02 change. |
329 Instead of that change, simply undefine putenv in the test program. | |
330 | |
2381 | 331 2000-04-03 Jim Meyering <meyering@lucent.com> |
332 | |
2390 | 333 * gettext.m4: Fix typo in comment. |
334 | |
2388 | 335 * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from |
336 textutils/configure.in). Suggestion from Paul Eggert. | |
2383 | 337 (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) |
2381 | 338 |
2377 | 339 2000-04-02 Paul Eggert <eggert@twinsun.com> |
340 | |
2409 | 341 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment |
2377 | 342 variable in the shell rather than using putenv, which isn't |
343 portable. This avoids the configure-time inter-test dependency | |
344 on the potentially-renamed putenv function. | |
345 | |
2374 | 346 2000-03-30 Paul Eggert <eggert@twinsun.com> |
347 | |
348 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> | |
349 before checking struct stat.st_blksize, so that | |
350 HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. | |
351 | |
2385 | 352 2000-03-29 Paul Eggert <eggert@twinsun.com> |
353 | |
2409 | 354 * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime, |
2385 | 355 since strftime.c uses HAVE_STRFTIME to decide whether to use |
356 the underlying strftime. | |
357 | |
2347 | 358 2000-03-10 Jim Meyering <meyering@lucent.com> |
359 | |
360 * lib-check.m4: Look for getspnam in -lgen, too. | |
361 From Marco Franzen. | |
362 | |
2327 | 363 2000-02-02 Bruno Haible <haible@clisp.cons.org> |
364 | |
365 * codeset.m4: New file. | |
366 * iconv.m4: New file. | |
367 * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV. | |
368 | |
2326 | 369 2000-03-04 Jim Meyering <meyering@lucent.com> |
370 | |
371 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, | |
372 for lib/localcharset.c. | |
373 | |
2321 | 374 2000-03-03 Jim Meyering <meyering@lucent.com> |
375 | |
376 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'. | |
377 | |
2312 | 378 2000-03-02 Jim Meyering <meyering@lucent.com> |
379 | |
2317 | 380 * timespec.m4: Require AC_HEADER_TIME before the cache check so |
381 the messages come out on separate lines. | |
382 | |
2315 | 383 * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, |
384 rather than jm_CHECK_DECLARATIONS. | |
385 * decl.m4: Remove now-unused file. | |
386 | |
2312 | 387 * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. |
388 | |
2292 | 389 2000-02-27 Jim Meyering <meyering@lucent.com> |
390 | |
391 * check-decl.m4: Add getenv to the list. | |
392 | |
2282 | 393 2000-02-23 Jim Meyering <meyering@lucent.com> |
394 | |
395 * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it | |
396 in place of my hack. | |
397 | |
2268 | 398 2000-02-10 Jim Meyering <meyering@lucent.com> |
399 | |
400 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from | |
401 gnu_nanosleep to rpl_nanosleep. | |
402 | |
2264 | 403 2000-02-09 Jim Meyering <meyering@lucent.com> |
404 | |
405 * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in | |
2266 | 406 struct spwd, rather than in struct passwd. Reported by Ga�l Qu�ri. |
2264 | 407 |
2260 | 408 2000-02-08 Akim Demaille <akim@epita.fr> |
409 | |
2265 | 410 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with |
411 `[' and `]' and remove uses of `changequote'. | |
2260 | 412 (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise. |
413 (AC_SYS_LARGEFILE): Likewise. | |
414 * gettext.m4 (AM_GNU_GETTEXT): Likewise. | |
415 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use | |
416 of changequote. | |
417 * regex.m4 (jm_INCLUDED_REGEX): Likewise. | |
418 * readdir.m4 (jm_FUNC_READDIR): Likewise | |
419 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main. | |
420 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise. | |
421 | |
2249 | 422 2000-02-05 Jim Meyering <meyering@lucent.com> |
423 | |
424 * jm-macros.m4: (jm_CHECK_ALL_TYPES): Require most macros. | |
425 Remove explicit use of AC_HEADER_TIME. It is required by | |
426 jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and | |
427 `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but | |
428 in autoconf whereby the expansion of the latter ended up preceding | |
429 the expansion of its prerequisite, AC_HEADER_TIME. | |
430 Reported by Volker Borchert. | |
431 | |
2245 | 432 2000-02-03 Jim Meyering <meyering@lucent.com> |
433 | |
434 * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname. | |
435 | |
2243 | 436 2000-02-02 Jim Meyering <meyering@lucent.com> |
437 | |
438 * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no | |
439 definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/. | |
440 Reported by Eli Zaretskii. | |
441 | |
2251 | 442 2000-01-31 Jim Meyering <meyering@lucent.com> |
443 | |
444 * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of | |
445 functions. Add the time.h and sys/time.h headers along with the | |
446 AC_REQUIRE'ment of AC_HEADER_TIME. | |
447 | |
2232 | 448 2000-01-30 Jim Meyering <meyering@lucent.com> |
449 | |
450 * lib-check.m4: Clean up some kludgy old shadow password tests. | |
451 | |
452 * prereq.m4 (utmp_includes): Define. | |
453 Check for ut_user and ut_name members in both struct utmpx | |
454 and struct utmp. | |
455 | |
2224 | 456 2000-01-29 Jim Meyering <meyering@lucent.com> |
457 | |
458 * lib-check.m4: New file containing library-related checks from | |
459 fileutils and sh-utils (textutils had none). | |
460 | |
2223 | 461 2000-01-28 Jim Meyering <meyering@lucent.com> |
462 | |
463 * perl.m4: Change format of warning message to look more like that | |
464 from the missing script. Suggestion from Fran�ois Pinard. | |
465 | |
2218 | 466 2000-01-25 Jim Meyering <meyering@lucent.com> |
467 | |
468 * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well | |
469 as time.h in the compile check. | |
470 * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it. | |
471 Fix typo in cross-compiling case: s/yes/no/. | |
472 | |
2192 | 473 2000-01-23 Jim Meyering <meyering@lucent.com> |
474 | |
2212 | 475 * jm-macros.m4: Move df-related tests here from fileutils/configure.in |
476 | |
2209 | 477 * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/ |
478 (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. | |
479 | |
480 * fsusage.m4: New file. Extracted from fileutils/configure.in. | |
481 s/space/ac_fsusage_space/. | |
482 (jm_FILE_SYSTEM_USAGE): Take two parameters. | |
483 | |
484 * ftruncate.m4: New file (derived from part of fileutils/configure.in). | |
485 * jm-macros.m4: (jm_FUNC_FTRUNCATE): AC_REQUIRE it. | |
486 (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. | |
487 | |
2192 | 488 * jm-macros.m4: (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): |
489 AC_SUBST these here, rather than just in sh-util/configure.in, so | |
490 that the now-shared-by-fileutils-and-textutils lib/Makefile.am are | |
491 all the same. | |
2193 | 492 (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). |
2198 | 493 (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. |
494 (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | |
495 (AC_SUBST(POW_LIBM)): Likewise. | |
2200 | 496 (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. |
2192 | 497 |
2169 | 498 2000-01-22 Jim Meyering <meyering@lucent.com> |
499 | |
2185 | 500 * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST. |
501 | |
502 * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h. | |
503 | |
2176 | 504 * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils' |
505 configure.in | |
2178 | 506 (AC_CHECK_HEADERS): Likewise for sh-utils. |
2181 | 507 (AC_CHECK_HEADERS): Likewise for textutils. |
508 Merge the three lists of headers. | |
2176 | 509 |
2174 | 510 * prereq.m4 (jm_PREREQ_ADDEXT): New macro. Parts moved here |
511 from fileutils' configure.in. | |
512 | |
2169 | 513 * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. |
514 Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |
515 | |
516 * check-decl.m4: Use #if rather than #ifdef. | |
517 Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. | |
518 (jm_CHECK_DECLARATIONS): Add strtoul strtoull. | |
519 (_jm_DECL_HEADERS): Define new function. | |
520 (jm_CHECK_DECLARATIONS): Require it. | |
521 | |
2158 | 522 2000-01-19 Jim Meyering <meyering@lucent.com> |
523 | |
2161 | 524 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too. |
525 Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc | |
526 defines `struct timespec' in <sys/time.h> | |
527 | |
2158 | 528 * c-bs-a.m4: Remove uses of changequote altogether. |
529 Thanks to Akim for explaining. | |
530 | |
2135 | 531 2000-01-16 Jim Meyering <meyering@lucent.com> |
532 | |
2159 | 533 * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV, |
534 AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, | |
535 jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA, | |
536 AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME. | |
537 | |
538 2000-01-16 Jim Meyering <meyering@lucent.com> | |
539 | |
2137 | 540 * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )' |
541 because the latter didn't work. | |
542 | |
2121 | 543 2000-01-15 Jim Meyering <meyering@lucent.com> |
544 | |
545 * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell. | |
2126 | 546 (AC_REPLACE_FUNCS): Add memcpy and memset. |
547 Add these, too: stime strcspn stpcpy strstr strtol strtoul. | |
2131 | 548 Add strpbrk. |
549 Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. | |
2121 | 550 |
2116 | 551 2000-01-12 Jim Meyering <meyering@lucent.com> |
552 | |
553 * prereq.m4 (jm_PREREQ_CANON_HOST): New macro. | |
554 (jm_PREREQ): Use it. | |
2118 | 555 (jm_PREREQ_READUTMP): New macro. |
556 (jm_PREREQ): Use it. | |
2116 | 557 |
2113 | 558 2000-01-11 Paul Eggert <eggert@twinsun.com> |
559 | |
560 Quote multibyte characters correctly. | |
2409 | 561 * c-bs-a.m4: New file. |
562 * prereq.m4 (jm_PREREQ_QUOTEARG): New macro. | |
2113 | 563 (jm_PREREQ): Use it. |
564 | |
565 2000-01-11 Paul Eggert <eggert@twinsun.com> | |
566 | |
2409 | 567 * uintmax_t.m4: Port to autoconf 2.13. |
2113 | 568 |
2097 | 569 2000-01-08 Jim Meyering <meyering@ascend.com> |
570 | |
571 * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro. | |
572 * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it. | |
573 | |
2068 | 574 2000-01-04 Jim Meyering <meyering@ascend.com> |
575 | |
576 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from | |
577 jm_STRUCT_DIRENT_D_TYPE. | |
578 * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from | |
579 jm_STRUCT_DIRENT_D_INO. | |
580 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from | |
581 jm_STRUCT_UTIMBUF. | |
582 * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | |
2084 | 583 * utime.m4: Likewise. |
2068 | 584 |
585 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro. | |
586 * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | |
587 | |
2067 | 588 2000-01-03 Paul Eggert <eggert@twinsun.com> |
589 | |
590 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt | |
591 (for Solaris 7) and in -lposix4 (for Solaris 2.5.1). | |
592 | |
2063 | 593 2000-01-02 Jim Meyering <meyering@ascend.com> |
594 | |
595 * search-libs.m4: Escape `$' in $3 of dnl comment. I no longer | |
596 remember if this is necessary. | |
597 | |
2059 | 598 1999-12-26 Jim Meyering <meyering@ascend.com> |
599 | |
600 * jm-macros.m4: Use it here. | |
601 * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro. | |
602 | |
2050 | 603 1999-12-23 Jim Meyering <meyering@ascend.com> |
604 | |
605 * jm-macros.m4: Check for clock_gettime (moved from | |
606 fileutils/configure.in) | |
607 Check for gettimeofday. | |
608 | |
2046 | 609 1999-12-20 Jim Meyering <meyering@ascend.com> |
610 | |
611 * strftime.m4: Remove kludge, now that I'm using the fixed | |
612 autoconf-2.14a-1999-12-20. | |
613 | |
2039 | 614 1999-12-19 Jim Meyering <meyering@ascend.com> |
615 | |
616 * lstat-slash.m4: New file. | |
617 * jm-macros.m4: Use the new macro: | |
618 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
619 | |
2027 | 620 1999-12-07 Jim Meyering <meyering@ascend.com> |
621 | |
622 * perl.m4: Require that File::Compare be available, too. | |
623 Too many systems seem to lack it. | |
624 | |
625 * strftime.m4: Add checks for most of the cpp macros tested in | |
626 GNU's strftime.c. Prompted by a patch from Paul Eggert. | |
627 | |
2019 | 628 1999-11-18 Paul Eggert <eggert@twinsun.com> |
629 | |
2409 | 630 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a |
2019 | 631 problem with the QNX 4.25 shell, which doesn't propagate exit |
632 status of failed commands inside shell assignments. | |
633 | |
2017 | 634 1999-11-17 Jim Meyering <meyering@ascend.com> |
635 | |
636 * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. | |
637 | |
2007 | 638 1999-11-07 Jim Meyering <meyering@ascend.com> |
639 | |
640 * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE. | |
641 | |
2001 | 642 1999-11-06 Jim Meyering <meyering@ascend.com> |
643 | |
644 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | |
645 * jm-macros.m4 (jm_MACROS): Use it here. | |
646 | |
1994 | 647 1999-11-05 Jim Meyering <meyering@ascend.com> |
648 | |
649 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in | |
650 of textutils, fileutils, and sh-utils into this one (shared between | |
651 those packages) file. | |
1998 | 652 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated |
653 AC_STRUCT_ST_BLKSIZE. | |
1994 | 654 |
1990 | 655 1999-11-03 Jim Meyering <meyering@ascend.com> |
656 | |
657 * ssize_t.m4: Remove file. No longer needed since the new version of | |
658 AC_CHECK_TYPE checks includes unistd.h. | |
659 * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'. | |
660 Suggestion from Akim Demaille. | |
661 | |
1978 | 662 1999-10-30 Jim Meyering <meyering@ascend.com> |
663 | |
664 * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in | |
665 m4-quoted string. | |
666 * ls-mntd-fs.m4: Likewise. | |
667 * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead | |
1979 | 668 * jm-winsz1.m4: Likewise. |
1978 | 669 |
670 * const.m4: Remove file, since the fix made it into the experimental | |
671 version of autoconf. | |
1984 | 672 * mktime.m4: Likewise. |
1978 | 673 |
674 * check-type.m4: Remove file, now that the latest version of | |
675 AC_CHECK_TYPE takes a third arg to specify additional #includes. | |
676 | |
677 * ssize_t.m4: New file, requires experimental version of autoconf. | |
678 * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked | |
679 AC_CHECK_TYPE. | |
680 | |
1963 | 681 1999-10-04 Jim Meyering <meyering@ascend.com> |
682 | |
683 * jm-macros.m4: Don't require autoconf-2.14.1. | |
684 | |
1960 | 685 1999-09-22 Paul Eggert <eggert@twinsun.com> |
686 | |
687 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC | |
688 2.95.1 bug with HP-UX 10.20. | |
689 | |
1947 | 690 1999-09-17 Jim Meyering <meyering@ascend.com> |
691 | |
692 * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup. | |
693 Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 | |
694 due to missing strdup (against sh-utils-2.0). | |
695 | |
1932 | 696 1999-08-29 Jim Meyering <meyering@ascend.com> |
697 | |
1935 | 698 * jm-macros.m4: Require jm_BISON. |
1932 | 699 * bison.m4: New file. |
700 | |
1927 | 701 1999-08-17 Paul Eggert <eggert@twinsun.com> |
702 | |
2409 | 703 * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma |
1927 | 704 in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. |
705 | |
1913 | 706 1999-08-05 Jim Meyering <meyering@ascend.com> |
707 | |
708 * getline.m4: Rename test file from conftestdata to conftest.data | |
709 to avoid conflicts with `conftest' on 8+3 filesystems. | |
710 Suggestion from Eli Zaretskii. | |
711 | |
1911 | 712 1999-08-04 Jim Meyering <meyering@ascend.com> |
713 | |
714 * jm-macros.m4: Move a 4-line block of code from the configure.in of | |
715 fileutils and sh-utils (textutils's getline test was inadequate). | |
716 (AM_FUNC_GETLINE): Run this test. | |
717 (AC_CHECK_FUNCS): Check for getdelim. | |
718 Reported by Bob Proulx. | |
719 | |
1909 | 720 1999-08-02 Jim Meyering <meyering@ascend.com> |
721 | |
722 * jm-macros.m4: Add a comment. | |
723 | |
1904 | 724 1999-08-01 Jim Meyering <meyering@ascend.com> |
725 | |
726 * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. | |
727 | |
1897 | 728 1999-08-01 Paul Eggert <eggert@twinsun.com> |
729 | |
730 * lfs.m4: Remove this file. | |
731 * largefile.m4: New file. It contains the old contents of | |
732 lfs.m4, except that all names with prefix AC_LFS have been | |
733 changed to use the prefix AC_SYS_LARGEFILE instead, to be | |
734 compatible with future autoconf versions. Also, some minor m4 | |
735 quoting problems have been fixed. | |
736 | |
737 1999-07-16 Paul Eggert <eggert@twinsun.com> | |
738 | |
739 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure | |
740 that we can shift, multiply and divide unsigned long long | |
741 values; Ultrix cc can't do it. | |
742 | |
743 1999-07-14 Paul Eggert <eggert@twinsun.com> | |
744 | |
745 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether | |
746 <inttypes.h> defines strtoumax as a macro (and not as a | |
747 function). | |
748 | |
1893 | 749 1999-07-05 Paul Eggert <eggert@twinsun.com> |
750 | |
1897 | 751 * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines. |
1893 | 752 Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. |
753 (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, | |
754 and simplify the shell code. | |
755 | |
1899 | 756 1999-07-03 Paul Eggert <eggert@twinsun.com> |
757 | |
758 * mktime.m4: New file, which is a preview of what should appear | |
759 in the next public autoconf release. | |
760 | |
1884 | 761 1999-07-20 Jim Meyering <meyering@ascend.com> |
762 | |
763 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. | |
764 | |
1878 | 765 1999-07-15 Jim Meyering <meyering@ascend.com> |
766 | |
767 * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize. | |
768 | |
1856 | 769 1999-05-22 Jim Meyering <meyering@ascend.com> |
770 | |
771 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr. | |
772 | |
1852 | 773 1999-05-20 Jim Meyering <meyering@ascend.com> |
774 | |
775 * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine. | |
776 Add a colon after each `then' in case $4 is empty. | |
777 | |
1846 | 778 1999-05-16 Jim Meyering <meyering@ascend.com> |
779 | |
780 * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS. | |
781 | |
1839 | 782 1999-05-10 Jim Meyering <meyering@ascend.com> |
783 | |
784 * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | |
785 | |
786 * jm-macros.m4: Require 2.14.1, since we use newly-renamed | |
787 AC_FUNC_MKTIME. | |
788 | |
1838 | 789 1999-05-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> |
790 | |
791 * jm-mktime.m4, putenv.m4: Fix typos in config.h comments. | |
792 | |
1826 | 793 1999-05-04 Paul Eggert <eggert@twinsun.com> |
794 | |
795 * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, | |
796 not CPPFLAGS, so that linking works correctly in IRIX. | |
797 | |
1822 | 798 1999-04-30 Paul Eggert <eggert@twinsun.com> |
799 | |
800 * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2. | |
801 | |
1796 | 802 1999-04-20 Jim Meyering <meyering@ascend.com> |
803 | |
804 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1802 | 805 AC_REPLACE xstroull if necessary. From Paul Eggert. |
806 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 807 |
1794 | 808 1999-04-20 Paul Eggert <eggert@twinsun.com> |
809 | |
1799 | 810 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
811 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1803 | 812 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
813 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1796 | 814 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 815 |
816 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 817 |
1789 | 818 1999-04-18 Jim Meyering <meyering@ascend.com> |
819 | |
820 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
821 * jm-macros.m4: Use it. | |
822 | |
1774 | 823 1999-04-06 Jim Meyering <meyering@ascend.com> |
824 | |
825 * strftime.m4: Remove test for %f. | |
826 | |
1765 | 827 1999-03-29 Jim Meyering <meyering@ascend.com> |
828 | |
829 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
830 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
831 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
832 AC_TYPE_PID_T. | |
833 | |
1763 | 834 1999-03-28 Jim Meyering <meyering@ascend.com> |
835 | |
836 * jm-macros.m4: Define GNU_PACKAGE here. | |
837 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
838 replaced e.g., in the *.sh files of the sh-utils. | |
839 | |
1749 | 840 1999-03-20 Jim Meyering <meyering@ascend.com> |
841 | |
1751 | 842 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 843 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
844 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
845 | |
1747 | 846 1999-03-19 Jim Meyering <meyering@ascend.com> |
847 | |
848 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
849 | |
1736 | 850 1999-03-12 Jim Meyering <meyering@ascend.com> |
851 | |
852 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
853 | |
1726 | 854 1999-03-07 Jim Meyering <meyering@ascend.com> |
855 | |
856 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
857 | |
1716 | 858 1999-02-17 Jim Meyering <meyering@ascend.com> |
859 | |
860 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
861 in macro definition. From Eli Zaretskii and Alain Magloire. | |
862 | |
1706 | 863 1999-02-07 Jim Meyering <meyering@ascend.com> |
864 | |
1708 | 865 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
866 | |
1706 | 867 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
1897 | 868 * gettext.m4: Support DOS-style d:/foo/bar absolute file names. |
1706 | 869 |
1700 | 870 1999-02-06 Jim Meyering <meyering@ascend.com> |
871 | |
1703 | 872 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 873 * fnmatch.m4: Likewise. |
874 * getgroups.m4: Likewise. | |
875 * lstat.m4: Likewise. | |
876 * malloc.m4: Likewise. | |
877 * putenv.m4: Likewise. | |
878 * realloc.m4: Likewise. | |
879 * regex.m4: Likewise. | |
880 * stat.m4: Likewise. | |
881 * strftime.m4: Likewise. | |
1706 | 882 Suggestion from Alain Magloire. |
1702 | 883 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
884 * 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
|
885 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
886 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
887 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
888 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
889 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
890 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
891 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
892 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
893 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
894 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
895 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
896 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
897 |
1700 | 898 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
899 an argument. | |
900 | |
901 * regex.m4: Add a run-time Test for proper operation of | |
902 re_compile_pattern. | |
903 | |
1693 | 904 1999-01-31 Jim Meyering <meyering@ascend.com> |
905 | |
906 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
907 | |
1679 | 908 1999-01-30 Jim Meyering <meyering@ascend.com> |
909 | |
1688 | 910 * check-type.m4: Use 3-arg form of AC_DEFINE. |
911 | |
1686 | 912 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
913 rather than my private copy, now that the official one is up to date. | |
914 * mktime.m4: Remove file. | |
915 | |
1679 | 916 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 917 * uptime.m4: Likewise. |
918 * uintmax_t.m4: Likewise. | |
1679 | 919 |
1673 | 920 1999-01-28 Jim Meyering <meyering@ascend.com> |
921 | |
922 * jm-macros.m4: Use jm_AFS. | |
923 * afs.m4: New file (from fileutils' configure.in). | |
924 | |
925 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
926 * chown.m4: Likewise. | |
927 * d-ino.m4: Likewise. | |
928 * d-type.m4: Likewise. | |
929 * fnmatch.m4: Likewise. | |
930 * getgroups.m4: Likewise. | |
931 * gettext.m4: Likewise. | |
932 * jm-mktime.m4: Likewise. | |
933 * jm-winsz2.m4: Likewise. | |
934 * lcmessage.m4: Likewise. | |
935 * ls-mntd-fs.m4: Likewise. | |
936 * malloc.m4: Likewise. | |
937 * memcmp.m4: Likewise. | |
938 * putenv.m4: Likewise. | |
939 * realloc.m4: Likewise. | |
940 * st_mtim.m4: Likewise. | |
941 * strftime.m4: Likewise. | |
942 | |
1654 | 943 1999-01-16 Jim Meyering <meyering@ascend.com> |
944 | |
1656 | 945 * jm-macros.m4 (ARGMATCH_DIE): Define. |
946 (ARGMATCH_DIE_DECL): Define. | |
1654 | 947 |
1637 | 948 1999-01-12 Jim Meyering <meyering@ascend.com> |
949 | |
950 * Makefile.am.in: Rewrite to avoid using fmt. | |
951 Reported by Lars Hecking. | |
952 | |
1624 | 953 1999-01-10 Jim Meyering <meyering@ascend.com> |
954 | |
1629 | 955 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
956 gross kludge. | |
957 * inttypes_h.m4: Likewise. | |
958 * lstat.m4: Likewise. | |
959 * malloc.m4: Likewise. | |
960 * readdir.m4: Likewise. | |
961 * realloc.m4: Likewise. | |
962 * st_dm_mode.m4: Likewise. | |
963 * stat.m4: Likewise. | |
964 * utimbuf.m4: Likewise. | |
965 * utimes.m4: Likewise. | |
966 | |
967 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
968 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
969 comments in config.h.in are meaningful. | |
970 | |
971 * jm-macros.m4: Require autoconf-2.13 here. | |
972 | |
1624 | 973 * regex.m4: By default, don't use the included regex.c on systems |
974 with glibc 2. Suggestion from Uli Drepper. | |
975 | |
1618 | 976 1999-01-02 Jim Meyering <meyering@ascend.com> |
977 | |
978 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
979 | |
1573 | 980 1998-12-18 Jim Meyering <meyering@ascend.com> |
981 | |
982 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 983 Based on a suggestion from Lars Hecking. |
1573 | 984 |
1555 | 985 1998-11-16 Jim Meyering <meyering@ascend.com> |
986 | |
987 * lfs.m4: Double-quote the `uname...` expression. | |
988 | |
989 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
990 | |
991 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
992 | |
1551 | 993 1998-11-14 Jim Meyering <meyering@ascend.com> |
994 | |
995 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
996 * stat.m4: Likewise. | |
997 | |
1542 | 998 1998-11-03 Jim Meyering <meyering@ascend.com> |
999 | |
1000 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
1001 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
1002 | |
1536 | 1003 1998-10-18 Jim Meyering <meyering@ascend.com> |
1004 | |
1005 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
1006 | |
1531 | 1007 1998-10-17 Jim Meyering <meyering@ascend.com> |
1008 | |
1009 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
1010 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
1011 calls for those previously hard-coded headers. Instead, take a new | |
1012 parameter. | |
1013 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
1014 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
1015 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
1016 | |
1017 * mktime.m4: Test for spring-forward gap before long-running test. | |
1018 | |
1019 1998-10-14 Jim Meyering <meyering@ascend.com> | |
1020 | |
1021 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
1022 instead of "TZ=America/Vancouver". From Paul Eggert. | |
1023 | |
1522 | 1024 1998-10-11 Jim Meyering <meyering@ascend.com> |
1025 | |
1026 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 1027 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 1028 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
1029 | |
1507 | 1030 1998-09-27 Jim Meyering <meyering@ascend.com> |
1031 | |
1032 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
1033 | |
1034 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
1035 ../configure.in, including a change from Gordon Matzigkeit to allow | |
1036 cross-compiling for the Hurd. | |
1037 | |
1509 | 1038 * glibc.m4: New file/macro to test for the GNU C Library |
1039 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 1040 Indent. |
1041 | |
1042 1998-09-21 Jim Meyering <meyering@ascend.com> | |
1043 | |
1044 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
1045 | |
1483 | 1046 1998-08-18 Paul Eggert <eggert@twinsun.com> |
1047 | |
1048 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
1049 pedantic Solaris 2.6. | |
1050 | |
1051 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
1052 AC_STRUCT_ST_MTIM. | |
1053 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
1054 Generate name of ns member, instead of just 1 or undef. | |
1055 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
1056 | |
1480 | 1057 1998-08-15 Jim Meyering <meyering@ascend.com> |
1058 | |
1059 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
1060 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
1061 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
1062 instead of jm_TYPE_SSIZE_T. | |
1063 | |
1469 | 1064 1998-08-12 Jim Meyering <meyering@ascend.com> |
1065 | |
1066 * st_dm_mode.m4: New file. From Johan Danielsson. | |
1067 | |
1459 | 1068 1998-08-02 Jim Meyering <meyering@ascend.com> |
1069 | |
1070 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
1071 in acconfig.h manually. | |
1072 | |
1073 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
1074 | |
1075 * st_mtim.m4: New file. | |
1076 | |
1452 | 1077 1998-07-28 Jim Meyering <meyering@ascend.com> |
1078 | |
1079 * utimes.m4: Undef stat. | |
1080 | |
1448 | 1081 1998-07-25 Jim Meyering <meyering@ascend.com> |
1082 | |
1083 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
1084 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
1085 | |
1429 | 1086 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
1087 | |
1088 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
1089 uid and gid actually remain unchanged. | |
1090 | |
1427 | 1091 1998-07-07 Jim Meyering <meyering@ascend.com> |
1092 | |
1093 * jm-glibc-io.m4: Remove fclose_unlocked. | |
1094 | |
1424 | 1095 1998-07-04 Jim Meyering <meyering@ascend.com> |
1096 | |
1097 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
1098 to prove that this macro can be used in packages without regex.c. | |
1099 | |
1411 | 1100 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
1101 | |
1102 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
1103 is to be used. | |
1104 | |
1407 | 1105 1998-07-03 Jim Meyering <meyering@ascend.com> |
1106 | |
1411 | 1107 * gettext.m4: Add -lintl if it's found to be necessary. |
1108 | |
1109 * gettext.m4: New file -- from gettext-0.10.35. | |
1110 * lcmessage.m4: Likewise. | |
1111 * progtest.m4: Likewise. | |
1112 | |
1407 | 1113 * regex.m4 (jm_WITH_REGEX): New file and macro. |
1114 * jm-macros.m4: Require the new macro. | |
1115 | |
1397 | 1116 1998-06-29 Jim Meyering <meyering@ascend.com> |
1117 | |
1118 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
1119 for the definition of NGROUPS (used in a system header included | |
1120 by sys/mount.h). | |
1121 | |
1384 | 1122 1998-06-28 Jim Meyering <meyering@ascend.com> |
1123 | |
1387 | 1124 * ls-mntd-fs.m4: New file. |
1125 * fstypename.m4: New file. | |
1126 | |
1384 | 1127 * jm-macros.m4: Require the new macro. |
1128 * jm-glibc-io.m4: New file. | |
1129 | |
1370 | 1130 1998-05-19 Jim Meyering <meyering@ascend.com> |
1131 | |
1371 | 1132 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
1133 * lchown.m4: New file. | |
1134 | |
1370 | 1135 * Makefile.am.in: New file. |
1136 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
1137 | |
1357 | 1138 1998-05-14 Jim Meyering <meyering@ascend.com> |
1139 | |
1140 * Makefile.am (EXTRA_DIST): Add them. | |
1141 * jm-macros.m4: New file. | |
1142 * utimbuf.m4: New file. | |
1143 | |
1356 | 1144 1998-05-12 Jim Meyering <meyering@ascend.com> |
1145 | |
1146 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
1147 | |
1354 | 1148 1998-05-11 Jim Meyering <meyering@ascend.com> |
1149 | |
1150 * isc-posix.m4: New file. | |
1151 | |
1349 | 1152 1998-05-10 Jim Meyering <meyering@ascend.com> |
1153 | |
1154 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
1155 | |
1346 | 1156 1998-05-09 Jim Meyering <meyering@ascend.com> |
1157 | |
1158 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
1159 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
1160 with automake. | |
1161 | |
1162 * ssize_t.m4: New file. | |
1163 * mktime.m4: Remove file -- the new automake has this now. | |
1164 | |
1333 | 1165 1998-04-26 Jim Meyering <meyering@ascend.com> |
1166 | |
1167 * assert.m4: New file. | |
1168 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
1169 | |
1304 | 1170 1998-04-05 Jim Meyering <meyering@ascend.com> |
1171 | |
1172 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
1173 (jm_PREREQ): Use it here. | |
1174 | |
1286 | 1175 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
1176 | |
1177 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
1178 in acconfig.h. | |
1179 | |
1271 | 1180 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
1181 | |
1275 | 1182 * prereq.m4: New file. |
1272 | 1183 * error.m4: New file. |
1275 | 1184 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 1185 |
1237 | 1186 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
1187 | |
1188 * getline.m4: Don't set am_cv_func_working_getline before the | |
1189 cache-check for the same variable -- that defeated the purpose of | |
1190 the test; the test program was never run. This was a problem only | |
1191 on systems with losing getline functions -- HP-UX 10.20 is one. | |
1192 Reported by Bjorn Helgaas. | |
1193 | |
1234 | 1194 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
1195 | |
1196 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
1197 | |
1210 | 1198 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
1199 | |
1200 * Makefile.am (EXTRA_DIST): Add const.m4. | |
1201 | |
1202 * const.m4: New file. Use an initializer in this declaration | |
1203 typedef int charset[2]; const charset x; | |
1204 Reported by Bob Glickstein. | |
1205 | |
1177 | 1206 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
1207 | |
1208 * chown.m4: Fix reversed types on -1 args to chown. | |
1209 From Kaveh Ghazi. | |
1210 | |
1161 | 1211 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
1212 | |
1163 | 1213 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 1214 Add lseek and memchr. |
1163 | 1215 |
1161 | 1216 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
1899 | 1217 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
1161 | 1218 have a 20-character limit on names. |
1219 | |
1145 | 1220 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
1221 | |
1222 * inttypes_h.m4: New file. | |
1223 * uintmax_t.m4: New file. | |
1224 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |