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