|
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.
|
|
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.
|
|
65431da6
|
2000-07-10T11:30:50
|
|
Mirror the correction made in autoconf.
|
|
8616a155
|
2000-07-06T05:22:55
|
|
Include <ctype.h> for use of isalpha.
|
|
a77f28a3
|
2000-07-06T05:20:15
|
|
(AC_FUNC_STRERROR_R): Pass a reasonably large buffer to strerror_r.
|
|
6b397a21
|
2000-06-24T21:04:44
|
|
If the compile-test says
strerror_r doesn't work, then resort to a `run'-test that works on
BeOS and segfaults on DEC Unix.
|
|
5c28b65b
|
2000-06-24T14:03:10
|
|
check for decl unconditionally
|
|
b8809156
|
2000-06-24T12:05:08
|
|
Revive this file -- to try out an experimental
version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
for which strerror does return char*, but which lacks a conveniently
accessible declaration of the function.
|
|
d262569f
|
2000-05-28T16:48:25
|
|
.
|
|
912ce237
|
2000-01-15T07:07:41
|
|
tweak comment
|
|
5ae77ce5
|
2000-01-08T17:53:21
|
|
*** empty log message ***
|
|
24552d14
|
2000-01-08T16:31:29
|
|
*** empty log message ***
|
|
daceb50a
|
2000-01-08T16:30:49
|
|
(jm_FUNC_STRERROR_R): New file/macro.
|