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