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