Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 3505:ac9fa5af1d83
*** empty log message ***
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sun, 23 Sep 2001 09:19:52 +0000 |
parents | 3f81c92e2a08 |
children | 0193ef97f757 |
rev | line source |
---|---|
3505 | 1 2001-09-23 Jim Meyering <meyering@lucent.com> |
2 | |
3 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test | |
4 instead of the mere test for existence of mntent.h. The latter | |
5 would get a false-positive on AIX 3.4 systems. | |
6 | |
3500 | 7 2001-09-22 Jim Meyering <meyering@lucent.com> |
8 | |
3501 | 9 * gettext.m4: New file. From gettext. |
3500 | 10 * lcmessage.m4: Sync with gettext -- this changes only comments. |
11 * progtest.m4: Likewise | |
12 * isc-posix.m4: Decrement serial number to sync with gettext. | |
13 * glibc21.m4: Likewise. | |
14 | |
15 * libintl.m4: Remove. No longer used. | |
16 | |
3489 | 17 2001-09-20 Jim Meyering <meyering@lucent.com> |
18 | |
19 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of | |
3491 | 20 strtoimax. |
3489 | 21 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of |
22 strtoumax. | |
23 | |
3485 | 24 2001-09-17 Jim Meyering <meyering@lucent.com> |
25 | |
26 * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4, | |
27 * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4, | |
28 * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4, | |
29 * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4, | |
30 * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, | |
31 whenever the right hand side need not be expanded by the shell. | |
32 | |
3484 | 33 2001-09-16 Paul Eggert <eggert@twinsun.com> |
34 | |
35 * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C | |
36 library. It's not correct, as some older glibcs are buggy. | |
37 fnmatch wasn't fixed until glibc 2.2. | |
38 | |
39 Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no | |
40 special shell magic here. | |
41 | |
3477 | 42 2001-09-16 Jim Meyering <meyering@lucent.com> |
43 | |
44 * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro. | |
45 * jm-macros.m4: Require it. | |
46 | |
3474 | 47 2001-09-15 Jim Meyering <meyering@lucent.com> |
48 | |
49 * jm-macros.m4: Check for help2man. | |
50 | |
3469 | 51 2001-09-11 Jim Meyering <meyering@lucent.com> |
52 | |
53 * host-os.m4 (UTILS_HOST_OS): New file/macro. | |
54 The body, by Paul Eggert, was moved here from configure.in. | |
3471 | 55 * jm-macros.m4: Require UTILS_HOST_OS. |
3469 | 56 |
3463 | 57 2001-09-04 Paul Eggert <eggert@twinsun.com> |
58 | |
59 * prereq.m4 (jm_PREREQ_XREADLINK): New macro. | |
60 (jm_PREREQ): Use it. | |
61 | |
3456 | 62 2001-09-03 Paul Eggert <eggert@twinsun.com> |
63 | |
64 * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and | |
65 sys/param.h, as pathmax.h includes them. | |
66 | |
3449 | 67 2001-09-03 Paul Eggert <eggert@twinsun.com> |
68 | |
69 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD. | |
70 (jm_PREREQ_XGETCWD): New macro. | |
71 | |
72 * getcwd.m4: New file. | |
73 | |
3445 | 74 2001-09-01 Jim Meyering <meyering@lucent.com> |
75 | |
76 * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name. | |
77 Used by df. | |
78 | |
3430 | 79 2001-08-30 Paul Eggert <eggert@twinsun.com> |
80 | |
81 Simplify code, partly by assuming autoconf 2.52 semantics. | |
82 | |
83 * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4. | |
84 | |
85 * inttypes.m4 (AC_PREREQ): Bump to 2.52. | |
86 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52. | |
87 All uses removed. | |
88 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): | |
89 Move AC_REQUIRE to next-to-top level, to avoid confusion. | |
90 Use 2.52's AC_CHECK_TYPE instead of merely looking for the header. | |
91 * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H. | |
92 * jm-macros.m4 (jm_MACROS): Likewise. | |
93 | |
94 * uintmax_t.m4: Remove, as it duplicates inttypes.m4. | |
95 | |
96 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): | |
97 Quote first arg of AC_DEFUN. | |
98 Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG | |
99 since they are needed to parse the include file even if we need | |
100 only xstrtoimax. Simplify logic behind the args to AC_REPLACE. | |
101 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, | |
102 but with opposite signedness. | |
103 | |
3402 | 104 2001-08-30 Paul Eggert <eggert@twinsun.com> |
105 | |
106 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE. | |
107 (jm_PREREQ_EXCLUDE): New macro. | |
108 | |
3373 | 109 2001-08-26 Jim Meyering <meyering@lucent.com> |
110 | |
111 * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX. | |
112 | |
113 * xstrtoimax.m4: New file. | |
114 * xstrtoumax.m4: Add comments explaining why we | |
115 AC_REPLACE_FUNCS(strtol). | |
116 | |
3358 | 117 2001-06-20 Paul Eggert <eggert@twinsun.com> |
118 | |
119 * inttypes.m4: Add AC_PREREQ(2.13). | |
120 (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too. | |
121 (jm_AC_TYPE_INTMAX_T): New macro. | |
122 (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4. | |
123 | |
124 * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro. | |
125 | |
126 * longlong.m4: Renamed from ulonglong.m4. | |
127 * inttypes.m4: Renamed from inttypes_h.m4. | |
128 * uintmax_t.m4: Removed. | |
129 | |
3340 | 130 2001-08-12 Jim Meyering <meyering@lucent.com> |
131 | |
132 * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4, | |
133 d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4, | |
134 fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4, | |
135 group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4, | |
136 jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4, | |
137 link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4, | |
138 mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4, | |
139 prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4, | |
140 rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, | |
141 strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4, | |
142 utime.m4, utimes.m4, xstrtoumax.m4: | |
143 Quote the first argument in each use of AC_DEFUN. | |
144 | |
3331 | 145 2001-08-05 Jim Meyering <meyering@lucent.com> |
146 | |
147 * jm-macros.m4: Require autoconf-2.52. | |
148 | |
3324 | 149 2001-08-03 Paul Eggert <eggert@twinsun.com> |
150 | |
151 The following changes are from gettext 0.10.39 as maintained by | |
152 Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ. | |
153 | |
154 * codeset.m4: Upgrade to serial AM1. | |
155 (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET; | |
156 all uses changed. Quote first arg of AC_DEFUN. | |
157 (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset. | |
158 | |
159 * iconv.m4: Upgrade to serial AM2. | |
160 (AM_ICONV): Renamed from jm_ICONV; all uses changed. | |
161 Add --with-libconv-prefix. | |
162 Quote first arg of AC_DEFUN. Add description for ICONV_CONST. | |
163 (am_cv_func_iconv): Renamed from jm_cv_func_iconv. | |
164 (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv. | |
165 (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv. | |
166 * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings. | |
167 | |
168 * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN. | |
169 * getline.m4 (AM_FUNC_GETLINE): Likewise. | |
170 * glibc21.m4 (jm_GLIBC21): Likewise. | |
171 * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise. | |
172 * isc-posix.m4 (AC_ISC_POSIX): Likewise. | |
173 * lcmessage.m4 (AM_LC_MESSAGES): Likewise. | |
174 * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise. | |
175 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise. | |
176 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise. | |
177 | |
178 * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for | |
179 string.h any more. | |
180 | |
3334 | 181 * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no", |
182 not the default value. | |
3324 | 183 |
3334 | 184 2001-06-25 Bruno Haible <haible@clisp.cons.org> |
185 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES. | |
186 Also check for mbsinit. Needed for SCO 3.2v5.0.2. | |
187 Also include <string.h>; this is where AIX 3.2.5 declares wcwidth. | |
188 Also check for iswcntrl, used for wcwidth fallback. | |
189 Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability | |
190 to Autoconf 2.13. | |
3324 | 191 |
3310 | 192 2001-08-03 Jim Meyering <meyering@lucent.com> |
193 | |
194 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include', | |
195 as it was in the original. Reported by Paul Eggert. | |
196 | |
3308 | 197 2001-07-16 Jim Meyering <meyering@lucent.com> |
198 | |
199 * gettimeofday.m4: New file. | |
200 Prompted by a report from Bernhard Baehr. | |
201 | |
3295 | 202 2001-07-15 Jim Meyering <meyering@lucent.com> |
203 | |
3308 | 204 * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff. |
205 Now it's in ../Makefile.cfg. | |
206 | |
3295 | 207 2001-07-04 Jim Meyering <meyering@lucent.com> |
208 | |
209 * Makefile.am.in (glibc-io.struct): New target. Rework the code | |
210 that generates jm-glibc-io.m4 so that it doesn't trigger any make | |
211 distcheck failure. | |
212 | |
3284 | 213 2001-07-02 Jim Meyering <meyering@lucent.com> |
214 | |
215 The following changes were prompted by suggestions from Bruno Haible. | |
216 | |
217 * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4 | |
218 is now generated. | |
219 * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted | |
220 definition of EXTRA_DIST. | |
221 (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to | |
222 ensure that the generated file is created/updated whenever the list | |
223 of $(unlocked_functions) is changed. | |
224 (jm-glibc-io.m4): New rule. | |
225 (unlocked-io.h): New rule -- currently unused. | |
226 | |
3282 | 227 2001-06-24 Jim Meyering <meyering@lucent.com> |
228 | |
229 * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an | |
230 unmatched right bracket, rather than kludging it with an extra, | |
231 falsely-matching quote in a comment. Patch by Akim Demaille. | |
232 | |
3277 | 233 2001-05-27 Jim Meyering <meyering@lucent.com> |
234 | |
235 * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx. | |
236 Check for ut_type in struct utmp. | |
237 | |
3271 | 238 2001-05-22 Jim Meyering <meyering@lucent.com> |
239 | |
240 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime), | |
241 now that we use the package-supplied version unconditionally. | |
242 (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason. | |
243 | |
3269 | 244 2001-05-21 Jim Meyering <meyering@lucent.com> |
245 | |
246 * regex.m4: Change a couple backticks to single quotes to avoid shell | |
247 syntax errors. | |
248 | |
3266 | 249 2001-05-19 Alexandre Duret-Lutz <duret_g@epita.fr> |
250 | |
251 * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__. | |
252 | |
3259 | 253 2001-05-11 Paul Eggert <eggert@twinsun.com> |
254 | |
3358 | 255 * strftime.m4 (jm_FUNC_GNU_STRFTIME): |
3259 | 256 Don't bother to check library strftime, since |
257 we'll be using our own my_strftime function anyway. | |
258 Define my_strftime instead of strftime. | |
259 | |
3254 | 260 2001-05-15 Jim Meyering <meyering@lucent.com> |
261 | |
262 * regex.m4: Use proper quoting so brackets appear in the test program. | |
3257 | 263 Reported by, and with help from, Bruno Haible. |
3254 | 264 |
3252 | 265 2001-05-13 Jim Meyering <meyering@lucent.com> |
266 | |
267 * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined. | |
268 | |
3235 | 269 2000-11-26 Paul Eggert <eggert@twinsun.com> |
270 | |
271 * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used. | |
272 | |
3233 | 273 2001-04-21 Jim Meyering <meyering@lucent.com> |
274 | |
275 * rmdir-errno.m4: Write to a new file, so that a restrictive umask | |
276 doesn't interfere. | |
277 | |
3231 | 278 2001-04-21 Alexandre Duret-Lutz <duret_g@epita.fr> |
279 | |
280 * ftruncate.m4: Check for chsize. | |
281 Link with ftruncate.o unconditionally if ftruncate is missing. | |
282 This was required when cross-compiling to i586-mingw32msvc. | |
283 | |
3225 | 284 2001-03-24 Jim Meyering <meyering@lucent.com> |
285 | |
286 * jm-macros.m4: Require autoconf-2.49d. | |
287 | |
3223 | 288 2001-03-20 Bruno Haible <haible@clisp.cons.org> |
289 | |
290 * iconv.m4 (jm_ICONV): Recommend GNU libiconv. | |
291 | |
3219 | 292 2001-03-17 Jim Meyering <meyering@lucent.com> |
3216 | 293 |
3218 | 294 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP, |
295 now that the version in autoconf is equivalent. | |
296 (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP. | |
297 | |
3216 | 298 * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R. |
299 Suggestion from Akim Demaille. | |
300 | |
301 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME. | |
302 (jm_PREREQ_TEMPNAME): New function. | |
303 | |
3194 | 304 2001-02-25 Paul Eggert <eggert@twinsun.com> |
305 | |
306 * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system | |
307 lacks mkstemp. Compile our own tempname.c if we compile our own | |
308 mkstemp.c, as mkstemp relies on tempname. | |
309 | |
3190 | 310 2001-03-01 Jim Meyering <meyering@lucent.com> |
311 | |
312 * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that | |
313 AH_VERBATIM really does output its argument verbatim. | |
314 | |
3188 | 315 2001-02-18 Paul Eggert <eggert@twinsun.com> |
316 | |
317 * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h. | |
318 | |
3172 | 319 2001-02-17 Jim Meyering <meyering@lucent.com> |
320 | |
3179 | 321 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for |
322 getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt | |
323 further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on | |
324 UnixWare 7.1.1. | |
325 | |
3172 | 326 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc., |
327 rather than AC_CACHE_VAL. | |
328 | |
329 2001-02-17 Paul Eggert <eggert@twinsun.com> | |
330 | |
3173 | 331 * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC. |
332 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): | |
3172 | 333 Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc). |
3173 | 334 * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. |
3172 | 335 |
3158 | 336 2001-02-07 Jim Meyering <meyering@lucent.com> |
337 | |
338 * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug. | |
339 | |
3156 | 340 2001-02-05 Jim Meyering <meyering@lucent.com> |
341 | |
342 * jm-macros.m4: Require autoconf-2.14d (not yet released), because | |
343 it includes the patch required for `large file' support with at least | |
344 HP-UX's 10.20 /bin/cc. | |
345 | |
3153 | 346 2001-02-03 Jim Meyering <meyering@lucent.com> |
347 | |
348 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of | |
349 AS_IF, now that it works once again (mysteriously). | |
350 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. | |
351 | |
3147 | 352 2001-01-30 Jim Meyering <meyering@lucent.com> |
353 | |
354 Don't use filenames that are 8.3-equivalent to "conftest" on DOS. | |
355 * chown.m4: Rename conftestchown to conftest.chown. | |
356 * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/. | |
357 * utimes.m4: s/conftestdata/conftest.data/ | |
358 Inspired by Pavel Roskin's change in autoconf. | |
359 | |
3138 | 360 2001-01-27 Jim Meyering <meyering@lucent.com> |
361 | |
3141 | 362 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was |
363 a use of AS_IF. | |
3138 | 364 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. |
365 | |
3131 | 366 2001-01-26 Jim Meyering <meyering@lucent.com> |
367 | |
368 * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that | |
369 quotearg.c includes it. | |
370 | |
3126 | 371 2001-01-15 Bruno Haible <haible@clisp.cons.org> |
372 | |
373 * iconv.m4 (jm_ICONV): Also check whether the iconv declaration | |
374 has const. | |
375 | |
3116 | 376 2001-01-20 Jim Meyering <meyering@lucent.com> |
377 | |
3119 | 378 Be sure that headers are checked before used in code compiled |
379 for the type checks. | |
380 * jm-macros.m4 (jm_MACROS): Remove all header checks. | |
381 In place of that, invoke jm_CHECK_ALL_TYPES. | |
382 (jm_CHECK_ALL_HEADERS): New functions with the above checks. | |
383 (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS. | |
3122 | 384 Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES; |
3121 | 385 The check for ssize_t was mistakenly run before the test for unistd.h. |
3119 | 386 |
3116 | 387 The configure-time check for stdbool.h was missing. |
388 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH. | |
389 (jm_PREREQ_HASH): New function. | |
390 | |
3111 | 391 2001-01-17 Jim Meyering <meyering@lucent.com> |
392 | |
393 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, | |
394 for autoconf-2.49c. | |
395 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise. | |
396 | |
3101 | 397 2001-01-14 Jim Meyering <meyering@lucent.com> |
398 | |
399 * rename.m4: Use temporary directories named conftestdir{,2}, not | |
400 foo and bar. Create conftestdir/ in the script, not in the C code. | |
401 Remove directories in the script, not in the C code. | |
3106 | 402 Remove conftestdir{,2} before trying to create the directory. |
403 Make the entire configure script fail if the mkdir fails. | |
3101 | 404 |
405 2001-01-02 Volker Borchert <bt@teknon.de> | |
406 | |
407 * rename.m4: New file. | |
408 * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME. | |
409 | |
3093 | 410 2001-01-01 Alexandre Duret-Lutz <duret_g@epita.fr> |
411 | |
412 * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by | |
413 expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN, | |
414 so `make install' also works in VPATH builds. | |
415 | |
3087 | 416 2001-01-01 Jim Meyering <meyering@lucent.com> |
417 | |
3089 | 418 * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even |
419 on systems with utmpx.h. It's necessary for the declaration of utmp's | |
420 ut_user member. Reported by Andreas Jaeger. | |
421 | |
3087 | 422 * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available. |
423 They are required for the declarations of getgrgid and getpwuid resp. | |
424 (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |
425 Reported by Andreas Jaeger. | |
426 | |
3085 | 427 2000-12-25 Alexandre Duret-Lutz <duret_g@epita.fr> |
428 | |
429 * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | |
430 prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it | |
431 can be used in subdirectories. | |
432 | |
3079 | 433 2000-12-26 Jim Meyering <meyering@lucent.com> |
434 | |
435 * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better | |
436 with autoheader. | |
437 | |
3058 | 438 2000-12-17 Jim Meyering <meyering@lucent.com> |
439 | |
440 * dos.m4 (jm_AC_DOS): New file and macro. | |
441 * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS. | |
442 | |
3045 | 443 2000-12-06 Paul Eggert <eggert@twinsun.com> |
444 | |
445 * off_t-format.m4: Remove this file. | |
446 * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT. | |
447 | |
3030 | 448 2000-12-06 Jim Meyering <meyering@lucent.com> |
449 | |
450 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement | |
451 strtoull, we may well need the replacement strtoul, too. | |
3034 | 452 Check for declarations of strtoul and strtoull. |
3036 | 453 Check for strtol. Mainly as a cue to cause automake to include |
454 strtol.c -- that file is included by each of strtoul.c and strtoull.c. | |
455 Check for limits.h -- strtol.c needs it. | |
3030 | 456 |
3017 | 457 2000-12-02 Jim Meyering <meyering@lucent.com> |
458 | |
459 * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro. | |
460 * jm-macros.m4 (jm_MACROS): require it. | |
461 | |
3007 | 462 2000-11-30 Jim Meyering <meyering@lucent.com> |
463 | |
3008 | 464 * jm-macros.m4 (jm_MACROS): Check for stdint.h. |
3007 | 465 |
3003 | 466 2000-11-30 Jim Meyering <meyering@lucent.com> |
467 | |
468 * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf. | |
469 | |
2970 | 470 2000-11-03 Bruno Haible <haible@clisp.cons.org> |
471 | |
472 * jm-macros.m4 (jm_MACROS): Add test for wcrtomb. | |
473 | |
2959 | 474 2000-11-04 Jim Meyering <meyering@lucent.com> |
475 | |
476 * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'. | |
477 | |
2944 | 478 2000-10-29 Jim Meyering <meyering@lucent.com> |
479 | |
480 * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | |
481 * ls-mntd-fs.m4: Likewise | |
482 | |
2937 | 483 2000-10-28 Jim Meyering <meyering@lucent.com> |
484 | |
485 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR. | |
486 (jm_PREREQ_MEMCHR): New function. | |
487 | |
2893 | 488 2000-10-21 Jim Meyering <meyering@lucent.com> |
489 | |
490 * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr. | |
491 * prereq.m4 (jm_PREREQ_DIRNAME): New macro. | |
492 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr. | |
493 | |
2871 | 494 2000-09-18 Jim Meyering <meyering@lucent.com> |
495 | |
496 * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS. | |
497 Otherwise, everyone ends up linking with -lelf for some configurations. | |
498 Reported by Mike Stone. | |
499 | |
2833 | 500 2000-08-26 Jim Meyering <meyering@lucent.com> |
501 | |
502 * jm-macros.m4: Use jm_FUNC_FPENDING. | |
503 * fpending.m4: New file. | |
504 | |
2823 | 505 2000-08-20 Jim Meyering <meyering@lucent.com> |
506 | |
507 * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than | |
508 `#if !HAVE_UTMPX_H'. The latter would lose on systems with neither | |
509 utmp.h nor utmpx.h. Reported by Eli Zaretskii. | |
510 | |
2819 | 511 2000-08-11 J. David Anglin <dave@hiauly1.hia.nrc.ca> |
512 | |
513 Improve fileutils installation on systems where running | |
514 programs (like install) can't be unlinked. | |
515 * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro. | |
516 * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT. | |
517 | |
2806 | 518 2000-08-06 Paul Eggert <eggert@twinsun.com> |
519 | |
3173 | 520 * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int, |
2806 | 521 not char, for compatibility with glibc 2.1.3 strftime.c. |
522 | |
2773 | 523 2000-07-23 Paul Eggert <eggert@twinsun.com> |
524 | |
525 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration. | |
526 | |
2766 | 527 2000-07-23 Jim Meyering <meyering@lucent.com> |
528 | |
529 * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too: | |
530 getgrgid, getpwuid, getuid. | |
531 | |
2755 | 532 2000-07-16 Bruno Haible <haible@clisp.cons.org> |
533 | |
2901 | 534 * mbswidth.m4: New file. |
535 * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH. | |
2755 | 536 |
2745 | 537 2000-07-14 Jim Meyering <meyering@lucent.com> |
538 | |
539 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T. | |
540 | |
2740 | 541 2000-07-10 Paul Eggert <eggert@twinsun.com> |
542 | |
543 From a suggestion by Bruno Haible. | |
544 * mbstate_t.m4 (AC_MBSTATE_T): | |
545 Renamed from AC_MBSTATE_T_OBJECT. All uses changed. | |
546 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT | |
547 and mbstate_t, to a single-part test that simply defines mbstate_t. | |
2745 | 548 * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/. |
2740 | 549 |
2732 | 550 2000-07-10 Jim Meyering <meyering@lucent.com> |
551 | |
2734 | 552 * strerror_r.m4: Mirror the correction made in autoconf. |
553 | |
2732 | 554 * gnu-source.m4: Output to confdefs.h directly. |
555 Suggestion from Akim Demaille. | |
556 | |
2726 | 557 2000-07-09 Jim Meyering <meyering@lucent.com> |
558 | |
2729 | 559 * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required |
560 to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible. | |
561 | |
2726 | 562 * gnu-source.m4 (AC__GNU_SOURCE): New file/macro. |
563 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it. | |
564 | |
2714 | 565 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
566 | |
567 * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer | |
568 to strerror_r. | |
2716 | 569 Include <ctype.h> for use of isalpha. |
2714 | 570 |
2712 | 571 2000-07-05 Paul Eggert <eggert@twinsun.com> |
572 and Bruno Haible <haible@clisp.cons.org> | |
573 | |
574 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t | |
575 only if the test for an object-type mbstate_t fails. This | |
576 prevents us from mistakenly reporting that mbstate_t is a | |
577 system object type after we "#define mbstate_t int" to work | |
578 around its lack. | |
579 | |
2701 | 580 2000-07-04 Jim Meyering <meyering@lucent.com> |
581 | |
582 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead | |
2702 | 583 of the deprecated AC_CHECKING. |
2701 | 584 |
2698 | 585 2000-07-03 Jim Meyering <meyering@lucent.com> |
586 | |
587 * check-decl.m4 (AC_CHECK_DECLS): Add strnlen. | |
588 | |
2695 | 589 2000-07-03 Paul Eggert <eggert@twinsun.com> |
590 | |
591 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13. | |
592 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H. | |
593 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
594 2000-07-02 Jim Meyering <meyering@lucent.com> |
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
595 |
2691 | 596 * mbstate_t.m4: Also define mbstate_t, if necessary. |
597 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
598 * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with |
2686 | 599 AC_LIBOBJ(function_name). |
2684 | 600 * chown.m4: Likewise. |
601 * fnmatch.m4: Likewise. | |
602 * ftruncate.m4: Likewise. | |
603 * getgroups.m4: Likewise. | |
604 * getline.m4: Likewise. | |
605 * group-member.m4: Likewise. | |
606 * jm-macros.m4: Likewise. | |
607 * lstat.m4: Likewise. | |
608 * malloc.m4: Likewise. | |
609 * memcmp.m4: Likewise. | |
610 * nanosleep.m4: Likewise. | |
611 * putenv.m4: Likewise. | |
612 * realloc.m4: Likewise. | |
613 * regex.m4: Likewise. | |
614 * stat.m4: Likewise. | |
615 * strftime.m4: Likewise. | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
616 |
2681 | 617 2000-07-01 Jim Meyering <meyering@lucent.com> |
618 | |
619 * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated | |
620 problem. | |
621 | |
2679 | 622 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
623 | |
624 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific | |
625 macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV. | |
626 | |
2675 | 627 2000-07-01 Jim Meyering <meyering@lucent.com> |
628 | |
629 * uptime.m4: Put double quotes around use of $cross_compiling. | |
630 | |
2666 | 631 2000-06-28 Jim Meyering <meyering@lucent.com> |
632 | |
633 * mbstate_t.m4: Use stdlib.h, not stdio.h. The latter is not included | |
634 by quotearg.c, for which we perform this test. From Bruno Haible. | |
635 | |
2662 | 636 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
637 | |
638 * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well. | |
639 * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or | |
640 <utmpx.h> exists, put readutmp.o into LIBOBJS. | |
641 | |
2653 | 642 2000-06-25 Jim Meyering <meyering@lucent.com> |
643 | |
644 * mbstate_t.m4: Include stdio.h before wchar.h to work around | |
645 Linux header bug when _XOPEN_SOURCE is defined to 500. | |
646 | |
2644 | 647 2000-06-24 Jim Meyering <meyering@lucent.com> |
648 | |
649 * strerror_r.m4: Revive this file -- to try out an experimental | |
650 version of AC_FUNC_STRERROR_R that may work even on BeOS, a system | |
651 for which strerror does return char*, but which lacks a conveniently | |
2649 | 652 accessible declaration of the function. If the compile-test says |
653 strerror_r doesn't work, then resort to a `run'-test that works on | |
654 BeOS and segfaults on DEC Unix. | |
2644 | 655 |
2639 | 656 2000-06-19 Paul Eggert <eggert@twinsun.com> |
657 | |
658 * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT. | |
659 * prereq.m4 (jm_PREREQ_QUOTEARG): Use it. Add check for iswprint. | |
2635 | 660 |
2640 | 661 2000-06-23 Jim Meyering <meyering@lucent.com> |
662 | |
2635 | 663 * afs.m4: Add missing AC_MSG_RESULT. |
664 Reported by Bruno Haible. | |
665 | |
666 * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/. | |
667 Suggestion from Bruno Haible. | |
668 | |
2632 | 669 2000-06-21 Jim Meyering <meyering@lucent.com> |
670 | |
671 * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass. | |
672 | |
2604 | 673 2000-06-18 Jim Meyering <meyering@lucent.com> |
674 | |
2613 | 675 * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir. |
676 | |
2604 | 677 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the |
678 `checking whether...' message to be consistent with that of the | |
679 lstat test. | |
680 | |
2596 | 681 2000-06-16 Bruno Haible <haible@clisp.cons.org> |
682 | |
683 * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C. | |
684 | |
2599 | 685 2000-06-12 Jim Meyering <meyering@lucent.com> |
686 | |
687 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG | |
688 from autoconf, and tweak the latter to accept an optional argument. | |
689 * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply | |
690 the optional argument, `lib'. | |
691 | |
2580 | 692 2000-06-08 Jim Meyering <meyering@lucent.com> |
693 | |
694 * largefile.m4: Remove file (now that it's part of autoconf). | |
695 | |
2577 | 696 2000-06-04 Paul Eggert <eggert@twinsun.com> |
697 | |
698 Rewrite largefile configuration so that we don't need to run | |
699 getconf and don't need AC_CANONICAL_HOST. [I'm leaving the use of | |
700 AC_CANONICAL_HOST in configure.in -- jmm] | |
701 | |
702 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS, | |
703 AC_SYS_LARGEFILE_SPACE_APPEND): Remove. | |
704 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro. | |
705 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from | |
706 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. | |
707 All uses changed. | |
708 Instead of inspecting the output of getconf, try to compile the | |
709 test program without and with the macro definition. | |
710 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check | |
711 for getconf. Instead, check for the needed flags by compiling | |
712 test programs. | |
713 | |
2565 | 714 2000-06-03 Jim Meyering <meyering@lucent.com> |
715 | |
2567 | 716 * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS, |
717 now that autoconf requires that. | |
718 | |
2565 | 719 * jm-glibc-io.m4: Add a kludge to make autoheader emit the required |
720 #undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED. | |
721 Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that. | |
722 | |
2559 | 723 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
2557 | 724 |
2559 | 725 * glibc21.m4: New file. |
3206 | 726 * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21. |
2557 | 727 |
2542 | 728 2000-05-28 Jim Meyering <meyering@lucent.com> |
729 | |
2545 | 730 * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from |
731 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2547 | 732 * stat.m4: Likewise. |
733 * lstat.m4: Likewise. | |
2545 | 734 * lstat-slash.m4: Remove file (absorbed into autoconf). |
735 | |
736 * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R. | |
2542 | 737 * strerror_r.m4: Remove file (absorbed into autoconf). |
738 | |
2539 | 739 2000-05-26 Jim Meyering <meyering@lucent.com> |
740 | |
741 * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'. | |
742 | |
2536 | 743 2000-05-24 Jim Meyering <meyering@lucent.com> |
744 | |
745 * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that | |
746 autoconf requires that. | |
747 * lib-check.m4: Likewise. | |
748 * jm-macros.m4: Likewise. | |
749 * strftime.m4: Likewise. | |
750 | |
751 * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, | |
752 now that autoconf requires that. | |
753 | |
2531 | 754 2000-05-22 Jim Meyering <meyering@lucent.com> |
755 | |
756 * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
757 * lstat.m4: Likewise. | |
758 | |
2528 | 759 2000-05-20 Jim Meyering <meyering@lucent.com> |
760 | |
761 * prereq.m4 (jm_PREREQ_HUMAN): New macro. | |
762 (jm_PREREQ): Use it. | |
763 | |
2512 | 764 2000-05-09 Jim Meyering <meyering@lucent.com> |
765 | |
766 * gettext.m4: Rename this... | |
767 * libintl.m4: ...to this. | |
768 | |
2492 | 769 2000-05-06 Jim Meyering <meyering@lucent.com> |
770 | |
2512 | 771 * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit. |
772 (AC_REPLACE_FUNCS): Add strnlen. | |
2499 | 773 |
2496 | 774 * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file. |
775 * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY. | |
776 | |
3206 | 777 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around |
2492 | 778 AC_SEARCH_LIBS call for nanosleep. |
779 (LIB_NANOSLEEP): Set and AC_SUBST. | |
780 | |
2490 | 781 2000-05-03 Paul Eggert <eggert@twinsun.com> |
782 | |
783 * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to | |
784 be 500, instead of _GNU_SOURCE to be 1, to work around glibc | |
785 2.1.3 bug. This avoids a clash when files like regex.c define | |
786 _GNU_SOURCE. | |
787 | |
2480 | 788 2000-05-05 Jim Meyering <meyering@lucent.com> |
789 | |
2486 | 790 * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS |
791 call for clock_gettime. | |
792 (LIB_CLOCK_GETTIME): Set and AC_SUBST. | |
793 | |
2484 | 794 * search-libs.m4: Update from autoconf. |
795 | |
2480 | 796 su doesn't work on Solaris2.6. |
797 * lib-check.m4: When checking for struct spwd.sp_pwdp, also include | |
798 <shadow.h>. Reported by Dragos Harabor. | |
799 | |
2465 | 800 2000-05-03 Jim Meyering <meyering@lucent.com> |
801 | |
802 * check-decl.m4 (AC_CHECK_DECLS): Add strndup. | |
803 | |
2463 | 804 2000-05-02 Paul Eggert <eggert@twinsun.com> |
805 | |
806 * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if | |
807 this is needed to make ftello visible (e.g. glibc 2.1.3). Use | |
808 compile-time test, rather than inspecting host and OS, to | |
809 decide whether to define _LARGEFILE_SOURCE. | |
810 | |
2455 | 811 2000-05-01 Jim Meyering <meyering@lucent.com> |
812 | |
2458 | 813 * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. |
814 | |
2455 | 815 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. |
816 Based on a patch from Bruno Haible. | |
817 | |
2433 | 818 2000-04-18 Jim Meyering <meyering@lucent.com> |
819 | |
820 * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro. | |
821 (jm_PREREQ): Use it. | |
822 | |
2429 | 823 2000-04-17 Jim Meyering <meyering@lucent.com> |
824 | |
825 Get it right :-) | |
3206 | 826 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the |
2429 | 827 actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. |
828 Suggestion from Akim Demaille. | |
829 | |
2425 | 830 2000-04-14 Jim Meyering <meyering@lucent.com> |
831 | |
3206 | 832 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form |
2425 | 833 of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. |
834 | |
2423 | 835 2000-04-13 Jim Meyering <meyering@lucent.com> |
836 | |
837 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM | |
838 to insert required #ifndef into config.h.in. | |
839 Suggestion from Akim Demaille. | |
840 | |
2418 | 841 2000-04-12 Jim Meyering <meyering@lucent.com> |
842 | |
2421 | 843 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not |
844 `AC_CHECK_HEADER' to check for locale.h. Thanks to a report from | |
845 Christian Krackowizer. | |
846 | |
2419 | 847 More code moved from ../configure.in into (jm_CHECK_ALL_TYPES). |
2418 | 848 * jm-macros.m4 (_GNU_SOURCE): Define. |
849 (AC_SYS_LARGEFILE): Require. | |
850 (AM_C_PROTOTYPES): Require. | |
851 | |
2409 | 852 2000-04-05 Paul Eggert <eggert@twinsun.com> |
853 | |
854 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on | |
855 IRIX if the installer said otherwise. | |
856 | |
2400 | 857 2000-04-05 Jim Meyering <meyering@lucent.com> |
858 | |
2406 | 859 Portability tweaks required for ultrix4.3. |
860 * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. | |
861 (jm_CHECK_DECLS): Add getutent to the list of functions. | |
862 (_jm_DECL_HEADERS): Add utmpx.h. | |
863 From John David Anglin. | |
864 | |
2400 | 865 * strftime.m4: Back out the 2000-04-02 change. |
866 Instead of that change, simply undefine putenv in the test program. | |
867 | |
2381 | 868 2000-04-03 Jim Meyering <meyering@lucent.com> |
869 | |
2390 | 870 * gettext.m4: Fix typo in comment. |
871 | |
2388 | 872 * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from |
873 textutils/configure.in). Suggestion from Paul Eggert. | |
2383 | 874 (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) |
2381 | 875 |
2377 | 876 2000-04-02 Paul Eggert <eggert@twinsun.com> |
877 | |
2409 | 878 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment |
2377 | 879 variable in the shell rather than using putenv, which isn't |
880 portable. This avoids the configure-time inter-test dependency | |
881 on the potentially-renamed putenv function. | |
882 | |
2374 | 883 2000-03-30 Paul Eggert <eggert@twinsun.com> |
884 | |
885 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> | |
886 before checking struct stat.st_blksize, so that | |
887 HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. | |
888 | |
2385 | 889 2000-03-29 Paul Eggert <eggert@twinsun.com> |
890 | |
2409 | 891 * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime, |
2385 | 892 since strftime.c uses HAVE_STRFTIME to decide whether to use |
893 the underlying strftime. | |
894 | |
2347 | 895 2000-03-10 Jim Meyering <meyering@lucent.com> |
896 | |
897 * lib-check.m4: Look for getspnam in -lgen, too. | |
898 From Marco Franzen. | |
899 | |
2327 | 900 2000-02-02 Bruno Haible <haible@clisp.cons.org> |
901 | |
902 * codeset.m4: New file. | |
903 * iconv.m4: New file. | |
904 * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV. | |
905 | |
2326 | 906 2000-03-04 Jim Meyering <meyering@lucent.com> |
907 | |
908 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, | |
909 for lib/localcharset.c. | |
910 | |
2321 | 911 2000-03-03 Jim Meyering <meyering@lucent.com> |
912 | |
913 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'. | |
914 | |
2312 | 915 2000-03-02 Jim Meyering <meyering@lucent.com> |
916 | |
2317 | 917 * timespec.m4: Require AC_HEADER_TIME before the cache check so |
918 the messages come out on separate lines. | |
919 | |
2315 | 920 * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, |
921 rather than jm_CHECK_DECLARATIONS. | |
922 * decl.m4: Remove now-unused file. | |
923 | |
2312 | 924 * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. |
925 | |
2292 | 926 2000-02-27 Jim Meyering <meyering@lucent.com> |
927 | |
928 * check-decl.m4: Add getenv to the list. | |
929 | |
2282 | 930 2000-02-23 Jim Meyering <meyering@lucent.com> |
931 | |
932 * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it | |
933 in place of my hack. | |
934 | |
2268 | 935 2000-02-10 Jim Meyering <meyering@lucent.com> |
936 | |
937 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from | |
938 gnu_nanosleep to rpl_nanosleep. | |
939 | |
2264 | 940 2000-02-09 Jim Meyering <meyering@lucent.com> |
941 | |
942 * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in | |
2266 | 943 struct spwd, rather than in struct passwd. Reported by Ga�l Qu�ri. |
2264 | 944 |
2260 | 945 2000-02-08 Akim Demaille <akim@epita.fr> |
946 | |
2265 | 947 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with |
948 `[' and `]' and remove uses of `changequote'. | |
2260 | 949 (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise. |
950 (AC_SYS_LARGEFILE): Likewise. | |
951 * gettext.m4 (AM_GNU_GETTEXT): Likewise. | |
952 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use | |
953 of changequote. | |
954 * regex.m4 (jm_INCLUDED_REGEX): Likewise. | |
955 * readdir.m4 (jm_FUNC_READDIR): Likewise | |
956 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main. | |
957 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise. | |
958 | |
2249 | 959 2000-02-05 Jim Meyering <meyering@lucent.com> |
960 | |
3206 | 961 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros. |
2249 | 962 Remove explicit use of AC_HEADER_TIME. It is required by |
963 jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and | |
964 `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but | |
965 in autoconf whereby the expansion of the latter ended up preceding | |
966 the expansion of its prerequisite, AC_HEADER_TIME. | |
967 Reported by Volker Borchert. | |
968 | |
2245 | 969 2000-02-03 Jim Meyering <meyering@lucent.com> |
970 | |
971 * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname. | |
972 | |
2243 | 973 2000-02-02 Jim Meyering <meyering@lucent.com> |
974 | |
975 * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no | |
976 definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/. | |
977 Reported by Eli Zaretskii. | |
978 | |
2251 | 979 2000-01-31 Jim Meyering <meyering@lucent.com> |
980 | |
981 * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of | |
982 functions. Add the time.h and sys/time.h headers along with the | |
983 AC_REQUIRE'ment of AC_HEADER_TIME. | |
984 | |
2232 | 985 2000-01-30 Jim Meyering <meyering@lucent.com> |
986 | |
987 * lib-check.m4: Clean up some kludgy old shadow password tests. | |
988 | |
989 * prereq.m4 (utmp_includes): Define. | |
990 Check for ut_user and ut_name members in both struct utmpx | |
991 and struct utmp. | |
992 | |
2224 | 993 2000-01-29 Jim Meyering <meyering@lucent.com> |
994 | |
995 * lib-check.m4: New file containing library-related checks from | |
996 fileutils and sh-utils (textutils had none). | |
997 | |
2223 | 998 2000-01-28 Jim Meyering <meyering@lucent.com> |
999 | |
1000 * perl.m4: Change format of warning message to look more like that | |
1001 from the missing script. Suggestion from Fran�ois Pinard. | |
1002 | |
2218 | 1003 2000-01-25 Jim Meyering <meyering@lucent.com> |
1004 | |
1005 * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well | |
1006 as time.h in the compile check. | |
1007 * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it. | |
1008 Fix typo in cross-compiling case: s/yes/no/. | |
1009 | |
2192 | 1010 2000-01-23 Jim Meyering <meyering@lucent.com> |
1011 | |
2212 | 1012 * jm-macros.m4: Move df-related tests here from fileutils/configure.in |
1013 | |
2209 | 1014 * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/ |
1015 (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. | |
1016 | |
1017 * fsusage.m4: New file. Extracted from fileutils/configure.in. | |
1018 s/space/ac_fsusage_space/. | |
1019 (jm_FILE_SYSTEM_USAGE): Take two parameters. | |
1020 | |
1021 * ftruncate.m4: New file (derived from part of fileutils/configure.in). | |
3206 | 1022 * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it. |
2209 | 1023 (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. |
1024 | |
3206 | 1025 * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): |
2192 | 1026 AC_SUBST these here, rather than just in sh-util/configure.in, so |
1027 that the now-shared-by-fileutils-and-textutils lib/Makefile.am are | |
1028 all the same. | |
2193 | 1029 (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). |
2198 | 1030 (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. |
1031 (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | |
1032 (AC_SUBST(POW_LIBM)): Likewise. | |
2200 | 1033 (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. |
2192 | 1034 |
2169 | 1035 2000-01-22 Jim Meyering <meyering@lucent.com> |
1036 | |
2185 | 1037 * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST. |
1038 | |
1039 * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h. | |
1040 | |
2176 | 1041 * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils' |
1042 configure.in | |
2178 | 1043 (AC_CHECK_HEADERS): Likewise for sh-utils. |
2181 | 1044 (AC_CHECK_HEADERS): Likewise for textutils. |
1045 Merge the three lists of headers. | |
2176 | 1046 |
2174 | 1047 * prereq.m4 (jm_PREREQ_ADDEXT): New macro. Parts moved here |
1048 from fileutils' configure.in. | |
1049 | |
2169 | 1050 * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. |
1051 Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |
1052 | |
1053 * check-decl.m4: Use #if rather than #ifdef. | |
1054 Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. | |
1055 (jm_CHECK_DECLARATIONS): Add strtoul strtoull. | |
1056 (_jm_DECL_HEADERS): Define new function. | |
1057 (jm_CHECK_DECLARATIONS): Require it. | |
1058 | |
2158 | 1059 2000-01-19 Jim Meyering <meyering@lucent.com> |
1060 | |
2161 | 1061 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too. |
1062 Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc | |
1063 defines `struct timespec' in <sys/time.h> | |
1064 | |
2158 | 1065 * c-bs-a.m4: Remove uses of changequote altogether. |
1066 Thanks to Akim for explaining. | |
1067 | |
2135 | 1068 2000-01-16 Jim Meyering <meyering@lucent.com> |
1069 | |
2159 | 1070 * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV, |
1071 AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, | |
1072 jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA, | |
1073 AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME. | |
1074 | |
1075 2000-01-16 Jim Meyering <meyering@lucent.com> | |
1076 | |
2137 | 1077 * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )' |
1078 because the latter didn't work. | |
1079 | |
2121 | 1080 2000-01-15 Jim Meyering <meyering@lucent.com> |
1081 | |
1082 * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell. | |
2126 | 1083 (AC_REPLACE_FUNCS): Add memcpy and memset. |
1084 Add these, too: stime strcspn stpcpy strstr strtol strtoul. | |
2131 | 1085 Add strpbrk. |
1086 Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. | |
2121 | 1087 |
2116 | 1088 2000-01-12 Jim Meyering <meyering@lucent.com> |
1089 | |
1090 * prereq.m4 (jm_PREREQ_CANON_HOST): New macro. | |
1091 (jm_PREREQ): Use it. | |
2118 | 1092 (jm_PREREQ_READUTMP): New macro. |
1093 (jm_PREREQ): Use it. | |
2116 | 1094 |
2113 | 1095 2000-01-11 Paul Eggert <eggert@twinsun.com> |
1096 | |
1097 Quote multibyte characters correctly. | |
2409 | 1098 * c-bs-a.m4: New file. |
1099 * prereq.m4 (jm_PREREQ_QUOTEARG): New macro. | |
2113 | 1100 (jm_PREREQ): Use it. |
1101 | |
1102 2000-01-11 Paul Eggert <eggert@twinsun.com> | |
1103 | |
2409 | 1104 * uintmax_t.m4: Port to autoconf 2.13. |
2113 | 1105 |
2097 | 1106 2000-01-08 Jim Meyering <meyering@ascend.com> |
1107 | |
1108 * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro. | |
1109 * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it. | |
1110 | |
2068 | 1111 2000-01-04 Jim Meyering <meyering@ascend.com> |
1112 | |
1113 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from | |
1114 jm_STRUCT_DIRENT_D_TYPE. | |
3206 | 1115 * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from |
2068 | 1116 jm_STRUCT_DIRENT_D_INO. |
1117 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from | |
1118 jm_STRUCT_UTIMBUF. | |
1119 * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | |
2084 | 1120 * utime.m4: Likewise. |
2068 | 1121 |
1122 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro. | |
1123 * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | |
1124 | |
2067 | 1125 2000-01-03 Paul Eggert <eggert@twinsun.com> |
1126 | |
1127 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt | |
1128 (for Solaris 7) and in -lposix4 (for Solaris 2.5.1). | |
1129 | |
2063 | 1130 2000-01-02 Jim Meyering <meyering@ascend.com> |
1131 | |
1132 * search-libs.m4: Escape `$' in $3 of dnl comment. I no longer | |
1133 remember if this is necessary. | |
1134 | |
2059 | 1135 1999-12-26 Jim Meyering <meyering@ascend.com> |
1136 | |
1137 * jm-macros.m4: Use it here. | |
1138 * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro. | |
1139 | |
2050 | 1140 1999-12-23 Jim Meyering <meyering@ascend.com> |
1141 | |
1142 * jm-macros.m4: Check for clock_gettime (moved from | |
1143 fileutils/configure.in) | |
1144 Check for gettimeofday. | |
1145 | |
2046 | 1146 1999-12-20 Jim Meyering <meyering@ascend.com> |
1147 | |
1148 * strftime.m4: Remove kludge, now that I'm using the fixed | |
1149 autoconf-2.14a-1999-12-20. | |
1150 | |
2039 | 1151 1999-12-19 Jim Meyering <meyering@ascend.com> |
1152 | |
1153 * lstat-slash.m4: New file. | |
1154 * jm-macros.m4: Use the new macro: | |
1155 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
1156 | |
2027 | 1157 1999-12-07 Jim Meyering <meyering@ascend.com> |
1158 | |
1159 * perl.m4: Require that File::Compare be available, too. | |
1160 Too many systems seem to lack it. | |
1161 | |
1162 * strftime.m4: Add checks for most of the cpp macros tested in | |
1163 GNU's strftime.c. Prompted by a patch from Paul Eggert. | |
1164 | |
2019 | 1165 1999-11-18 Paul Eggert <eggert@twinsun.com> |
1166 | |
2409 | 1167 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a |
2019 | 1168 problem with the QNX 4.25 shell, which doesn't propagate exit |
1169 status of failed commands inside shell assignments. | |
1170 | |
2017 | 1171 1999-11-17 Jim Meyering <meyering@ascend.com> |
1172 | |
1173 * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. | |
1174 | |
2007 | 1175 1999-11-07 Jim Meyering <meyering@ascend.com> |
1176 | |
1177 * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE. | |
1178 | |
2001 | 1179 1999-11-06 Jim Meyering <meyering@ascend.com> |
1180 | |
1181 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | |
1182 * jm-macros.m4 (jm_MACROS): Use it here. | |
1183 | |
1994 | 1184 1999-11-05 Jim Meyering <meyering@ascend.com> |
1185 | |
1186 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in | |
1187 of textutils, fileutils, and sh-utils into this one (shared between | |
1188 those packages) file. | |
1998 | 1189 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated |
1190 AC_STRUCT_ST_BLKSIZE. | |
1994 | 1191 |
1990 | 1192 1999-11-03 Jim Meyering <meyering@ascend.com> |
1193 | |
1194 * ssize_t.m4: Remove file. No longer needed since the new version of | |
1195 AC_CHECK_TYPE checks includes unistd.h. | |
1196 * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'. | |
1197 Suggestion from Akim Demaille. | |
1198 | |
1978 | 1199 1999-10-30 Jim Meyering <meyering@ascend.com> |
1200 | |
1201 * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in | |
1202 m4-quoted string. | |
1203 * ls-mntd-fs.m4: Likewise. | |
1204 * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead | |
1979 | 1205 * jm-winsz1.m4: Likewise. |
1978 | 1206 |
1207 * const.m4: Remove file, since the fix made it into the experimental | |
1208 version of autoconf. | |
1984 | 1209 * mktime.m4: Likewise. |
1978 | 1210 |
1211 * check-type.m4: Remove file, now that the latest version of | |
1212 AC_CHECK_TYPE takes a third arg to specify additional #includes. | |
1213 | |
1214 * ssize_t.m4: New file, requires experimental version of autoconf. | |
1215 * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked | |
1216 AC_CHECK_TYPE. | |
1217 | |
1963 | 1218 1999-10-04 Jim Meyering <meyering@ascend.com> |
1219 | |
1220 * jm-macros.m4: Don't require autoconf-2.14.1. | |
1221 | |
1960 | 1222 1999-09-22 Paul Eggert <eggert@twinsun.com> |
1223 | |
1224 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC | |
1225 2.95.1 bug with HP-UX 10.20. | |
1226 | |
1947 | 1227 1999-09-17 Jim Meyering <meyering@ascend.com> |
1228 | |
1229 * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup. | |
1230 Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 | |
1231 due to missing strdup (against sh-utils-2.0). | |
1232 | |
1932 | 1233 1999-08-29 Jim Meyering <meyering@ascend.com> |
1234 | |
1935 | 1235 * jm-macros.m4: Require jm_BISON. |
1932 | 1236 * bison.m4: New file. |
1237 | |
1927 | 1238 1999-08-17 Paul Eggert <eggert@twinsun.com> |
1239 | |
2409 | 1240 * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma |
1927 | 1241 in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. |
1242 | |
1913 | 1243 1999-08-05 Jim Meyering <meyering@ascend.com> |
1244 | |
1245 * getline.m4: Rename test file from conftestdata to conftest.data | |
1246 to avoid conflicts with `conftest' on 8+3 filesystems. | |
1247 Suggestion from Eli Zaretskii. | |
1248 | |
1911 | 1249 1999-08-04 Jim Meyering <meyering@ascend.com> |
1250 | |
1251 * jm-macros.m4: Move a 4-line block of code from the configure.in of | |
1252 fileutils and sh-utils (textutils's getline test was inadequate). | |
1253 (AM_FUNC_GETLINE): Run this test. | |
1254 (AC_CHECK_FUNCS): Check for getdelim. | |
1255 Reported by Bob Proulx. | |
1256 | |
1909 | 1257 1999-08-02 Jim Meyering <meyering@ascend.com> |
1258 | |
1259 * jm-macros.m4: Add a comment. | |
1260 | |
1904 | 1261 1999-08-01 Jim Meyering <meyering@ascend.com> |
1262 | |
1263 * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. | |
1264 | |
1897 | 1265 1999-08-01 Paul Eggert <eggert@twinsun.com> |
1266 | |
1267 * lfs.m4: Remove this file. | |
1268 * largefile.m4: New file. It contains the old contents of | |
1269 lfs.m4, except that all names with prefix AC_LFS have been | |
1270 changed to use the prefix AC_SYS_LARGEFILE instead, to be | |
1271 compatible with future autoconf versions. Also, some minor m4 | |
1272 quoting problems have been fixed. | |
1273 | |
1274 1999-07-16 Paul Eggert <eggert@twinsun.com> | |
1275 | |
1276 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure | |
1277 that we can shift, multiply and divide unsigned long long | |
1278 values; Ultrix cc can't do it. | |
1279 | |
1280 1999-07-14 Paul Eggert <eggert@twinsun.com> | |
1281 | |
1282 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether | |
1283 <inttypes.h> defines strtoumax as a macro (and not as a | |
1284 function). | |
1285 | |
1893 | 1286 1999-07-05 Paul Eggert <eggert@twinsun.com> |
1287 | |
1897 | 1288 * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines. |
1893 | 1289 Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. |
1290 (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, | |
1291 and simplify the shell code. | |
1292 | |
1899 | 1293 1999-07-03 Paul Eggert <eggert@twinsun.com> |
1294 | |
1295 * mktime.m4: New file, which is a preview of what should appear | |
1296 in the next public autoconf release. | |
1297 | |
1884 | 1298 1999-07-20 Jim Meyering <meyering@ascend.com> |
1299 | |
1300 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. | |
1301 | |
1878 | 1302 1999-07-15 Jim Meyering <meyering@ascend.com> |
1303 | |
3206 | 1304 * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize. |
1878 | 1305 |
1856 | 1306 1999-05-22 Jim Meyering <meyering@ascend.com> |
1307 | |
1308 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr. | |
1309 | |
1852 | 1310 1999-05-20 Jim Meyering <meyering@ascend.com> |
1311 | |
1312 * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine. | |
1313 Add a colon after each `then' in case $4 is empty. | |
1314 | |
1846 | 1315 1999-05-16 Jim Meyering <meyering@ascend.com> |
1316 | |
1317 * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS. | |
1318 | |
1839 | 1319 1999-05-10 Jim Meyering <meyering@ascend.com> |
1320 | |
1321 * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | |
1322 | |
1323 * jm-macros.m4: Require 2.14.1, since we use newly-renamed | |
1324 AC_FUNC_MKTIME. | |
1325 | |
1838 | 1326 1999-05-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> |
1327 | |
1328 * jm-mktime.m4, putenv.m4: Fix typos in config.h comments. | |
1329 | |
1826 | 1330 1999-05-04 Paul Eggert <eggert@twinsun.com> |
1331 | |
1332 * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, | |
1333 not CPPFLAGS, so that linking works correctly in IRIX. | |
1334 | |
1822 | 1335 1999-04-30 Paul Eggert <eggert@twinsun.com> |
1336 | |
1337 * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2. | |
1338 | |
1796 | 1339 1999-04-20 Jim Meyering <meyering@ascend.com> |
1340 | |
1341 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1802 | 1342 AC_REPLACE xstroull if necessary. From Paul Eggert. |
1343 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 1344 |
1794 | 1345 1999-04-20 Paul Eggert <eggert@twinsun.com> |
1346 | |
1799 | 1347 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
1348 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1803 | 1349 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
1350 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1796 | 1351 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 1352 |
1353 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 1354 |
1789 | 1355 1999-04-18 Jim Meyering <meyering@ascend.com> |
1356 | |
1357 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
1358 * jm-macros.m4: Use it. | |
1359 | |
1774 | 1360 1999-04-06 Jim Meyering <meyering@ascend.com> |
1361 | |
1362 * strftime.m4: Remove test for %f. | |
1363 | |
1765 | 1364 1999-03-29 Jim Meyering <meyering@ascend.com> |
1365 | |
1366 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
1367 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
1368 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
1369 AC_TYPE_PID_T. | |
1370 | |
1763 | 1371 1999-03-28 Jim Meyering <meyering@ascend.com> |
1372 | |
1373 * jm-macros.m4: Define GNU_PACKAGE here. | |
1374 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
1375 replaced e.g., in the *.sh files of the sh-utils. | |
1376 | |
1749 | 1377 1999-03-20 Jim Meyering <meyering@ascend.com> |
1378 | |
1751 | 1379 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 1380 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
1381 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
1382 | |
1747 | 1383 1999-03-19 Jim Meyering <meyering@ascend.com> |
1384 | |
1385 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
1386 | |
1736 | 1387 1999-03-12 Jim Meyering <meyering@ascend.com> |
1388 | |
1389 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
1390 | |
1726 | 1391 1999-03-07 Jim Meyering <meyering@ascend.com> |
1392 | |
1393 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
1394 | |
1716 | 1395 1999-02-17 Jim Meyering <meyering@ascend.com> |
1396 | |
1397 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
1398 in macro definition. From Eli Zaretskii and Alain Magloire. | |
1399 | |
1706 | 1400 1999-02-07 Jim Meyering <meyering@ascend.com> |
1401 | |
1708 | 1402 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
1403 | |
1706 | 1404 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
1897 | 1405 * gettext.m4: Support DOS-style d:/foo/bar absolute file names. |
1706 | 1406 |
1700 | 1407 1999-02-06 Jim Meyering <meyering@ascend.com> |
1408 | |
1703 | 1409 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 1410 * fnmatch.m4: Likewise. |
1411 * getgroups.m4: Likewise. | |
1412 * lstat.m4: Likewise. | |
1413 * malloc.m4: Likewise. | |
1414 * putenv.m4: Likewise. | |
1415 * realloc.m4: Likewise. | |
1416 * regex.m4: Likewise. | |
1417 * stat.m4: Likewise. | |
1418 * strftime.m4: Likewise. | |
1706 | 1419 Suggestion from Alain Magloire. |
1702 | 1420 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1421 * 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
|
1422 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1423 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1424 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1425 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1426 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1427 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1428 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1429 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1430 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1431 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1432 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1433 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
1434 |
1700 | 1435 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
1436 an argument. | |
1437 | |
1438 * regex.m4: Add a run-time Test for proper operation of | |
1439 re_compile_pattern. | |
1440 | |
1693 | 1441 1999-01-31 Jim Meyering <meyering@ascend.com> |
1442 | |
1443 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
1444 | |
1679 | 1445 1999-01-30 Jim Meyering <meyering@ascend.com> |
1446 | |
1688 | 1447 * check-type.m4: Use 3-arg form of AC_DEFINE. |
1448 | |
1686 | 1449 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
1450 rather than my private copy, now that the official one is up to date. | |
1451 * mktime.m4: Remove file. | |
1452 | |
1679 | 1453 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 1454 * uptime.m4: Likewise. |
1455 * uintmax_t.m4: Likewise. | |
1679 | 1456 |
1673 | 1457 1999-01-28 Jim Meyering <meyering@ascend.com> |
1458 | |
1459 * jm-macros.m4: Use jm_AFS. | |
1460 * afs.m4: New file (from fileutils' configure.in). | |
1461 | |
1462 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
1463 * chown.m4: Likewise. | |
1464 * d-ino.m4: Likewise. | |
1465 * d-type.m4: Likewise. | |
1466 * fnmatch.m4: Likewise. | |
1467 * getgroups.m4: Likewise. | |
1468 * gettext.m4: Likewise. | |
1469 * jm-mktime.m4: Likewise. | |
1470 * jm-winsz2.m4: Likewise. | |
1471 * lcmessage.m4: Likewise. | |
1472 * ls-mntd-fs.m4: Likewise. | |
1473 * malloc.m4: Likewise. | |
1474 * memcmp.m4: Likewise. | |
1475 * putenv.m4: Likewise. | |
1476 * realloc.m4: Likewise. | |
1477 * st_mtim.m4: Likewise. | |
1478 * strftime.m4: Likewise. | |
1479 | |
1654 | 1480 1999-01-16 Jim Meyering <meyering@ascend.com> |
1481 | |
1656 | 1482 * jm-macros.m4 (ARGMATCH_DIE): Define. |
1483 (ARGMATCH_DIE_DECL): Define. | |
1654 | 1484 |
1637 | 1485 1999-01-12 Jim Meyering <meyering@ascend.com> |
1486 | |
1487 * Makefile.am.in: Rewrite to avoid using fmt. | |
1488 Reported by Lars Hecking. | |
1489 | |
1624 | 1490 1999-01-10 Jim Meyering <meyering@ascend.com> |
1491 | |
1629 | 1492 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
1493 gross kludge. | |
1494 * inttypes_h.m4: Likewise. | |
1495 * lstat.m4: Likewise. | |
1496 * malloc.m4: Likewise. | |
1497 * readdir.m4: Likewise. | |
1498 * realloc.m4: Likewise. | |
1499 * st_dm_mode.m4: Likewise. | |
1500 * stat.m4: Likewise. | |
1501 * utimbuf.m4: Likewise. | |
1502 * utimes.m4: Likewise. | |
1503 | |
1504 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
1505 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
1506 comments in config.h.in are meaningful. | |
1507 | |
1508 * jm-macros.m4: Require autoconf-2.13 here. | |
1509 | |
1624 | 1510 * regex.m4: By default, don't use the included regex.c on systems |
1511 with glibc 2. Suggestion from Uli Drepper. | |
1512 | |
1618 | 1513 1999-01-02 Jim Meyering <meyering@ascend.com> |
1514 | |
1515 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
1516 | |
1573 | 1517 1998-12-18 Jim Meyering <meyering@ascend.com> |
1518 | |
1519 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 1520 Based on a suggestion from Lars Hecking. |
1573 | 1521 |
1555 | 1522 1998-11-16 Jim Meyering <meyering@ascend.com> |
1523 | |
1524 * lfs.m4: Double-quote the `uname...` expression. | |
1525 | |
1526 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
1527 | |
1528 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
1529 | |
1551 | 1530 1998-11-14 Jim Meyering <meyering@ascend.com> |
1531 | |
1532 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
1533 * stat.m4: Likewise. | |
1534 | |
1542 | 1535 1998-11-03 Jim Meyering <meyering@ascend.com> |
1536 | |
1537 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
1538 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
1539 | |
1536 | 1540 1998-10-18 Jim Meyering <meyering@ascend.com> |
1541 | |
1542 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
1543 | |
1531 | 1544 1998-10-17 Jim Meyering <meyering@ascend.com> |
1545 | |
1546 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
1547 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
1548 calls for those previously hard-coded headers. Instead, take a new | |
1549 parameter. | |
1550 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
1551 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
1552 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
1553 | |
1554 * mktime.m4: Test for spring-forward gap before long-running test. | |
1555 | |
1556 1998-10-14 Jim Meyering <meyering@ascend.com> | |
1557 | |
1558 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
1559 instead of "TZ=America/Vancouver". From Paul Eggert. | |
1560 | |
1522 | 1561 1998-10-11 Jim Meyering <meyering@ascend.com> |
1562 | |
1563 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 1564 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 1565 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
1566 | |
1507 | 1567 1998-09-27 Jim Meyering <meyering@ascend.com> |
1568 | |
1569 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
1570 | |
1571 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
1572 ../configure.in, including a change from Gordon Matzigkeit to allow | |
1573 cross-compiling for the Hurd. | |
1574 | |
1509 | 1575 * glibc.m4: New file/macro to test for the GNU C Library |
1576 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 1577 Indent. |
1578 | |
1579 1998-09-21 Jim Meyering <meyering@ascend.com> | |
1580 | |
1581 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
1582 | |
1483 | 1583 1998-08-18 Paul Eggert <eggert@twinsun.com> |
1584 | |
1585 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
1586 pedantic Solaris 2.6. | |
1587 | |
1588 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
1589 AC_STRUCT_ST_MTIM. | |
1590 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
1591 Generate name of ns member, instead of just 1 or undef. | |
1592 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
1593 | |
1480 | 1594 1998-08-15 Jim Meyering <meyering@ascend.com> |
1595 | |
1596 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
1597 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
1598 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
1599 instead of jm_TYPE_SSIZE_T. | |
1600 | |
1469 | 1601 1998-08-12 Jim Meyering <meyering@ascend.com> |
1602 | |
1603 * st_dm_mode.m4: New file. From Johan Danielsson. | |
1604 | |
1459 | 1605 1998-08-02 Jim Meyering <meyering@ascend.com> |
1606 | |
1607 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
1608 in acconfig.h manually. | |
1609 | |
1610 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
1611 | |
1612 * st_mtim.m4: New file. | |
1613 | |
1452 | 1614 1998-07-28 Jim Meyering <meyering@ascend.com> |
1615 | |
1616 * utimes.m4: Undef stat. | |
1617 | |
1448 | 1618 1998-07-25 Jim Meyering <meyering@ascend.com> |
1619 | |
1620 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
1621 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
1622 | |
1429 | 1623 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
1624 | |
1625 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
1626 uid and gid actually remain unchanged. | |
1627 | |
1427 | 1628 1998-07-07 Jim Meyering <meyering@ascend.com> |
1629 | |
1630 * jm-glibc-io.m4: Remove fclose_unlocked. | |
1631 | |
1424 | 1632 1998-07-04 Jim Meyering <meyering@ascend.com> |
1633 | |
1634 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
1635 to prove that this macro can be used in packages without regex.c. | |
1636 | |
1411 | 1637 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
1638 | |
1639 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
1640 is to be used. | |
1641 | |
1407 | 1642 1998-07-03 Jim Meyering <meyering@ascend.com> |
1643 | |
1411 | 1644 * gettext.m4: Add -lintl if it's found to be necessary. |
1645 | |
1646 * gettext.m4: New file -- from gettext-0.10.35. | |
1647 * lcmessage.m4: Likewise. | |
1648 * progtest.m4: Likewise. | |
1649 | |
1407 | 1650 * regex.m4 (jm_WITH_REGEX): New file and macro. |
1651 * jm-macros.m4: Require the new macro. | |
1652 | |
1397 | 1653 1998-06-29 Jim Meyering <meyering@ascend.com> |
1654 | |
1655 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
1656 for the definition of NGROUPS (used in a system header included | |
1657 by sys/mount.h). | |
1658 | |
1384 | 1659 1998-06-28 Jim Meyering <meyering@ascend.com> |
1660 | |
1387 | 1661 * ls-mntd-fs.m4: New file. |
1662 * fstypename.m4: New file. | |
1663 | |
1384 | 1664 * jm-macros.m4: Require the new macro. |
1665 * jm-glibc-io.m4: New file. | |
1666 | |
1370 | 1667 1998-05-19 Jim Meyering <meyering@ascend.com> |
1668 | |
1371 | 1669 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
1670 * lchown.m4: New file. | |
1671 | |
1370 | 1672 * Makefile.am.in: New file. |
1673 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
1674 | |
1357 | 1675 1998-05-14 Jim Meyering <meyering@ascend.com> |
1676 | |
1677 * Makefile.am (EXTRA_DIST): Add them. | |
1678 * jm-macros.m4: New file. | |
1679 * utimbuf.m4: New file. | |
1680 | |
1356 | 1681 1998-05-12 Jim Meyering <meyering@ascend.com> |
1682 | |
1683 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
1684 | |
1354 | 1685 1998-05-11 Jim Meyering <meyering@ascend.com> |
1686 | |
1687 * isc-posix.m4: New file. | |
1688 | |
1349 | 1689 1998-05-10 Jim Meyering <meyering@ascend.com> |
1690 | |
1691 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
1692 | |
1346 | 1693 1998-05-09 Jim Meyering <meyering@ascend.com> |
1694 | |
1695 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
1696 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
1697 with automake. | |
1698 | |
1699 * ssize_t.m4: New file. | |
1700 * mktime.m4: Remove file -- the new automake has this now. | |
1701 | |
1333 | 1702 1998-04-26 Jim Meyering <meyering@ascend.com> |
1703 | |
1704 * assert.m4: New file. | |
1705 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
1706 | |
1304 | 1707 1998-04-05 Jim Meyering <meyering@ascend.com> |
1708 | |
1709 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
1710 (jm_PREREQ): Use it here. | |
1711 | |
1286 | 1712 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
1713 | |
1714 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
1715 in acconfig.h. | |
1716 | |
1271 | 1717 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
1718 | |
1275 | 1719 * prereq.m4: New file. |
1272 | 1720 * error.m4: New file. |
1275 | 1721 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 1722 |
1237 | 1723 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
1724 | |
1725 * getline.m4: Don't set am_cv_func_working_getline before the | |
1726 cache-check for the same variable -- that defeated the purpose of | |
1727 the test; the test program was never run. This was a problem only | |
1728 on systems with losing getline functions -- HP-UX 10.20 is one. | |
1729 Reported by Bjorn Helgaas. | |
1730 | |
1234 | 1731 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
1732 | |
1733 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
1734 | |
1210 | 1735 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
1736 | |
1737 * Makefile.am (EXTRA_DIST): Add const.m4. | |
1738 | |
1739 * const.m4: New file. Use an initializer in this declaration | |
1740 typedef int charset[2]; const charset x; | |
1741 Reported by Bob Glickstein. | |
1742 | |
1177 | 1743 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
1744 | |
1745 * chown.m4: Fix reversed types on -1 args to chown. | |
1746 From Kaveh Ghazi. | |
1747 | |
1161 | 1748 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
1749 | |
1163 | 1750 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 1751 Add lseek and memchr. |
1163 | 1752 |
1161 | 1753 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
1899 | 1754 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
1161 | 1755 have a 20-character limit on names. |
1756 | |
1145 | 1757 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
1758 | |
1759 * inttypes_h.m4: New file. | |
1760 * uintmax_t.m4: New file. | |
1761 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |