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