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