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