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