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