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