|
400d9b8d
|
2001-11-02T07:36:35
|
|
Use the replacement only if we have neither the function
nor a declaration.
|
|
d509f4ad
|
2001-11-01T17:57:09
|
|
.
|
|
39ce2a19
|
2001-11-01T16:55:16
|
|
use AC_HEADER_DIRECT and all the associated cruft
|
|
4d36ef4c
|
2001-11-01T16:47:00
|
|
don't indent the #include directive
|
|
fcc5be2d
|
2001-11-01T16:46:06
|
|
check for decl, too
|
|
df622531
|
2001-11-01T16:43:02
|
|
*** empty log message ***
|
|
fd29de04
|
2001-11-01T16:42:53
|
|
(jm_MACROS): Require UTILS_FUNC_DIRFD.
|
|
7e7fa1da
|
2001-11-01T16:41:57
|
|
(UTILS_FUNC_DIRFD): New macro.
|
|
718de2b1
|
2001-10-21T07:49:37
|
|
*** empty log message ***
|
|
924e9a5f
|
2001-10-21T07:49:27
|
|
(jm_PREREQ_ERROR):
Do not invoke AC_CHECK_FUNCS with strerror_r, as
AC_FUNC_STRERROR_R does that.
|
|
2513f0b7
|
2001-10-21T07:49:13
|
|
Add copyright notice, as nontrivial m4 files
are supposed to have them these days.
(AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
Merge changes from latest Autoconf CVS.
Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
POSIX decided to standardize on the int flavor of strerror_r.
|
|
93dd6a7f
|
2001-09-30T21:39:54
|
|
*** empty log message ***
|
|
67581349
|
2001-09-30T21:39:51
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): See if
`struct fsstat' has the `f_fstypename' member.
Use that to define FS_TYPE, which is now used to make
the getfsstat link test tighter.
|
|
d5b8cc4f
|
2001-09-29T10:30:41
|
|
*** empty log message ***
|
|
0ba18920
|
2001-09-29T10:29:25
|
|
*** empty log message ***
|
|
c840e08c
|
2001-09-29T10:27:35
|
|
*** empty log message ***
|
|
285eedf2
|
2001-09-29T10:27:28
|
|
(jm_LIST_MOUNTED_FILESYSTEMS)
Check for these headers: sys/param.h sys/ucred.h sys/mount.h
sys/fs_types.h, and make the link-test for getfsstat guard #include
directives with appropriate #if HAVE_*_H tests so that we can
detect getfsstat on Apple Darwin1.3.7 systems.
Also fix harmless typo in cache variable name: s/getsstat/getfsstat/.
|
|
ef57c0f1
|
2001-09-29T08:13:26
|
|
*** empty log message ***
|
|
65e32a3a
|
2001-09-29T08:13:18
|
|
(jm_LIST_MOUNTED_FILESYSTEMS)
[one-argument getmntent function]): Include stdio.h before mntent.h.
SunOS4.1.x needs it for the declaration of `FILE'.
Patch by Volker Borchert.
|
|
9043dbff
|
2001-09-28T19:37:38
|
|
* xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
Check for strtoul and strtoumax,
as those declarations are made even in the signed case.
* xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
Likewise, for strtol and strtoimax.
|
|
e7ea8ad8
|
2001-09-28T19:35:57
|
|
*** empty log message ***
|
|
55e76454
|
2001-09-28T19:35:01
|
|
*** empty log message ***
|
|
981421da
|
2001-09-26T07:55:04
|
|
.
|
|
cad6ebec
|
2001-09-24T15:35:09
|
|
.
|
|
54da7570
|
2001-09-24T15:35:00
|
|
Use the version from gettext-0.10.40, not CVS.
|
|
1b6b2391
|
2001-09-23T15:47:00
|
|
.
|
|
99717594
|
2001-09-23T14:24:35
|
|
*** empty log message ***
|
|
56274d48
|
2001-09-23T14:24:23
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): In the outer getmntent if-block, don't
die if neither of the getmntent tests succeeds. Instead, just fall
through and continue with the remaianing tests.
|
|
9c246035
|
2001-09-23T09:19:52
|
|
*** empty log message ***
|
|
a02f5ce8
|
2001-09-23T09:19:42
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
instead of the mere test for existence of mntent.h. The latter
would get a false-positive on AIX 3.4 systems.
|
|
988b6b98
|
2001-09-22T16:45:36
|
|
*** empty log message ***
|
|
05dc6161
|
2001-09-22T16:39:57
|
|
.
|
|
2904133a
|
2001-09-22T16:39:57
|
|
.
|
|
a551e5b0
|
2001-09-22T16:34:30
|
|
Sync with gettext -- this changes only comments.
|
|
5ea59d5f
|
2001-09-22T15:18:03
|
|
decrement serial number to sync with gettext
|
|
62d56950
|
2001-09-22T15:17:26
|
|
.
|
|
7d1393d7
|
2001-09-22T13:18:57
|
|
.
|
|
95c1c2d0
|
2001-09-20T15:04:07
|
|
*** empty log message ***
|
|
01b486f6
|
2001-09-20T14:41:51
|
|
*** empty log message ***
|
|
8eb7b03b
|
2001-09-20T14:41:43
|
|
(jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of strtoumax.
|
|
5a8e70ac
|
2001-09-20T14:41:26
|
|
(jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of strtoumax.
|
|
6fe8d749
|
2001-09-17T21:44:03
|
|
Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not be expanded by the shell.
|
|
24900d83
|
2001-09-17T21:43:41
|
|
.
|
|
cc3682a5
|
2001-09-17T19:32:52
|
|
*** empty log message ***
|
|
e945f21e
|
2001-09-17T19:32:45
|
|
(jm_FUNC_FNMATCH): Remove test for GNU C
library. It's not correct, as some older glibcs are buggy.
fnmatch wasn't fixed until glibc 2.2.
Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
special shell magic here.
|
|
c21de525
|
2001-09-16T12:32:26
|
|
.
|
|
b8d8343d
|
2001-09-16T12:32:12
|
|
*** empty log message ***
|
|
0b9a7b62
|
2001-09-16T12:32:07
|
|
(UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
|
|
25e698bf
|
2001-09-16T12:31:55
|
|
(UTILS_FUNC_MKDIR_TRAILING_SLASH): Require it.
|
|
b54bc4c2
|
2001-09-15T21:34:50
|
|
*** empty log message ***
|
|
a5445d0c
|
2001-09-15T21:34:44
|
|
Check for help2man.
|
|
2db98cbf
|
2001-09-11T20:11:47
|
|
.
|
|
0b899da0
|
2001-09-11T20:11:37
|
|
*** empty log message ***
|
|
deb99c73
|
2001-09-11T20:11:30
|
|
Require UTILS_HOST_OS.
|
|
8ee5027a
|
2001-09-11T20:11:04
|
|
*** empty log message ***
|
|
683f20f4
|
2001-09-11T20:10:44
|
|
(UTILS_HOST_OS): New file/macro.
The body, by Paul Eggert, was moved here from configure.in.
|
|
62916358
|
2001-09-04T20:22:27
|
|
(jm_PREREQ_XREADLINK): New macro.
(jm_PREREQ): Use it.
|
|
f2111723
|
2001-09-04T20:22:18
|
|
*** empty log message ***
|
|
f009ae34
|
2001-09-03T18:28:30
|
|
(jm_PREREQ_XGETCWD): Check for limits.h and
sys/param.h, as pathmax.h includes them.
|
|
92ee67ae
|
2001-09-03T18:26:58
|
|
*** empty log message ***
|
|
124beb93
|
2001-09-03T09:43:36
|
|
.
|
|
a318063b
|
2001-09-03T07:45:11
|
|
(jm_PREREQ): Add jm_PREREQ_XGETCWD.
(jm_PREREQ_XGETCWD): New macro.
|
|
0809f5f9
|
2001-09-03T07:43:54
|
|
*** empty log message ***
|
|
abb0df0b
|
2001-09-01T16:13:09
|
|
*** empty log message ***
|
|
50f13a43
|
2001-09-01T16:12:45
|
|
(jm_MACROS): Check for canonicalize_file_name.
|
|
ca72a010
|
2001-08-31T10:22:11
|
|
*** empty log message ***
|
|
aae75336
|
2001-08-31T10:21:56
|
|
(jm_MACROS):Don't require jm_AC_HEADER_INTTYPES_H.
|
|
130476cc
|
2001-08-31T10:20:17
|
|
(jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H.
Update comment.
|
|
46ad541f
|
2001-08-31T10:18:21
|
|
(jm_AC_PREREQ_XSTRTOUMAX):
Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
since they are needed to parse the include file even if we need
only xstrtoumax. Simplify logic behind the args to AC_REPLACE.
|
|
ff8563f3
|
2001-08-31T10:14:52
|
|
(jm_AC_PREREQ_XSTRTOIMAX):
Quote first arg of AC_DEFUN.
Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
since they are needed to parse the include file even if we need
only xstrtoimax. Simplify logic behind the args to AC_REPLACE.
|
|
4f18a124
|
2001-08-31T10:12:12
|
|
(AC_PREREQ): Bump to 2.52.
(jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
All uses removed.
(jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
Move AC_REQUIRE to next-to-top level, to avoid confusion.
Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
|
|
cdaa8756
|
2001-08-31T10:05:52
|
|
Remove, as it duplicates inttypes.m4.
|
|
14080d2a
|
2001-08-31T10:04:15
|
|
.
|
|
7d437d26
|
2001-08-31T07:05:14
|
|
*** empty log message ***
|
|
1380e0f9
|
2001-08-31T07:05:08
|
|
(jm_PREREQ): Add jm_PREREQ_EXCLUDE.
(jm_PREREQ_EXCLUDE): New macro.
|
|
b9a0d0cb
|
2001-08-26T10:54:59
|
|
.
|
|
3476f92c
|
2001-08-26T10:43:00
|
|
.
|
|
b2227080
|
2001-08-26T07:33:20
|
|
.
|
|
9bca38f2
|
2001-08-26T07:20:57
|
|
*** empty log message ***
|
|
ea93b085
|
2001-08-26T07:20:50
|
|
Require jm_AC_PREREQ_XSTRTOIMAX.
|
|
310fbb16
|
2001-08-26T07:20:05
|
|
resync with xstrtoumax.m4
|
|
bb14fb0e
|
2001-08-26T07:19:43
|
|
bump serial number
|
|
84764482
|
2001-08-26T07:19:28
|
|
Add comments explaining why we AC_REPLACE_FUNCS(strtol).
|
|
8fed08c2
|
2001-08-26T07:03:07
|
|
*** empty log message ***
|
|
e90756c7
|
2001-08-24T08:11:30
|
|
.
|
|
6c3cc1ee
|
2001-08-18T19:00:40
|
|
.
|
|
010edf13
|
2001-08-18T15:59:27
|
|
*** empty log message ***
|
|
522efb3b
|
2001-08-18T15:59:02
|
|
Add AC_PREREQ(2.13).
(jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
(jm_AC_TYPE_INTMAX_T): New macro.
(jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
|
|
1141a859
|
2001-08-18T15:55:38
|
|
(jm_AC_TYPE_LONG_LONG): New macro.
|
|
d95a6320
|
2001-08-18T15:54:36
|
|
renamed from ulonglong.m4
|
|
fd9c65e2
|
2001-08-18T15:54:35
|
|
renamed to longlong.m4
|
|
a492be74
|
2001-08-18T15:54:09
|
|
renamed from inttypes_h.m4
|
|
3f326b85
|
2001-08-18T15:54:08
|
|
renamed to inttypes.m4
|
|
414bd706
|
2001-08-14T07:47:25
|
|
.
|
|
2dde9493
|
2001-08-14T06:59:30
|
|
.
|
|
d6ac8fd6
|
2001-08-12T17:50:42
|
|
.
|
|
e579d64b
|
2001-08-12T13:26:08
|
|
*** empty log message ***
|
|
ee76465a
|
2001-08-12T13:26:00
|
|
Quote the first argument in each use of AC_DEFUN.
|
|
2e262387
|
2001-08-12T13:10:59
|
|
.
|
|
bf133a41
|
2001-08-12T08:31:50
|
|
*** empty log message ***
|