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