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