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