|
129b93d6
|
2001-03-16T23:42:21
|
|
*** empty log message ***
|
|
b0160b58
|
2001-03-16T23:41:08
|
|
*** empty log message ***
|
|
540fc8b6
|
2001-03-16T23:40:10
|
|
Remove my copy of AC_FUNC_MEMCMP, now that
the version in autoconf has been updated.
(jm_FUNC_MEMCMP): Adjust.
|
|
2f40868e
|
2001-03-16T17:01:17
|
|
*** empty log message ***
|
|
cef1ec10
|
2001-03-16T17:01:11
|
|
(jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
|
|
2f7434f0
|
2001-03-16T16:38:52
|
|
(jm_PREREQ): Add jm_PREREQ_TEMPNAME.
(jm_PREREQ_TEMPNAME): New function.
|
|
3465c262
|
2001-03-13T04:18:10
|
|
.
|
|
ffc91d18
|
2001-03-12T10:15:08
|
|
.
|
|
4be45d53
|
2001-03-02T03:14:38
|
|
*** empty log message ***
|
|
f9e64de5
|
2001-03-02T03:14:31
|
|
(jm_MACROS): Use mkstemp replacement if the system
lacks mkstemp. Compile our own tempname.c if we compile our own
mkstemp.c, as mkstemp relies on tempname.
|
|
7698c573
|
2001-03-02T03:06:08
|
|
.
|
|
357153e0
|
2001-03-01T05:33:25
|
|
*** empty log message ***
|
|
f59bfc2a
|
2001-03-01T05:33:18
|
|
(jm_AC_DOS): Remove extra backslashes, now that
AH_VERBATIM really does output its argument verbatim.
|
|
15e8e009
|
2001-02-19T08:51:00
|
|
*** empty log message ***
|
|
511cbe66
|
2001-02-19T08:50:54
|
|
(jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
|
|
41192272
|
2001-02-17T13:18:17
|
|
.
|
|
44991872
|
2001-02-17T12:53:40
|
|
*** empty log message ***
|
|
dddcf380
|
2001-02-17T12:53:36
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
UnixWare 7.1.1.
|
|
15ec48d2
|
2001-02-17T11:51:48
|
|
.
|
|
9d5abcc1
|
2001-02-17T10:37:10
|
|
*** empty log message ***
|
|
98311627
|
2001-02-17T10:36:42
|
|
*** empty log message ***
|
|
bbcda343
|
2001-02-17T10:36:33
|
|
(jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc., rather than AC_CACHE_VAL.
|
|
7b64121b
|
2001-02-17T09:35:11
|
|
bump serial number
|
|
6e835655
|
2001-02-17T09:34:57
|
|
(jm_PREREQ_QUOTEARG): Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
|
|
08294534
|
2001-02-17T09:34:14
|
|
(jm_PREREQ_MBSWIDTH):
Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
|
|
35e5c383
|
2001-02-17T09:33:25
|
|
New file, defining jm_FUNC_MBRTOWC.
|
|
24f416d4
|
2001-02-08T10:43:44
|
|
.
|
|
e1a15e1d
|
2001-02-07T11:50:25
|
|
(jm_INCLUDED_REGEX): Add a test for the latest bug.
|
|
e17f76a3
|
2001-02-07T11:47:40
|
|
*** empty log message ***
|
|
703e8224
|
2001-02-05T22:29:57
|
|
*** empty log message ***
|
|
710f36cb
|
2001-02-05T22:29:52
|
|
Require autoconf-2.14d (not yet released), because
it includes the patch required for `large file' support with at least
HP-UX's 10.20 /bin/cc.
|
|
1c245fc3
|
2001-02-04T08:28:29
|
|
fix typo: s/found/yes/
|
|
61edaaff
|
2001-02-03T16:45:30
|
|
*** empty log message ***
|
|
6b7db2c1
|
2001-02-03T16:45:25
|
|
(jm_FILE_SYSTEM_USAGE): Restore prior use of
AS_IF, now that it works once again (mysteriously).
|
|
eaac7b94
|
2001-02-03T16:44:52
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
AS_IF, now that it works once again (mysteriously).
|
|
37afd836
|
2001-01-31T19:15:41
|
|
.
|
|
28cd1625
|
2001-01-30T08:24:21
|
|
*** empty log message ***
|
|
af0f6656
|
2001-01-30T08:24:13
|
|
s/conftestdata/conftest.data/
|
|
acfe248f
|
2001-01-30T08:21:02
|
|
s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/.
|
|
7b8c3414
|
2001-01-30T08:19:25
|
|
Rename conftestchown to conftest.chown.
|
|
2fef52fd
|
2001-01-28T22:25:07
|
|
*** empty log message ***
|
|
c7cf9dc0
|
2001-01-28T21:45:36
|
|
add a comment, reformat a little.
|
|
415175fc
|
2001-01-28T08:10:00
|
|
.
|
|
09af0f71
|
2001-01-27T14:06:18
|
|
(jm_FILE_SYSTEM_USAGE): Open-code what was a use of AS_IF.
|
|
3de93d46
|
2001-01-27T14:06:04
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was a use of AS_IF.
|
|
517aca2f
|
2001-01-27T13:24:36
|
|
*** empty log message ***
|
|
3ee254ab
|
2001-01-27T13:24:32
|
|
(jm_FILE_SYSTEM_USAGE): Add `[]' between use of
AS_IF and following `dnl'.
|
|
42b6bf2d
|
2001-01-27T13:24:13
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Add `[]' between use of
AS_IF and following `dnl'.
|
|
635bdb89
|
2001-01-26T11:17:29
|
|
bump serial #
|
|
93db29e7
|
2001-01-26T11:17:19
|
|
(jm_PREREQ_QUOTEARG): Check for stddef.h, now that quotearg.c includes it.
|
|
a4003340
|
2001-01-26T11:13:34
|
|
*** empty log message ***
|
|
450a0fb9
|
2001-01-21T10:15:59
|
|
*** empty log message ***
|
|
d4e49631
|
2001-01-21T10:15:53
|
|
(jm_ICONV): Also check whether the iconv declaration has const.
|
|
55b0159d
|
2001-01-20T19:24:36
|
|
*** empty log message ***
|
|
7e132f97
|
2001-01-20T19:20:53
|
|
*** empty log message ***
|
|
68496e52
|
2001-01-20T19:18:43
|
|
*** empty log message ***
|
|
c45cb45c
|
2001-01-20T18:34:44
|
|
*** empty log message ***
|
|
39e19caa
|
2001-01-20T18:34:32
|
|
Be sure that headers are checked before used in code compiled
for the type checks.
(jm_MACROS): Remove all header checks.
In place of that, invoke jm_CHECK_ALL_TYPES.
(jm_CHECK_ALL_HEADERS): New functions with the above checks.
(jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
|
|
c55ec6ae
|
2001-01-20T09:49:24
|
|
*** empty log message ***
|
|
d5cb4338
|
2001-01-20T09:49:10
|
|
(jm_PREREQ): Add jm_PREREQ_HASH.
(jm_PREREQ_HASH): New function.
|
|
56151b2f
|
2001-01-17T10:34:22
|
|
*** empty log message ***
|
|
7da50ad1
|
2001-01-17T10:34:16
|
|
(jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, for autoconf-2.49c.
|
|
a6d78e75
|
2001-01-17T10:33:43
|
|
(jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
|
|
c2669c13
|
2001-01-14T20:28:03
|
|
*** empty log message ***
|
|
d2b42b93
|
2001-01-14T20:27:56
|
|
Remove conftestdir{,2} before trying to create the directory.
Make the entire configure script fail if the mkdir fails.
|
|
67052bf2
|
2001-01-14T15:35:19
|
|
.
|
|
21b28a61
|
2001-01-14T15:28:54
|
|
*** empty log message ***
|
|
a6a046c0
|
2001-01-14T15:28:45
|
|
Use temporary directories named conftestdir{,2}, not
foo and bar. Create conftestdir/ in the script, not in the C code.
Remove directories in the script, not in the C code.
|
|
b50979fc
|
2001-01-14T11:07:45
|
|
(jm_MACROS): Require vb_FUNC_RENAME.
|
|
867b2d71
|
2001-01-14T11:07:28
|
|
check for SunOS4.1.1U bug in rename
|
|
0b50a60c
|
2001-01-03T10:16:14
|
|
*** empty log message ***
|
|
39b60825
|
2001-01-03T10:16:02
|
|
(AM_GNU_GETTEXT): Define MKINSTALLDIRS by
expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
so `make install' also works in VPATH builds.
|
|
80c51609
|
2001-01-01T18:17:10
|
|
.
|
|
beed5983
|
2001-01-01T18:16:52
|
|
(jm_PREREQ_READUTMP): Include utmp.h (if available), even
on systems with utmpx.h. It's necessary for the declaration of utmp's
ut_user member. Reported by Andreas Jaeger.
|
|
1668701e
|
2001-01-01T18:09:31
|
|
.
|
|
f9b057c2
|
2001-01-01T18:08:48
|
|
(jm_CHECK_DECLS): Include grp.h and pwd.h if available.
They are required for the declarations of getgrgid and getpwuid resp.
(_jm_DECL_HEADERS): Check for grp.h and pwd.h.
|
|
c942fba6
|
2000-12-31T13:24:28
|
|
*** empty log message ***
|
|
a2ed569b
|
2000-12-31T12:15:42
|
|
(AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
can be used in subdirectories.
|
|
caeffcae
|
2000-12-31T12:12:41
|
|
*** empty log message ***
|
|
b24af404
|
2000-12-27T07:46:47
|
|
.
|
|
b254656f
|
2000-12-27T07:46:35
|
|
use AC_DEFINE_UNQUOTED
|
|
7a08e931
|
2000-12-26T18:57:53
|
|
(jm_AC_DOS): Rewrite (though it's still a stub) to work better with autoheader.
|
|
e85f25e9
|
2000-12-19T11:06:05
|
|
.
|
|
77bb6988
|
2000-12-19T10:51:39
|
|
*** empty log message ***
|
|
41b226d8
|
2000-12-19T10:50:31
|
|
.
|
|
98bf518e
|
2000-12-19T10:25:15
|
|
.
|
|
738f83bf
|
2000-12-19T10:25:15
|
|
.
|
|
50698030
|
2000-12-17T09:26:55
|
|
these macros take arguments
|
|
e20e94a6
|
2000-12-17T09:23:05
|
|
*** empty log message ***
|
|
160ca576
|
2000-12-17T09:22:56
|
|
(jm_AC_DOS): New file and macro.
|
|
d330647f
|
2000-12-17T09:22:17
|
|
(jm_MACROS): Require jm_AC_DOS.
|
|
8789fce2
|
2000-12-17T00:15:02
|
|
.
|
|
9f01594f
|
2000-12-09T22:06:03
|
|
*** empty log message ***
|
|
7a6a83d0
|
2000-12-09T22:05:54
|
|
(jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
|
|
3643fc2b
|
2000-12-09T22:05:28
|
|
.
|
|
8d49f90d
|
2000-12-06T11:06:43
|
|
*** empty log message ***
|
|
3fbade56
|
2000-12-06T11:06:39
|
|
Check for strtol. Mainly as a cue to cause automake to include
strtol.c -- that file is included by each of strtoul.c and strtoull.c.
Check for limits.h -- strtol.c needs it.
|
|
4bfa5b02
|
2000-12-06T10:52:37
|
|
*** empty log message ***
|
|
cc27b89a
|
2000-12-06T10:52:28
|
|
Check for declarations of strtoul and strtoull.
|
|
0381e0bc
|
2000-12-06T10:26:51
|
|
separate conditions for strtoul and strtoull
|