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