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