Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 2068:541b8882542d
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 04 Jan 2000 17:12:12 +0000 |
parents | 598b829c31fd |
children | c59b87225e64 |
rev | line source |
---|---|
2068 | 1 2000-01-04 Jim Meyering <meyering@ascend.com> |
2 | |
3 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from | |
4 jm_STRUCT_DIRENT_D_TYPE. | |
5 * d-ino.m4: (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from | |
6 jm_STRUCT_DIRENT_D_INO. | |
7 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from | |
8 jm_STRUCT_UTIMBUF. | |
9 * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | |
10 | |
11 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro. | |
12 * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | |
13 | |
2067 | 14 2000-01-03 Paul Eggert <eggert@twinsun.com> |
15 | |
16 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt | |
17 (for Solaris 7) and in -lposix4 (for Solaris 2.5.1). | |
18 | |
2063 | 19 2000-01-02 Jim Meyering <meyering@ascend.com> |
20 | |
21 * search-libs.m4: Escape `$' in $3 of dnl comment. I no longer | |
22 remember if this is necessary. | |
23 | |
2059 | 24 1999-12-26 Jim Meyering <meyering@ascend.com> |
25 | |
26 * jm-macros.m4: Use it here. | |
27 * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro. | |
28 | |
2050 | 29 1999-12-23 Jim Meyering <meyering@ascend.com> |
30 | |
31 * jm-macros.m4: Check for clock_gettime (moved from | |
32 fileutils/configure.in) | |
33 Check for gettimeofday. | |
34 | |
2046 | 35 1999-12-20 Jim Meyering <meyering@ascend.com> |
36 | |
37 * strftime.m4: Remove kludge, now that I'm using the fixed | |
38 autoconf-2.14a-1999-12-20. | |
39 | |
2039 | 40 1999-12-19 Jim Meyering <meyering@ascend.com> |
41 | |
42 * lstat-slash.m4: New file. | |
43 * jm-macros.m4: Use the new macro: | |
44 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
45 | |
2027 | 46 1999-12-07 Jim Meyering <meyering@ascend.com> |
47 | |
48 * perl.m4: Require that File::Compare be available, too. | |
49 Too many systems seem to lack it. | |
50 | |
51 * strftime.m4: Add checks for most of the cpp macros tested in | |
52 GNU's strftime.c. Prompted by a patch from Paul Eggert. | |
53 | |
2019 | 54 1999-11-18 Paul Eggert <eggert@twinsun.com> |
55 | |
56 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a | |
57 problem with the QNX 4.25 shell, which doesn't propagate exit | |
58 status of failed commands inside shell assignments. | |
59 | |
2017 | 60 1999-11-17 Jim Meyering <meyering@ascend.com> |
61 | |
62 * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. | |
63 | |
2007 | 64 1999-11-07 Jim Meyering <meyering@ascend.com> |
65 | |
66 * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE. | |
67 | |
2001 | 68 1999-11-06 Jim Meyering <meyering@ascend.com> |
69 | |
70 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | |
71 * jm-macros.m4 (jm_MACROS): Use it here. | |
72 | |
1994 | 73 1999-11-05 Jim Meyering <meyering@ascend.com> |
74 | |
75 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in | |
76 of textutils, fileutils, and sh-utils into this one (shared between | |
77 those packages) file. | |
1998 | 78 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated |
79 AC_STRUCT_ST_BLKSIZE. | |
1994 | 80 |
1990 | 81 1999-11-03 Jim Meyering <meyering@ascend.com> |
82 | |
83 * ssize_t.m4: Remove file. No longer needed since the new version of | |
84 AC_CHECK_TYPE checks includes unistd.h. | |
85 * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'. | |
86 Suggestion from Akim Demaille. | |
87 | |
1978 | 88 1999-10-30 Jim Meyering <meyering@ascend.com> |
89 | |
90 * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in | |
91 m4-quoted string. | |
92 * ls-mntd-fs.m4: Likewise. | |
93 * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead | |
1979 | 94 * jm-winsz1.m4: Likewise. |
1978 | 95 |
96 * const.m4: Remove file, since the fix made it into the experimental | |
97 version of autoconf. | |
1984 | 98 * mktime.m4: Likewise. |
1978 | 99 |
100 * check-type.m4: Remove file, now that the latest version of | |
101 AC_CHECK_TYPE takes a third arg to specify additional #includes. | |
102 | |
103 * ssize_t.m4: New file, requires experimental version of autoconf. | |
104 * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked | |
105 AC_CHECK_TYPE. | |
106 | |
1963 | 107 1999-10-04 Jim Meyering <meyering@ascend.com> |
108 | |
109 * jm-macros.m4: Don't require autoconf-2.14.1. | |
110 | |
1960 | 111 1999-09-22 Paul Eggert <eggert@twinsun.com> |
112 | |
113 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC | |
114 2.95.1 bug with HP-UX 10.20. | |
115 | |
1947 | 116 1999-09-17 Jim Meyering <meyering@ascend.com> |
117 | |
118 * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup. | |
119 Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 | |
120 due to missing strdup (against sh-utils-2.0). | |
121 | |
1932 | 122 1999-08-29 Jim Meyering <meyering@ascend.com> |
123 | |
1935 | 124 * jm-macros.m4: Require jm_BISON. |
1932 | 125 * bison.m4: New file. |
126 | |
1927 | 127 1999-08-17 Paul Eggert <eggert@twinsun.com> |
128 | |
129 * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma | |
130 in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. | |
131 | |
1913 | 132 1999-08-05 Jim Meyering <meyering@ascend.com> |
133 | |
134 * getline.m4: Rename test file from conftestdata to conftest.data | |
135 to avoid conflicts with `conftest' on 8+3 filesystems. | |
136 Suggestion from Eli Zaretskii. | |
137 | |
1911 | 138 1999-08-04 Jim Meyering <meyering@ascend.com> |
139 | |
140 * jm-macros.m4: Move a 4-line block of code from the configure.in of | |
141 fileutils and sh-utils (textutils's getline test was inadequate). | |
142 (AM_FUNC_GETLINE): Run this test. | |
143 (AC_CHECK_FUNCS): Check for getdelim. | |
144 Reported by Bob Proulx. | |
145 | |
1909 | 146 1999-08-02 Jim Meyering <meyering@ascend.com> |
147 | |
148 * jm-macros.m4: Add a comment. | |
149 | |
1904 | 150 1999-08-01 Jim Meyering <meyering@ascend.com> |
151 | |
152 * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. | |
153 | |
1897 | 154 1999-08-01 Paul Eggert <eggert@twinsun.com> |
155 | |
156 * lfs.m4: Remove this file. | |
157 * largefile.m4: New file. It contains the old contents of | |
158 lfs.m4, except that all names with prefix AC_LFS have been | |
159 changed to use the prefix AC_SYS_LARGEFILE instead, to be | |
160 compatible with future autoconf versions. Also, some minor m4 | |
161 quoting problems have been fixed. | |
162 | |
163 1999-07-16 Paul Eggert <eggert@twinsun.com> | |
164 | |
165 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure | |
166 that we can shift, multiply and divide unsigned long long | |
167 values; Ultrix cc can't do it. | |
168 | |
169 1999-07-14 Paul Eggert <eggert@twinsun.com> | |
170 | |
171 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether | |
172 <inttypes.h> defines strtoumax as a macro (and not as a | |
173 function). | |
174 | |
1893 | 175 1999-07-05 Paul Eggert <eggert@twinsun.com> |
176 | |
1897 | 177 * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines. |
1893 | 178 Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. |
179 (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, | |
180 and simplify the shell code. | |
181 | |
1899 | 182 1999-07-03 Paul Eggert <eggert@twinsun.com> |
183 | |
184 * mktime.m4: New file, which is a preview of what should appear | |
185 in the next public autoconf release. | |
186 | |
1884 | 187 1999-07-20 Jim Meyering <meyering@ascend.com> |
188 | |
189 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. | |
190 | |
1878 | 191 1999-07-15 Jim Meyering <meyering@ascend.com> |
192 | |
193 * jm-macros.m4: (AC_CHECK_FUNCS): Check for getpagesize. | |
194 | |
1856 | 195 1999-05-22 Jim Meyering <meyering@ascend.com> |
196 | |
197 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr. | |
198 | |
1852 | 199 1999-05-20 Jim Meyering <meyering@ascend.com> |
200 | |
201 * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine. | |
202 Add a colon after each `then' in case $4 is empty. | |
203 | |
1846 | 204 1999-05-16 Jim Meyering <meyering@ascend.com> |
205 | |
206 * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS. | |
207 | |
1839 | 208 1999-05-10 Jim Meyering <meyering@ascend.com> |
209 | |
210 * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | |
211 | |
212 * jm-macros.m4: Require 2.14.1, since we use newly-renamed | |
213 AC_FUNC_MKTIME. | |
214 | |
1838 | 215 1999-05-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> |
216 | |
217 * jm-mktime.m4, putenv.m4: Fix typos in config.h comments. | |
218 | |
1826 | 219 1999-05-04 Paul Eggert <eggert@twinsun.com> |
220 | |
221 * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, | |
222 not CPPFLAGS, so that linking works correctly in IRIX. | |
223 | |
1822 | 224 1999-04-30 Paul Eggert <eggert@twinsun.com> |
225 | |
226 * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2. | |
227 | |
1796 | 228 1999-04-20 Jim Meyering <meyering@ascend.com> |
229 | |
230 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1802 | 231 AC_REPLACE xstroull if necessary. From Paul Eggert. |
232 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 233 |
1794 | 234 1999-04-20 Paul Eggert <eggert@twinsun.com> |
235 | |
1799 | 236 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
237 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1803 | 238 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
239 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1796 | 240 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 241 |
242 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 243 |
1789 | 244 1999-04-18 Jim Meyering <meyering@ascend.com> |
245 | |
246 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
247 * jm-macros.m4: Use it. | |
248 | |
1774 | 249 1999-04-06 Jim Meyering <meyering@ascend.com> |
250 | |
251 * strftime.m4: Remove test for %f. | |
252 | |
1765 | 253 1999-03-29 Jim Meyering <meyering@ascend.com> |
254 | |
255 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
256 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
257 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
258 AC_TYPE_PID_T. | |
259 | |
1763 | 260 1999-03-28 Jim Meyering <meyering@ascend.com> |
261 | |
262 * jm-macros.m4: Define GNU_PACKAGE here. | |
263 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
264 replaced e.g., in the *.sh files of the sh-utils. | |
265 | |
1749 | 266 1999-03-20 Jim Meyering <meyering@ascend.com> |
267 | |
1751 | 268 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 269 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
270 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
271 | |
1747 | 272 1999-03-19 Jim Meyering <meyering@ascend.com> |
273 | |
274 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
275 | |
1736 | 276 1999-03-12 Jim Meyering <meyering@ascend.com> |
277 | |
278 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
279 | |
1726 | 280 1999-03-07 Jim Meyering <meyering@ascend.com> |
281 | |
282 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
283 | |
1716 | 284 1999-02-17 Jim Meyering <meyering@ascend.com> |
285 | |
286 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
287 in macro definition. From Eli Zaretskii and Alain Magloire. | |
288 | |
1706 | 289 1999-02-07 Jim Meyering <meyering@ascend.com> |
290 | |
1708 | 291 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
292 | |
1706 | 293 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
1897 | 294 * gettext.m4: Support DOS-style d:/foo/bar absolute file names. |
1706 | 295 |
1700 | 296 1999-02-06 Jim Meyering <meyering@ascend.com> |
297 | |
1703 | 298 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 299 * fnmatch.m4: Likewise. |
300 * getgroups.m4: Likewise. | |
301 * lstat.m4: Likewise. | |
302 * malloc.m4: Likewise. | |
303 * putenv.m4: Likewise. | |
304 * realloc.m4: Likewise. | |
305 * regex.m4: Likewise. | |
306 * stat.m4: Likewise. | |
307 * strftime.m4: Likewise. | |
1706 | 308 Suggestion from Alain Magloire. |
1702 | 309 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
310 * 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
|
311 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
312 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
313 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
314 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
315 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
316 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
317 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
318 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
319 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
320 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
321 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
322 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
323 |
1700 | 324 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
325 an argument. | |
326 | |
327 * regex.m4: Add a run-time Test for proper operation of | |
328 re_compile_pattern. | |
329 | |
1693 | 330 1999-01-31 Jim Meyering <meyering@ascend.com> |
331 | |
332 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
333 | |
1679 | 334 1999-01-30 Jim Meyering <meyering@ascend.com> |
335 | |
1688 | 336 * check-type.m4: Use 3-arg form of AC_DEFINE. |
337 | |
1686 | 338 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
339 rather than my private copy, now that the official one is up to date. | |
340 * mktime.m4: Remove file. | |
341 | |
1679 | 342 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 343 * uptime.m4: Likewise. |
344 * uintmax_t.m4: Likewise. | |
1679 | 345 |
1673 | 346 1999-01-28 Jim Meyering <meyering@ascend.com> |
347 | |
348 * jm-macros.m4: Use jm_AFS. | |
349 * afs.m4: New file (from fileutils' configure.in). | |
350 | |
351 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
352 * chown.m4: Likewise. | |
353 * d-ino.m4: Likewise. | |
354 * d-type.m4: Likewise. | |
355 * fnmatch.m4: Likewise. | |
356 * getgroups.m4: Likewise. | |
357 * gettext.m4: Likewise. | |
358 * jm-mktime.m4: Likewise. | |
359 * jm-winsz2.m4: Likewise. | |
360 * lcmessage.m4: Likewise. | |
361 * ls-mntd-fs.m4: Likewise. | |
362 * malloc.m4: Likewise. | |
363 * memcmp.m4: Likewise. | |
364 * putenv.m4: Likewise. | |
365 * realloc.m4: Likewise. | |
366 * st_mtim.m4: Likewise. | |
367 * strftime.m4: Likewise. | |
368 | |
1654 | 369 1999-01-16 Jim Meyering <meyering@ascend.com> |
370 | |
1656 | 371 * jm-macros.m4 (ARGMATCH_DIE): Define. |
372 (ARGMATCH_DIE_DECL): Define. | |
1654 | 373 |
1637 | 374 1999-01-12 Jim Meyering <meyering@ascend.com> |
375 | |
376 * Makefile.am.in: Rewrite to avoid using fmt. | |
377 Reported by Lars Hecking. | |
378 | |
1624 | 379 1999-01-10 Jim Meyering <meyering@ascend.com> |
380 | |
1629 | 381 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
382 gross kludge. | |
383 * inttypes_h.m4: Likewise. | |
384 * lstat.m4: Likewise. | |
385 * malloc.m4: Likewise. | |
386 * readdir.m4: Likewise. | |
387 * realloc.m4: Likewise. | |
388 * st_dm_mode.m4: Likewise. | |
389 * stat.m4: Likewise. | |
390 * utimbuf.m4: Likewise. | |
391 * utimes.m4: Likewise. | |
392 | |
393 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
394 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
395 comments in config.h.in are meaningful. | |
396 | |
397 * jm-macros.m4: Require autoconf-2.13 here. | |
398 | |
1624 | 399 * regex.m4: By default, don't use the included regex.c on systems |
400 with glibc 2. Suggestion from Uli Drepper. | |
401 | |
1618 | 402 1999-01-02 Jim Meyering <meyering@ascend.com> |
403 | |
404 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
405 | |
1573 | 406 1998-12-18 Jim Meyering <meyering@ascend.com> |
407 | |
408 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 409 Based on a suggestion from Lars Hecking. |
1573 | 410 |
1555 | 411 1998-11-16 Jim Meyering <meyering@ascend.com> |
412 | |
413 * lfs.m4: Double-quote the `uname...` expression. | |
414 | |
415 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
416 | |
417 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
418 | |
1551 | 419 1998-11-14 Jim Meyering <meyering@ascend.com> |
420 | |
421 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
422 * stat.m4: Likewise. | |
423 | |
1542 | 424 1998-11-03 Jim Meyering <meyering@ascend.com> |
425 | |
426 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
427 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
428 | |
1536 | 429 1998-10-18 Jim Meyering <meyering@ascend.com> |
430 | |
431 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
432 | |
1531 | 433 1998-10-17 Jim Meyering <meyering@ascend.com> |
434 | |
435 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
436 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
437 calls for those previously hard-coded headers. Instead, take a new | |
438 parameter. | |
439 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
440 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
441 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
442 | |
443 * mktime.m4: Test for spring-forward gap before long-running test. | |
444 | |
445 1998-10-14 Jim Meyering <meyering@ascend.com> | |
446 | |
447 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
448 instead of "TZ=America/Vancouver". From Paul Eggert. | |
449 | |
1522 | 450 1998-10-11 Jim Meyering <meyering@ascend.com> |
451 | |
452 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 453 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 454 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
455 | |
1507 | 456 1998-09-27 Jim Meyering <meyering@ascend.com> |
457 | |
458 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
459 | |
460 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
461 ../configure.in, including a change from Gordon Matzigkeit to allow | |
462 cross-compiling for the Hurd. | |
463 | |
1509 | 464 * glibc.m4: New file/macro to test for the GNU C Library |
465 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 466 Indent. |
467 | |
468 1998-09-21 Jim Meyering <meyering@ascend.com> | |
469 | |
470 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
471 | |
1483 | 472 1998-08-18 Paul Eggert <eggert@twinsun.com> |
473 | |
474 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
475 pedantic Solaris 2.6. | |
476 | |
477 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
478 AC_STRUCT_ST_MTIM. | |
479 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
480 Generate name of ns member, instead of just 1 or undef. | |
481 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
482 | |
1480 | 483 1998-08-15 Jim Meyering <meyering@ascend.com> |
484 | |
485 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
486 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
487 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
488 instead of jm_TYPE_SSIZE_T. | |
489 | |
1469 | 490 1998-08-12 Jim Meyering <meyering@ascend.com> |
491 | |
492 * st_dm_mode.m4: New file. From Johan Danielsson. | |
493 | |
1459 | 494 1998-08-02 Jim Meyering <meyering@ascend.com> |
495 | |
496 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
497 in acconfig.h manually. | |
498 | |
499 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
500 | |
501 * st_mtim.m4: New file. | |
502 | |
1452 | 503 1998-07-28 Jim Meyering <meyering@ascend.com> |
504 | |
505 * utimes.m4: Undef stat. | |
506 | |
1448 | 507 1998-07-25 Jim Meyering <meyering@ascend.com> |
508 | |
509 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
510 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
511 | |
1429 | 512 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
513 | |
514 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
515 uid and gid actually remain unchanged. | |
516 | |
1427 | 517 1998-07-07 Jim Meyering <meyering@ascend.com> |
518 | |
519 * jm-glibc-io.m4: Remove fclose_unlocked. | |
520 | |
1424 | 521 1998-07-04 Jim Meyering <meyering@ascend.com> |
522 | |
523 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
524 to prove that this macro can be used in packages without regex.c. | |
525 | |
1411 | 526 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
527 | |
528 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
529 is to be used. | |
530 | |
1407 | 531 1998-07-03 Jim Meyering <meyering@ascend.com> |
532 | |
1411 | 533 * gettext.m4: Add -lintl if it's found to be necessary. |
534 | |
535 * gettext.m4: New file -- from gettext-0.10.35. | |
536 * lcmessage.m4: Likewise. | |
537 * progtest.m4: Likewise. | |
538 | |
1407 | 539 * regex.m4 (jm_WITH_REGEX): New file and macro. |
540 * jm-macros.m4: Require the new macro. | |
541 | |
1397 | 542 1998-06-29 Jim Meyering <meyering@ascend.com> |
543 | |
544 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
545 for the definition of NGROUPS (used in a system header included | |
546 by sys/mount.h). | |
547 | |
1384 | 548 1998-06-28 Jim Meyering <meyering@ascend.com> |
549 | |
1387 | 550 * ls-mntd-fs.m4: New file. |
551 * fstypename.m4: New file. | |
552 | |
1384 | 553 * jm-macros.m4: Require the new macro. |
554 * jm-glibc-io.m4: New file. | |
555 | |
1370 | 556 1998-05-19 Jim Meyering <meyering@ascend.com> |
557 | |
1371 | 558 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
559 * lchown.m4: New file. | |
560 | |
1370 | 561 * Makefile.am.in: New file. |
562 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
563 | |
1357 | 564 1998-05-14 Jim Meyering <meyering@ascend.com> |
565 | |
566 * Makefile.am (EXTRA_DIST): Add them. | |
567 * jm-macros.m4: New file. | |
568 * utimbuf.m4: New file. | |
569 | |
1356 | 570 1998-05-12 Jim Meyering <meyering@ascend.com> |
571 | |
572 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
573 | |
1354 | 574 1998-05-11 Jim Meyering <meyering@ascend.com> |
575 | |
576 * isc-posix.m4: New file. | |
577 | |
1349 | 578 1998-05-10 Jim Meyering <meyering@ascend.com> |
579 | |
580 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
581 | |
1346 | 582 1998-05-09 Jim Meyering <meyering@ascend.com> |
583 | |
584 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
585 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
586 with automake. | |
587 | |
588 * ssize_t.m4: New file. | |
589 * mktime.m4: Remove file -- the new automake has this now. | |
590 | |
1333 | 591 1998-04-26 Jim Meyering <meyering@ascend.com> |
592 | |
593 * assert.m4: New file. | |
594 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
595 | |
1304 | 596 1998-04-05 Jim Meyering <meyering@ascend.com> |
597 | |
598 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
599 (jm_PREREQ): Use it here. | |
600 | |
1286 | 601 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
602 | |
603 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
604 in acconfig.h. | |
605 | |
1271 | 606 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
607 | |
1275 | 608 * prereq.m4: New file. |
1272 | 609 * error.m4: New file. |
1275 | 610 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 611 |
1237 | 612 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
613 | |
614 * getline.m4: Don't set am_cv_func_working_getline before the | |
615 cache-check for the same variable -- that defeated the purpose of | |
616 the test; the test program was never run. This was a problem only | |
617 on systems with losing getline functions -- HP-UX 10.20 is one. | |
618 Reported by Bjorn Helgaas. | |
619 | |
1234 | 620 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
621 | |
622 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
623 | |
1210 | 624 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
625 | |
626 * Makefile.am (EXTRA_DIST): Add const.m4. | |
627 | |
628 * const.m4: New file. Use an initializer in this declaration | |
629 typedef int charset[2]; const charset x; | |
630 Reported by Bob Glickstein. | |
631 | |
1177 | 632 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
633 | |
634 * chown.m4: Fix reversed types on -1 args to chown. | |
635 From Kaveh Ghazi. | |
636 | |
1161 | 637 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
638 | |
1163 | 639 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 640 Add lseek and memchr. |
1163 | 641 |
1161 | 642 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
1899 | 643 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
1161 | 644 have a 20-character limit on names. |
645 | |
1145 | 646 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
647 | |
648 * inttypes_h.m4: New file. | |
649 * uintmax_t.m4: New file. | |
650 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |