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