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