Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 1802:1227bbe35c76
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Wed, 21 Apr 1999 04:21:50 +0000 |
parents | db6c4e91e350 |
children | 1468c79c5b10 |
rev | line source |
---|---|
1796 | 1 1999-04-20 Jim Meyering <meyering@ascend.com> |
2 | |
1802 | 3 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
4 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
5 | |
1796 | 6 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. |
1802 | 7 AC_REPLACE xstroull if necessary. From Paul Eggert. |
8 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 9 |
1794 | 10 1999-04-20 Paul Eggert <eggert@twinsun.com> |
11 | |
1799 | 12 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
13 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1796 | 14 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 15 |
16 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 17 |
1789 | 18 1999-04-18 Jim Meyering <meyering@ascend.com> |
19 | |
20 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
21 * jm-macros.m4: Use it. | |
22 | |
1774 | 23 1999-04-06 Jim Meyering <meyering@ascend.com> |
24 | |
25 * strftime.m4: Remove test for %f. | |
26 | |
1765 | 27 1999-03-29 Jim Meyering <meyering@ascend.com> |
28 | |
29 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
30 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
31 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
32 AC_TYPE_PID_T. | |
33 | |
1763 | 34 1999-03-28 Jim Meyering <meyering@ascend.com> |
35 | |
36 * jm-macros.m4: Define GNU_PACKAGE here. | |
37 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
38 replaced e.g., in the *.sh files of the sh-utils. | |
39 | |
1749 | 40 1999-03-20 Jim Meyering <meyering@ascend.com> |
41 | |
1751 | 42 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 43 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
44 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
45 | |
1747 | 46 1999-03-19 Jim Meyering <meyering@ascend.com> |
47 | |
48 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
49 | |
1736 | 50 1999-03-12 Jim Meyering <meyering@ascend.com> |
51 | |
52 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
53 | |
1726 | 54 1999-03-07 Jim Meyering <meyering@ascend.com> |
55 | |
56 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
57 | |
1716 | 58 1999-02-17 Jim Meyering <meyering@ascend.com> |
59 | |
60 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
61 in macro definition. From Eli Zaretskii and Alain Magloire. | |
62 | |
1706 | 63 1999-02-07 Jim Meyering <meyering@ascend.com> |
64 | |
1708 | 65 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
66 | |
1706 | 67 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
68 * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names. | |
69 | |
1700 | 70 1999-02-06 Jim Meyering <meyering@ascend.com> |
71 | |
1703 | 72 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 73 * fnmatch.m4: Likewise. |
74 * getgroups.m4: Likewise. | |
75 * lstat.m4: Likewise. | |
76 * malloc.m4: Likewise. | |
77 * putenv.m4: Likewise. | |
78 * realloc.m4: Likewise. | |
79 * regex.m4: Likewise. | |
80 * stat.m4: Likewise. | |
81 * strftime.m4: Likewise. | |
1706 | 82 Suggestion from Alain Magloire. |
1702 | 83 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
84 * 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
|
85 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
86 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
87 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
88 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
89 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
90 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
91 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
92 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
93 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
94 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
95 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
96 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
97 |
1700 | 98 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
99 an argument. | |
100 | |
101 * regex.m4: Add a run-time Test for proper operation of | |
102 re_compile_pattern. | |
103 | |
1693 | 104 1999-01-31 Jim Meyering <meyering@ascend.com> |
105 | |
106 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
107 | |
1679 | 108 1999-01-30 Jim Meyering <meyering@ascend.com> |
109 | |
1688 | 110 * check-type.m4: Use 3-arg form of AC_DEFINE. |
111 | |
1686 | 112 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
113 rather than my private copy, now that the official one is up to date. | |
114 * mktime.m4: Remove file. | |
115 | |
1679 | 116 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 117 * uptime.m4: Likewise. |
118 * uintmax_t.m4: Likewise. | |
1679 | 119 |
1673 | 120 1999-01-28 Jim Meyering <meyering@ascend.com> |
121 | |
122 * jm-macros.m4: Use jm_AFS. | |
123 * afs.m4: New file (from fileutils' configure.in). | |
124 | |
125 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
126 * chown.m4: Likewise. | |
127 * d-ino.m4: Likewise. | |
128 * d-type.m4: Likewise. | |
129 * fnmatch.m4: Likewise. | |
130 * getgroups.m4: Likewise. | |
131 * gettext.m4: Likewise. | |
132 * jm-mktime.m4: Likewise. | |
133 * jm-winsz2.m4: Likewise. | |
134 * lcmessage.m4: Likewise. | |
135 * ls-mntd-fs.m4: Likewise. | |
136 * malloc.m4: Likewise. | |
137 * memcmp.m4: Likewise. | |
138 * putenv.m4: Likewise. | |
139 * realloc.m4: Likewise. | |
140 * st_mtim.m4: Likewise. | |
141 * strftime.m4: Likewise. | |
142 | |
1654 | 143 1999-01-16 Jim Meyering <meyering@ascend.com> |
144 | |
1656 | 145 * jm-macros.m4 (ARGMATCH_DIE): Define. |
146 (ARGMATCH_DIE_DECL): Define. | |
1654 | 147 |
1637 | 148 1999-01-12 Jim Meyering <meyering@ascend.com> |
149 | |
150 * Makefile.am.in: Rewrite to avoid using fmt. | |
151 Reported by Lars Hecking. | |
152 | |
1624 | 153 1999-01-10 Jim Meyering <meyering@ascend.com> |
154 | |
1629 | 155 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
156 gross kludge. | |
157 * inttypes_h.m4: Likewise. | |
158 * lstat.m4: Likewise. | |
159 * malloc.m4: Likewise. | |
160 * readdir.m4: Likewise. | |
161 * realloc.m4: Likewise. | |
162 * st_dm_mode.m4: Likewise. | |
163 * stat.m4: Likewise. | |
164 * utimbuf.m4: Likewise. | |
165 * utimes.m4: Likewise. | |
166 | |
167 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
168 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
169 comments in config.h.in are meaningful. | |
170 | |
171 * jm-macros.m4: Require autoconf-2.13 here. | |
172 | |
1624 | 173 * regex.m4: By default, don't use the included regex.c on systems |
174 with glibc 2. Suggestion from Uli Drepper. | |
175 | |
1618 | 176 1999-01-02 Jim Meyering <meyering@ascend.com> |
177 | |
178 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
179 | |
1573 | 180 1998-12-18 Jim Meyering <meyering@ascend.com> |
181 | |
182 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 183 Based on a suggestion from Lars Hecking. |
1573 | 184 |
1555 | 185 1998-11-16 Jim Meyering <meyering@ascend.com> |
186 | |
187 * lfs.m4: Double-quote the `uname...` expression. | |
188 | |
189 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
190 | |
191 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
192 | |
1551 | 193 1998-11-14 Jim Meyering <meyering@ascend.com> |
194 | |
195 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
196 * stat.m4: Likewise. | |
197 | |
1542 | 198 1998-11-03 Jim Meyering <meyering@ascend.com> |
199 | |
200 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
201 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
202 | |
1536 | 203 1998-10-18 Jim Meyering <meyering@ascend.com> |
204 | |
205 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
206 | |
1531 | 207 1998-10-17 Jim Meyering <meyering@ascend.com> |
208 | |
209 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
210 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
211 calls for those previously hard-coded headers. Instead, take a new | |
212 parameter. | |
213 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
214 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
215 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
216 | |
217 * mktime.m4: Test for spring-forward gap before long-running test. | |
218 | |
219 1998-10-14 Jim Meyering <meyering@ascend.com> | |
220 | |
221 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
222 instead of "TZ=America/Vancouver". From Paul Eggert. | |
223 | |
1522 | 224 1998-10-11 Jim Meyering <meyering@ascend.com> |
225 | |
226 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 227 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 228 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
229 | |
1507 | 230 1998-09-27 Jim Meyering <meyering@ascend.com> |
231 | |
232 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
233 | |
234 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
235 ../configure.in, including a change from Gordon Matzigkeit to allow | |
236 cross-compiling for the Hurd. | |
237 | |
1509 | 238 * glibc.m4: New file/macro to test for the GNU C Library |
239 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 240 Indent. |
241 | |
242 1998-09-21 Jim Meyering <meyering@ascend.com> | |
243 | |
244 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
245 | |
1483 | 246 1998-08-18 Paul Eggert <eggert@twinsun.com> |
247 | |
248 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
249 pedantic Solaris 2.6. | |
250 | |
251 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
252 AC_STRUCT_ST_MTIM. | |
253 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
254 Generate name of ns member, instead of just 1 or undef. | |
255 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
256 | |
1480 | 257 1998-08-15 Jim Meyering <meyering@ascend.com> |
258 | |
259 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
260 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
261 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
262 instead of jm_TYPE_SSIZE_T. | |
263 | |
1469 | 264 1998-08-12 Jim Meyering <meyering@ascend.com> |
265 | |
266 * st_dm_mode.m4: New file. From Johan Danielsson. | |
267 | |
1459 | 268 1998-08-02 Jim Meyering <meyering@ascend.com> |
269 | |
270 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
271 in acconfig.h manually. | |
272 | |
273 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
274 | |
275 * st_mtim.m4: New file. | |
276 | |
1452 | 277 1998-07-28 Jim Meyering <meyering@ascend.com> |
278 | |
279 * utimes.m4: Undef stat. | |
280 | |
1448 | 281 1998-07-25 Jim Meyering <meyering@ascend.com> |
282 | |
283 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
284 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
285 | |
1429 | 286 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
287 | |
288 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
289 uid and gid actually remain unchanged. | |
290 | |
1427 | 291 1998-07-07 Jim Meyering <meyering@ascend.com> |
292 | |
293 * jm-glibc-io.m4: Remove fclose_unlocked. | |
294 | |
1424 | 295 1998-07-04 Jim Meyering <meyering@ascend.com> |
296 | |
297 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
298 to prove that this macro can be used in packages without regex.c. | |
299 | |
1411 | 300 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
301 | |
302 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
303 is to be used. | |
304 | |
1407 | 305 1998-07-03 Jim Meyering <meyering@ascend.com> |
306 | |
1411 | 307 * gettext.m4: Add -lintl if it's found to be necessary. |
308 | |
309 * gettext.m4: New file -- from gettext-0.10.35. | |
310 * lcmessage.m4: Likewise. | |
311 * progtest.m4: Likewise. | |
312 | |
1407 | 313 * regex.m4 (jm_WITH_REGEX): New file and macro. |
314 * jm-macros.m4: Require the new macro. | |
315 | |
1397 | 316 1998-06-29 Jim Meyering <meyering@ascend.com> |
317 | |
318 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
319 for the definition of NGROUPS (used in a system header included | |
320 by sys/mount.h). | |
321 | |
1384 | 322 1998-06-28 Jim Meyering <meyering@ascend.com> |
323 | |
1387 | 324 * ls-mntd-fs.m4: New file. |
325 * fstypename.m4: New file. | |
326 | |
1384 | 327 * jm-macros.m4: Require the new macro. |
328 * jm-glibc-io.m4: New file. | |
329 | |
1370 | 330 1998-05-19 Jim Meyering <meyering@ascend.com> |
331 | |
1371 | 332 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
333 * lchown.m4: New file. | |
334 | |
1370 | 335 * Makefile.am.in: New file. |
336 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
337 | |
1357 | 338 1998-05-14 Jim Meyering <meyering@ascend.com> |
339 | |
340 * Makefile.am (EXTRA_DIST): Add them. | |
341 * jm-macros.m4: New file. | |
342 * utimbuf.m4: New file. | |
343 | |
1356 | 344 1998-05-12 Jim Meyering <meyering@ascend.com> |
345 | |
346 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
347 | |
1354 | 348 1998-05-11 Jim Meyering <meyering@ascend.com> |
349 | |
350 * isc-posix.m4: New file. | |
351 | |
1349 | 352 1998-05-10 Jim Meyering <meyering@ascend.com> |
353 | |
354 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
355 | |
1346 | 356 1998-05-09 Jim Meyering <meyering@ascend.com> |
357 | |
358 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
359 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
360 with automake. | |
361 | |
362 * ssize_t.m4: New file. | |
363 * mktime.m4: Remove file -- the new automake has this now. | |
364 | |
1333 | 365 1998-04-26 Jim Meyering <meyering@ascend.com> |
366 | |
367 * assert.m4: New file. | |
368 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
369 | |
1304 | 370 1998-04-05 Jim Meyering <meyering@ascend.com> |
371 | |
372 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
373 (jm_PREREQ): Use it here. | |
374 | |
1286 | 375 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
376 | |
377 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
378 in acconfig.h. | |
379 | |
1271 | 380 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
381 | |
1275 | 382 * prereq.m4: New file. |
1272 | 383 * error.m4: New file. |
1275 | 384 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 385 |
1237 | 386 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
387 | |
388 * getline.m4: Don't set am_cv_func_working_getline before the | |
389 cache-check for the same variable -- that defeated the purpose of | |
390 the test; the test program was never run. This was a problem only | |
391 on systems with losing getline functions -- HP-UX 10.20 is one. | |
392 Reported by Bjorn Helgaas. | |
393 | |
1234 | 394 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
395 | |
396 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
397 | |
1210 | 398 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
399 | |
400 * Makefile.am (EXTRA_DIST): Add const.m4. | |
401 | |
402 * const.m4: New file. Use an initializer in this declaration | |
403 typedef int charset[2]; const charset x; | |
404 Reported by Bob Glickstein. | |
405 | |
1177 | 406 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
407 | |
408 * chown.m4: Fix reversed types on -1 args to chown. | |
409 From Kaveh Ghazi. | |
410 | |
1161 | 411 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
412 | |
1163 | 413 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 414 Add lseek and memchr. |
1163 | 415 |
1161 | 416 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
417 T.E.Dickey <dickey@clark.net> said that some older preprocessors | |
418 have a 20-character limit on names. | |
419 | |
1145 | 420 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
421 | |
422 * inttypes_h.m4: New file. | |
423 * uintmax_t.m4: New file. | |
424 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |