|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
|
AC_INIT()
|
|
|
|
|
AC_INIT
|
|
|
|
|
{
|
|
|
|
|
AC_CONFIG_AUX_DIR(tool)
|
|
|
|
|
AC_CONFIG_MACRO_DIRS(tool/m4)
|
|
|
|
@ -168,7 +168,7 @@ rb_test_CFLAGS=${CFLAGS+yes}
|
|
|
|
|
rb_test_CXXFLAGS=${CXXFLAGS+yes}
|
|
|
|
|
|
|
|
|
|
# BSD's ports and MacPorts prefix GNU binutils with 'g'
|
|
|
|
|
AC_PROG_CC_C99
|
|
|
|
|
# AC_PROG_CC_C99
|
|
|
|
|
AC_PROG_CXX
|
|
|
|
|
AC_PROG_CPP
|
|
|
|
|
AC_PROG_RANLIB
|
|
|
|
@ -237,6 +237,9 @@ AC_ARG_ENABLE(load-relative,
|
|
|
|
|
AS_HELP_STRING([--enable-load-relative], [resolve load paths at run time]),
|
|
|
|
|
[load_relative=$enableval])
|
|
|
|
|
|
|
|
|
|
# checks for UNIX variants that set C preprocessor variables
|
|
|
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
|
|
|
|
|
|
|
|
dnl Checks for programs.
|
|
|
|
|
|
|
|
|
|
cflagspat=
|
|
|
|
@ -276,12 +279,12 @@ AS_CASE(["$host_os:$build_os"],
|
|
|
|
|
AS_CASE(["$target_os"],
|
|
|
|
|
[darwin*], [
|
|
|
|
|
AC_MSG_CHECKING(if minimum required OS X version is supported)
|
|
|
|
|
AC_TRY_CPP([@%:@include <AvailabilityMacros.h>
|
|
|
|
|
AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@include <AvailabilityMacros.h>
|
|
|
|
|
@%:@if MAC_OS_X_VERSION_MIN_REQUIRED < __MAC_10_5
|
|
|
|
|
@%:@error pre OS X 10.5
|
|
|
|
|
[!<===== pre OS X 10.5 =====>]
|
|
|
|
|
@%:@endif
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
[macosx_min_required=yes],
|
|
|
|
|
[AC_MSG_RESULT(no)
|
|
|
|
|
AC_MSG_ERROR([Unsupported OS X version is required])])
|
|
|
|
@ -392,8 +395,8 @@ AS_CASE(["$target_os"],
|
|
|
|
|
[mingw*], [
|
|
|
|
|
test "$rb_cv_msvcrt" = "" && unset rb_cv_msvcrt
|
|
|
|
|
AC_CACHE_CHECK(for mingw32 runtime DLL, rb_cv_msvcrt, [
|
|
|
|
|
AC_TRY_LINK([@%:@include <stdio.h>],
|
|
|
|
|
[FILE* volatile f = stdin; return 0;],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <stdio.h>]],
|
|
|
|
|
[[FILE* volatile f = stdin; return 0;]])],
|
|
|
|
|
[rb_cv_msvcrt=`$OBJDUMP -p conftest$ac_exeext |
|
|
|
|
|
tr A-Z a-z |
|
|
|
|
|
sed -n '/^[[ ]]*dll name: \(msvc.*\)\.dll$/{s//\1/p;q;}'`],
|
|
|
|
@ -437,15 +440,12 @@ for prog in ${ac_tool_prefix:+${ac_tool_prefix}pkg-config} pkg-config; do
|
|
|
|
|
test -z "${PKG_CONFIG}" || break
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
# checks for UNIX variants that set C preprocessor variables
|
|
|
|
|
AC_USE_SYSTEM_EXTENSIONS
|
|
|
|
|
|
|
|
|
|
AC_MSG_CHECKING([whether it is Android])
|
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@ifdef __ANDROID__
|
|
|
|
|
@%:@error android
|
|
|
|
|
@%:@endif
|
|
|
|
|
], [],
|
|
|
|
|
]], [[]])],
|
|
|
|
|
[AC_MSG_RESULT(no)],
|
|
|
|
|
[
|
|
|
|
|
AC_MSG_RESULT(yes)
|
|
|
|
@ -494,7 +494,7 @@ AC_SUBST(CHDIR)
|
|
|
|
|
: "compiler section" && {
|
|
|
|
|
RUBY_WERROR_FLAG([
|
|
|
|
|
AC_MSG_CHECKING([whether CFLAGS is valid])
|
|
|
|
|
AC_TRY_COMPILE([], [],
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
|
|
|
|
|
[AC_MSG_RESULT(yes)],
|
|
|
|
|
[
|
|
|
|
|
AC_MSG_RESULT(no)
|
|
|
|
@ -510,7 +510,7 @@ RUBY_WERROR_FLAG([
|
|
|
|
|
echo '<?xml?><plist><dict><key>CFBundleIdentifier</key><string></string></dict></plist>' > Info.plist &&
|
|
|
|
|
:
|
|
|
|
|
} || AC_MSG_ERROR([failed to make temporary directory])
|
|
|
|
|
AC_TRY_LINK([], [],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],
|
|
|
|
|
[AC_MSG_RESULT(yes)],
|
|
|
|
|
[
|
|
|
|
|
cd .. && rm -fr tmp.$$.try_link
|
|
|
|
@ -715,13 +715,13 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
], [
|
|
|
|
|
CFLAGS="$CFLAGS -Werror -Wuninitialized"
|
|
|
|
|
])
|
|
|
|
|
AC_TRY_COMPILE([@%:@include <math.h>
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <math.h>
|
|
|
|
|
int foo(double x)
|
|
|
|
|
{
|
|
|
|
|
int exp;
|
|
|
|
|
frexp(x, &exp);
|
|
|
|
|
return exp;
|
|
|
|
|
}], [if (foo(0.0)) return 1;],
|
|
|
|
|
}]], [[if (foo(0.0)) return 1;]])],
|
|
|
|
|
[rb_cv_mingw64_broken_frexp_modf=no],
|
|
|
|
|
[rb_cv_mingw64_broken_frexp_modf=yes])
|
|
|
|
|
CFLAGS="$save_CFLAGS"
|
|
|
|
@ -811,13 +811,13 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
|
|
|
|
|
AS_CASE(["$target_cpu"], [[i[3-6]86*]], [
|
|
|
|
|
AC_CACHE_CHECK([for __sync_val_compare_and_swap], [rb_cv_gcc_compiler_cas], [
|
|
|
|
|
AC_TRY_LINK([unsigned long atomic_var;],
|
|
|
|
|
[__sync_val_compare_and_swap(&atomic_var, 0, 1);],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[unsigned long atomic_var;]],
|
|
|
|
|
[[__sync_val_compare_and_swap(&atomic_var, 0, 1);]])],
|
|
|
|
|
[rb_cv_gcc_compiler_cas=yes],
|
|
|
|
|
[
|
|
|
|
|
save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -march=i486"
|
|
|
|
|
AC_TRY_LINK([unsigned long atomic_var;],
|
|
|
|
|
[__sync_val_compare_and_swap(&atomic_var, 0, 1);],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[unsigned long atomic_var;]],
|
|
|
|
|
[[__sync_val_compare_and_swap(&atomic_var, 0, 1);]])],
|
|
|
|
|
[rb_cv_gcc_compiler_cas=i486],
|
|
|
|
|
[rb_cv_gcc_compiler_cas=no])
|
|
|
|
|
CFLAGS="$save_CFLAGS"
|
|
|
|
@ -844,7 +844,7 @@ test -z "${ac_env_CXXFLAGS_set}" -a -n "${cxxflags+set}" && eval CXXFLAGS="\"$cx
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK([whether compiler has statement and declarations in expressions],
|
|
|
|
|
rb_cv_have_stmt_and_decl_in_expr,
|
|
|
|
|
[AC_TRY_COMPILE([],[ __extension__ ({ int a = 0; a; }); ],
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]],[[ __extension__ ({ int a = 0; a; }); ]])],
|
|
|
|
|
[rb_cv_have_stmt_and_decl_in_expr=yes],
|
|
|
|
|
[rb_cv_have_stmt_and_decl_in_expr=no])])
|
|
|
|
|
AS_IF([test "$rb_cv_have_stmt_and_decl_in_expr" = yes], [
|
|
|
|
@ -865,12 +865,12 @@ AS_CASE(["$target_os"],
|
|
|
|
|
[freebsd*], [
|
|
|
|
|
AC_CACHE_CHECK([whether pthread should be enabled by default],
|
|
|
|
|
rb_cv_enable_pthread_default,
|
|
|
|
|
[AC_TRY_CPP([
|
|
|
|
|
[AC_PREPROC_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <osreldate.h>
|
|
|
|
|
#if __FreeBSD_version < 502102
|
|
|
|
|
#error pthread should be disabled on this platform
|
|
|
|
|
#endif
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_enable_pthread_default=yes,
|
|
|
|
|
rb_cv_enable_pthread_default=no)])
|
|
|
|
|
enable_pthread=$rb_cv_enable_pthread_default
|
|
|
|
@ -904,8 +904,8 @@ AS_CASE(["$target_os"],
|
|
|
|
|
RUBY_APPEND_OPTIONS(CPPFLAGS, -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT)
|
|
|
|
|
AC_CACHE_CHECK([whether syscall(2) is deprecated], rb_cv_syscall_deprecated,
|
|
|
|
|
[RUBY_WERROR_FLAG([
|
|
|
|
|
AC_TRY_COMPILE([@%:@include <unistd.h>],
|
|
|
|
|
[if (syscall(0)) return 1;],
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <unistd.h>]],
|
|
|
|
|
[[if (syscall(0)) return 1;]])],
|
|
|
|
|
[rb_cv_syscall_deprecated=no],
|
|
|
|
|
[rb_cv_syscall_deprecated=yes])])])
|
|
|
|
|
AS_IF([test $rb_cv_syscall_deprecated = yes], [
|
|
|
|
@ -932,7 +932,7 @@ AS_CASE(["$target_os"],
|
|
|
|
|
])
|
|
|
|
|
with_setjmp_type=sigsetjmp # to hijack SIGCHLD handler
|
|
|
|
|
AC_CACHE_CHECK(for broken crypt with 8bit chars, rb_cv_broken_crypt,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <string.h>
|
|
|
|
@ -969,7 +969,7 @@ main()
|
|
|
|
|
}
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_broken_crypt=no,
|
|
|
|
|
rb_cv_broken_crypt=yes,
|
|
|
|
|
rb_cv_broken_crypt=yes)])
|
|
|
|
@ -998,11 +998,11 @@ main()
|
|
|
|
|
[solaris*], [ LIBS="-lm $LIBS"
|
|
|
|
|
ac_cv_func_vfork=no
|
|
|
|
|
AC_MSG_CHECKING(whether _XOPEN_SOURCE is already given)
|
|
|
|
|
AC_TRY_COMPILE([#include <unistd.h>
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <unistd.h>
|
|
|
|
|
#ifndef _XOPEN_SOURCE
|
|
|
|
|
#error _XOPEN_SOURCE is not defined
|
|
|
|
|
#endif
|
|
|
|
|
], [],
|
|
|
|
|
]], [[]])],
|
|
|
|
|
[given_xopen_source=yes], [given_xopen_source=no])
|
|
|
|
|
AC_MSG_RESULT($given_xopen_source)
|
|
|
|
|
AS_IF([test $given_xopen_source = no], [
|
|
|
|
@ -1012,13 +1012,13 @@ main()
|
|
|
|
|
AS_IF([test x"$define_xopen_source" != x], [
|
|
|
|
|
break
|
|
|
|
|
])
|
|
|
|
|
RUBY_WERROR_FLAG([AC_TRY_COMPILE([
|
|
|
|
|
RUBY_WERROR_FLAG([AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
#define _XOPEN_SOURCE ${tmp_xpg}00
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#ifndef _XPG${tmp_xpg}
|
|
|
|
|
#error _XPG${tmp_xpg} should be defined by _XOPEN_SOURCE=${tmp_xpg}00
|
|
|
|
|
#endif
|
|
|
|
|
], [],
|
|
|
|
|
]], [[]])],
|
|
|
|
|
[define_xopen_source=${tmp_xpg}00], [])
|
|
|
|
|
])
|
|
|
|
|
done
|
|
|
|
@ -1136,7 +1136,8 @@ AS_IF([test -n "${rb_there_is_in_fact_no_gplusplus_but_autoconf_is_cheating_us}"
|
|
|
|
|
RUBY_WERROR_FLAG([
|
|
|
|
|
AC_MSG_CHECKING([whether CXXFLAGS is valid])
|
|
|
|
|
AC_LANG_PUSH(C++)
|
|
|
|
|
AC_TRY_COMPILE([@%:@include <cstdio>], [], [AC_MSG_RESULT(yes)], [
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <cstdio>]], [[]])],
|
|
|
|
|
[AC_MSG_RESULT(yes)],[
|
|
|
|
|
AC_MSG_RESULT(no)
|
|
|
|
|
# The message mentions CXXFLAGS, but CPPFLAGS might also affects.
|
|
|
|
|
AC_MSG_WARN([something wrong with CXXFLAGS="$CXXFLAGS"])
|
|
|
|
@ -1335,8 +1336,8 @@ AC_CACHE_CHECK(packed struct attribute, rb_cv_packed_struct,
|
|
|
|
|
"__pragma(pack(push, 1)) x __pragma(pack(pop))" \
|
|
|
|
|
"x __attribute__((packed))" \
|
|
|
|
|
; do
|
|
|
|
|
AC_TRY_COMPILE([@%:@define PACKED_STRUCT(x) $mac
|
|
|
|
|
PACKED_STRUCT(struct { int a; });], [],
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@define PACKED_STRUCT(x) $mac
|
|
|
|
|
PACKED_STRUCT(struct { int a; });]], [[]])],
|
|
|
|
|
[rb_cv_packed_struct=$mac; break])
|
|
|
|
|
done])
|
|
|
|
|
AS_IF([test "$rb_cv_packed_struct" != no], [
|
|
|
|
@ -1379,10 +1380,10 @@ RUBY_REPLACE_TYPE(clockid_t, [], CLOCKID, [@%:@ifdef HAVE_TIME_H
|
|
|
|
|
# 2006). The check below is redundant and should always success. Remain not
|
|
|
|
|
# deleted for backward compat.
|
|
|
|
|
AC_CACHE_CHECK(for variable length macro, rb_cv_va_args_macro,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
int foo(const char*);
|
|
|
|
|
@%:@define FOO(...) foo(@%:@__VA_ARGS__)
|
|
|
|
|
], [FOO(1);FOO(1,2);FOO(1,2,3);],
|
|
|
|
|
]], [[FOO(1);FOO(1,2);FOO(1,2,3);]])],
|
|
|
|
|
rb_cv_va_args_macro=yes,
|
|
|
|
|
rb_cv_va_args_macro=no)])
|
|
|
|
|
AS_IF([test "$rb_cv_va_args_macro" = yes], [
|
|
|
|
@ -1400,7 +1401,7 @@ AS_IF([test "$rb_cv_va_args_macro" = yes], [
|
|
|
|
|
AC_CACHE_CHECK([if _Alignof() works], rb_cv_have__alignof,[
|
|
|
|
|
rb_cv_have__alignof=no
|
|
|
|
|
RUBY_WERROR_FLAG([
|
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@ifdef HAVE_STDALIGN_H
|
|
|
|
|
@%:@include <stdalign.h>
|
|
|
|
|
@%:@endif
|
|
|
|
@ -1410,7 +1411,7 @@ AC_CACHE_CHECK([if _Alignof() works], rb_cv_have__alignof,[
|
|
|
|
|
@%:@ifndef __GNUC__
|
|
|
|
|
@%:@define __extension__
|
|
|
|
|
@%:@endif
|
|
|
|
|
], [
|
|
|
|
|
]], [[
|
|
|
|
|
typedef struct conftest_tag {
|
|
|
|
|
char _;
|
|
|
|
|
double d;
|
|
|
|
@ -1420,9 +1421,9 @@ AC_CACHE_CHECK([if _Alignof() works], rb_cv_have__alignof,[
|
|
|
|
|
? 1 : -1
|
|
|
|
|
@:>@;
|
|
|
|
|
return conftest_ary@<:@0@:>@;
|
|
|
|
|
], [
|
|
|
|
|
]])],[
|
|
|
|
|
rb_cv_have__alignof=yes
|
|
|
|
|
])
|
|
|
|
|
],[])
|
|
|
|
|
])
|
|
|
|
|
])
|
|
|
|
|
AS_IF([test "$rb_cv_have__alignof" != no], [
|
|
|
|
@ -1485,8 +1486,8 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
AC_CACHE_CHECK([for function alias], [rb_cv_gcc_function_alias],
|
|
|
|
|
[rb_cv_gcc_function_alias=no
|
|
|
|
|
for a in alias weak,alias; do
|
|
|
|
|
AC_TRY_LINK([void foo(void) {}
|
|
|
|
|
void bar(void) __attribute__(($a("foo")));], [bar()],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[void foo(void) {}
|
|
|
|
|
void bar(void) __attribute__(($a("foo")));]], [[bar()]])],
|
|
|
|
|
[rb_cv_gcc_function_alias=$a; break])
|
|
|
|
|
done])
|
|
|
|
|
AS_IF([test "$rb_cv_gcc_function_alias" != no], [
|
|
|
|
@ -1498,14 +1499,14 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK([for __atomic builtins], [rb_cv_gcc_atomic_builtins], [
|
|
|
|
|
AC_TRY_LINK([unsigned int atomic_var;],
|
|
|
|
|
[
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[unsigned int atomic_var;]],
|
|
|
|
|
[[
|
|
|
|
|
__atomic_exchange_n(&atomic_var, 0, __ATOMIC_SEQ_CST);
|
|
|
|
|
__atomic_exchange_n(&atomic_var, 1, __ATOMIC_SEQ_CST);
|
|
|
|
|
__atomic_fetch_add(&atomic_var, 1, __ATOMIC_SEQ_CST);
|
|
|
|
|
__atomic_fetch_sub(&atomic_var, 1, __ATOMIC_SEQ_CST);
|
|
|
|
|
__atomic_or_fetch(&atomic_var, 1, __ATOMIC_SEQ_CST);
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
[rb_cv_gcc_atomic_builtins=yes],
|
|
|
|
|
[rb_cv_gcc_atomic_builtins=no])])
|
|
|
|
|
AS_IF([test "$rb_cv_gcc_atomic_builtins" = yes], [
|
|
|
|
@ -1513,15 +1514,15 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK([for __sync builtins], [rb_cv_gcc_sync_builtins], [
|
|
|
|
|
AC_TRY_LINK([unsigned int atomic_var;],
|
|
|
|
|
[
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[unsigned int atomic_var;]],
|
|
|
|
|
[[
|
|
|
|
|
__sync_lock_test_and_set(&atomic_var, 0);
|
|
|
|
|
__sync_lock_test_and_set(&atomic_var, 1);
|
|
|
|
|
__sync_fetch_and_add(&atomic_var, 1);
|
|
|
|
|
__sync_fetch_and_sub(&atomic_var, 1);
|
|
|
|
|
__sync_or_and_fetch(&atomic_var, 1);
|
|
|
|
|
__sync_val_compare_and_swap(&atomic_var, 0, 1);
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
[rb_cv_gcc_sync_builtins=yes],
|
|
|
|
|
[rb_cv_gcc_sync_builtins=no])])
|
|
|
|
|
AS_IF([test "$rb_cv_gcc_sync_builtins" = yes], [
|
|
|
|
@ -1531,8 +1532,8 @@ AS_IF([test "$GCC" = yes], [
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for __builtin_unreachable, rb_cv_func___builtin_unreachable,
|
|
|
|
|
[RUBY_WERROR_FLAG(
|
|
|
|
|
[AC_TRY_LINK([volatile int zero;],
|
|
|
|
|
[if (zero) __builtin_unreachable();],
|
|
|
|
|
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[volatile int zero;]],
|
|
|
|
|
[[if (zero) __builtin_unreachable();]])],
|
|
|
|
|
[rb_cv_func___builtin_unreachable=yes],
|
|
|
|
|
[rb_cv_func___builtin_unreachable=no])
|
|
|
|
|
])
|
|
|
|
@ -1545,8 +1546,8 @@ AC_CACHE_CHECK(for exported function attribute, rb_cv_func_exported, [
|
|
|
|
|
rb_cv_func_exported=no
|
|
|
|
|
RUBY_WERROR_FLAG([
|
|
|
|
|
for mac in '__attribute__ ((__visibility__("default")))' '__declspec(dllexport)'; do
|
|
|
|
|
AC_TRY_COMPILE([@%:@define RUBY_FUNC_EXPORTED $mac extern
|
|
|
|
|
RUBY_FUNC_EXPORTED void conftest_attribute_check(void);], [],
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@define RUBY_FUNC_EXPORTED $mac extern
|
|
|
|
|
RUBY_FUNC_EXPORTED void conftest_attribute_check(void);]], [[]])],
|
|
|
|
|
[rb_cv_func_exported="$mac"; break])
|
|
|
|
|
done
|
|
|
|
|
])])
|
|
|
|
@ -1573,8 +1574,8 @@ AC_CACHE_CHECK(for function name string predefined identifier,
|
|
|
|
|
rb_cv_function_name_string=no
|
|
|
|
|
RUBY_WERROR_FLAG([
|
|
|
|
|
for func in __func__ __FUNCTION__; do
|
|
|
|
|
AC_TRY_LINK([@%:@include <stdio.h>],
|
|
|
|
|
[puts($func);],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[@%:@include <stdio.h>]],
|
|
|
|
|
[[puts($func);]])],
|
|
|
|
|
[rb_cv_function_name_string=$func
|
|
|
|
|
break])
|
|
|
|
|
done
|
|
|
|
@ -1731,9 +1732,9 @@ AS_IF([test "x$rb_cv_type_int64_t" != xno], [
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for stack end address, rb_cv_stack_end_address,
|
|
|
|
|
[rb_cv_stack_end_address=no
|
|
|
|
|
AC_TRY_LINK(
|
|
|
|
|
[extern void *__libc_stack_end;],
|
|
|
|
|
[if (!__libc_stack_end) return 1;],
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM(
|
|
|
|
|
[[extern void *__libc_stack_end;]],
|
|
|
|
|
[[if (!__libc_stack_end) return 1;]])],
|
|
|
|
|
[rb_cv_stack_end_address="__libc_stack_end"])
|
|
|
|
|
])
|
|
|
|
|
AS_IF([test $rb_cv_stack_end_address != no], [
|
|
|
|
@ -1761,14 +1762,14 @@ AS_CASE(["${target_cpu}-${target_os}:${target_archs}"],
|
|
|
|
|
AS_IF([test "x$ALLOCA" = "x"], [
|
|
|
|
|
AC_CACHE_CHECK([for dynamic size alloca], rb_cv_dynamic_alloca, [
|
|
|
|
|
for chk in ok __chkstk; do
|
|
|
|
|
AC_TRY_LINK([
|
|
|
|
|
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@ifdef HAVE_ALLOCA_H
|
|
|
|
|
@%:@include <alloca.h>
|
|
|
|
|
@%:@endif
|
|
|
|
|
void $chk() {}
|
|
|
|
|
int dynamic_alloca_test;
|
|
|
|
|
int dynamic_alloca_result;],
|
|
|
|
|
[dynamic_alloca_result = alloca(dynamic_alloca_test) != 0;],
|
|
|
|
|
int dynamic_alloca_result;]],
|
|
|
|
|
[[dynamic_alloca_result = alloca(dynamic_alloca_test) != 0;]])],
|
|
|
|
|
[rb_cv_dynamic_alloca=$chk; break])
|
|
|
|
|
done])
|
|
|
|
|
AS_IF([test "x$rb_cv_dynamic_alloca" = "x__chkstk"], [
|
|
|
|
@ -1820,9 +1821,9 @@ AC_CHECK_HEADERS(sys/pstat.h)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for signbit, rb_cv_have_signbit,
|
|
|
|
|
[AC_TRY_LINK([
|
|
|
|
|
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
#include <math.h>
|
|
|
|
|
], [int v = signbit(-0.0);],
|
|
|
|
|
]], [[int v = signbit(-0.0);]])],
|
|
|
|
|
rb_cv_have_signbit=yes,
|
|
|
|
|
rb_cv_have_signbit=no)])
|
|
|
|
|
AS_IF([test "$rb_cv_have_signbit" = yes], [
|
|
|
|
@ -1981,7 +1982,7 @@ AS_CASE(["$ac_cv_func_memset_s:$ac_cv_func_qsort_s"], [*yes*],
|
|
|
|
|
|
|
|
|
|
AS_IF([test "$ac_cv_func_getcwd" = yes], [
|
|
|
|
|
AC_CACHE_CHECK(if getcwd allocates buffer if NULL is given, [rb_cv_getcwd_malloc],
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
@%:@include <stddef.h>
|
|
|
|
|
@%:@include <stdio.h>
|
|
|
|
|
@%:@ifdef HAVE_UNISTD_H
|
|
|
|
@ -2000,7 +2001,7 @@ main(int argc, char **argv)
|
|
|
|
|
if (!getcwd(NULL, 0)) return EXIT_FAILURE;
|
|
|
|
|
return EXIT_SUCCESS;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_getcwd_malloc=yes,
|
|
|
|
|
rb_cv_getcwd_malloc=no,
|
|
|
|
|
AS_CASE($target_os,
|
|
|
|
@ -2048,21 +2049,21 @@ RUBY_CHECK_BUILTIN_FUNC(__builtin_trap, [__builtin_trap()])
|
|
|
|
|
|
|
|
|
|
AS_IF([test "$ac_cv_func_qsort_r" != no], [
|
|
|
|
|
AC_CACHE_CHECK(whether qsort_r is GNU version, rb_cv_gnu_qsort_r,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@include <stdlib.h>
|
|
|
|
|
void (qsort_r)(void *base, size_t nmemb, size_t size,
|
|
|
|
|
int (*compar)(const void *, const void *, void *),
|
|
|
|
|
void *arg);
|
|
|
|
|
],[ ],
|
|
|
|
|
]], [[ ]])],
|
|
|
|
|
[rb_cv_gnu_qsort_r=yes],
|
|
|
|
|
[rb_cv_gnu_qsort_r=no])
|
|
|
|
|
])
|
|
|
|
|
AC_CACHE_CHECK(whether qsort_r is BSD version, rb_cv_bsd_qsort_r,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@include <stdlib.h>
|
|
|
|
|
void (qsort_r)(void *base, size_t nmemb, size_t size,
|
|
|
|
|
void *arg, int (*compar)(void *, const void *, const void *));
|
|
|
|
|
],[ ],
|
|
|
|
|
]], [[ ]])],
|
|
|
|
|
[rb_cv_bsd_qsort_r=yes],
|
|
|
|
|
[rb_cv_bsd_qsort_r=no])
|
|
|
|
|
])
|
|
|
|
@ -2077,7 +2078,7 @@ void (qsort_r)(void *base, size_t nmemb, size_t size,
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(whether atan2 handles Inf as C99, rb_cv_atan2_inf_c99, [
|
|
|
|
|
AS_IF([test $ac_cv_func_atan2f:$ac_cv_func_atan2l = yes:yes], [
|
|
|
|
|
AC_TRY_RUN([
|
|
|
|
|
AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
@%:@include <math.h>
|
|
|
|
|
@%:@ifdef HAVE_UNISTD_H
|
|
|
|
|
@%:@include <unistd.h>
|
|
|
|
@ -2095,7 +2096,7 @@ main(int argc, char **argv)
|
|
|
|
|
if (fabs(atan2(INFINITY, INFINITY) - M_PI_4) <= 0.01) return EXIT_SUCCESS;
|
|
|
|
|
return EXIT_FAILURE;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
[rb_cv_atan2_inf_c99=yes],
|
|
|
|
|
[rb_cv_atan2_inf_c99=no],
|
|
|
|
|
[AS_CASE($target_os, [mingw*|mswin*], [rb_cv_atan2_inf_c99=no], [rb_cv_atan2_inf_c99=yes])]
|
|
|
|
@ -2124,9 +2125,9 @@ AS_IF([test x"$ac_cv_lib_rt_timer_settime" = xyes], [
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for unsetenv returns a value, rb_cv_unsetenv_return_value,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
], [int v = unsetenv("foo");],
|
|
|
|
|
]], [[int v = unsetenv("foo");]])],
|
|
|
|
|
rb_cv_unsetenv_return_value=yes,
|
|
|
|
|
rb_cv_unsetenv_return_value=no)])
|
|
|
|
|
AS_IF([test "$rb_cv_unsetenv_return_value" = no], [
|
|
|
|
@ -2144,21 +2145,21 @@ AS_IF([test "$use_setreuid" = yes], [
|
|
|
|
|
])
|
|
|
|
|
AC_STRUCT_TIMEZONE
|
|
|
|
|
AC_CACHE_CHECK(for struct tm.tm_gmtoff, rb_cv_member_struct_tm_tm_gmtoff,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@define _BSD_SOURCE
|
|
|
|
|
@%:@define _DEFAULT_SOURCE
|
|
|
|
|
@%:@include <time.h>
|
|
|
|
|
],
|
|
|
|
|
[struct tm t; t.tm_gmtoff = 3600;],
|
|
|
|
|
]],
|
|
|
|
|
[[struct tm t; t.tm_gmtoff = 3600;]])],
|
|
|
|
|
[rb_cv_member_struct_tm_tm_gmtoff=yes],
|
|
|
|
|
[rb_cv_member_struct_tm_tm_gmtoff=no])])
|
|
|
|
|
AS_IF([test "$rb_cv_member_struct_tm_tm_gmtoff" = yes], [
|
|
|
|
|
AC_DEFINE(HAVE_STRUCT_TM_TM_GMTOFF)
|
|
|
|
|
])
|
|
|
|
|
AC_CACHE_CHECK(for external int daylight, rb_cv_have_daylight,
|
|
|
|
|
[AC_TRY_LINK([#include <time.h>
|
|
|
|
|
int i;],
|
|
|
|
|
[i = daylight;],
|
|
|
|
|
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <time.h>
|
|
|
|
|
int i;]],
|
|
|
|
|
[[i = daylight;]])],
|
|
|
|
|
rb_cv_have_daylight=yes,
|
|
|
|
|
rb_cv_have_daylight=no)])
|
|
|
|
|
AS_IF([test "$rb_cv_have_daylight" = yes], [
|
|
|
|
@ -2166,7 +2167,7 @@ AS_IF([test "$rb_cv_have_daylight" = yes], [
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(for negative time_t for gmtime(3), rb_cv_negative_time_t,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
|
|
|
|
@ -2196,7 +2197,7 @@ main()
|
|
|
|
|
check(gmtime(&t), 1, 12, 13, 20, 52);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_negative_time_t=yes,
|
|
|
|
|
rb_cv_negative_time_t=no,
|
|
|
|
|
rb_cv_negative_time_t=yes)])
|
|
|
|
@ -2207,7 +2208,7 @@ AS_IF([test "$rb_cv_negative_time_t" = yes], [
|
|
|
|
|
# [ruby-dev:40910] overflow of time on FreeBSD
|
|
|
|
|
# http://www.freebsd.org/cgi/query-pr.cgi?pr=145341
|
|
|
|
|
AC_CACHE_CHECK(for localtime(3) overflow correctly, rb_cv_localtime_overflow,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <time.h>
|
|
|
|
|
|
|
|
|
@ -2239,7 +2240,7 @@ main()
|
|
|
|
|
check(t);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_localtime_overflow=yes,
|
|
|
|
|
rb_cv_localtime_overflow=no,
|
|
|
|
|
rb_cv_localtime_overflow=no)])
|
|
|
|
@ -2252,7 +2253,7 @@ AS_IF([test "$ac_cv_func_sigprocmask" = yes && test "$ac_cv_func_sigaction" = ye
|
|
|
|
|
], [
|
|
|
|
|
AC_CHECK_FUNCS(sigsetmask)
|
|
|
|
|
AC_CACHE_CHECK(for BSD signal semantics, rb_cv_bsd_signal,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <signal.h>
|
|
|
|
|
|
|
|
|
@ -2270,7 +2271,7 @@ main()
|
|
|
|
|
kill(getpid(), SIGINT);
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_bsd_signal=yes,
|
|
|
|
|
rb_cv_bsd_signal=no,
|
|
|
|
|
rb_cv_bsd_signal=$ac_cv_func_sigsetmask)])
|
|
|
|
@ -2316,7 +2317,7 @@ AS_IF([test "$rb_cv_rshift_sign" = yes], [
|
|
|
|
|
AS_IF([test "$ac_cv_func_copy_file_range" = no], [
|
|
|
|
|
AC_CACHE_CHECK([for copy_file_range],
|
|
|
|
|
rb_cv_use_copy_file_range,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
|
#include <sys/stat.h>
|
|
|
|
|
#include <sys/syscall.h>
|
|
|
|
@ -2343,7 +2344,7 @@ main()
|
|
|
|
|
return 1;
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
[rb_cv_use_copy_file_range=yes],
|
|
|
|
|
[rb_cv_use_copy_file_range=no],
|
|
|
|
|
[rb_cv_use_copy_file_range=no])])
|
|
|
|
@ -2484,13 +2485,13 @@ AS_IF([test x"$enable_pthread" = xyes], [
|
|
|
|
|
AC_MSG_WARN("Don't know how to find pthread library on your system -- thread support disabled")
|
|
|
|
|
])
|
|
|
|
|
AC_CACHE_CHECK([whether pthread_t is scalar type], [rb_cv_scalar_pthread_t], [
|
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@include <pthread.h>
|
|
|
|
|
], [
|
|
|
|
|
]], [[
|
|
|
|
|
pthread_t thread_id;
|
|
|
|
|
thread_id = 0;
|
|
|
|
|
if (!thread_id) return 0;
|
|
|
|
|
], [rb_cv_scalar_pthread_t=yes], [rb_cv_scalar_pthread_t=no])
|
|
|
|
|
]])],[rb_cv_scalar_pthread_t=yes],[rb_cv_scalar_pthread_t=no])
|
|
|
|
|
])
|
|
|
|
|
AS_IF([test x"$rb_cv_scalar_pthread_t" = xyes], [
|
|
|
|
|
: # RUBY_CHECK_SIZEOF(pthread_t, [void* int long], [], [@%:@include <pthread.h>])
|
|
|
|
@ -2516,14 +2517,14 @@ AS_IF([test x"$enable_pthread" = xyes], [
|
|
|
|
|
"(pthread_self(), \"%s\", name)" \
|
|
|
|
|
"(name)" \
|
|
|
|
|
; do
|
|
|
|
|
AC_TRY_COMPILE([
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@include <pthread.h>
|
|
|
|
|
@%:@ifdef HAVE_PTHREAD_NP_H
|
|
|
|
|
@%:@include <pthread_np.h>
|
|
|
|
|
@%:@endif
|
|
|
|
|
@%:@define SET_THREAD_NAME(name) pthread_setname_np${mac}
|
|
|
|
|
],
|
|
|
|
|
[if (SET_THREAD_NAME("conftest")) return 1;],
|
|
|
|
|
]],
|
|
|
|
|
[[if (SET_THREAD_NAME("conftest")) return 1;]])],
|
|
|
|
|
[rb_cv_func_pthread_setname_np_arguments="${mac}"
|
|
|
|
|
break])
|
|
|
|
|
done
|
|
|
|
@ -2547,8 +2548,8 @@ AS_IF([test x"$enable_pthread" = xyes], [
|
|
|
|
|
|
|
|
|
|
AS_IF([test x"$ac_cv_header_ucontext_h" = xno], [
|
|
|
|
|
AC_CACHE_CHECK([if signal.h defines ucontext_t], [rb_cv_ucontext_in_signal_h],
|
|
|
|
|
[AC_TRY_COMPILE([@%:@include <signal.h>],
|
|
|
|
|
[size_t size = sizeof(ucontext_t);],
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <signal.h>]],
|
|
|
|
|
[[size_t size = sizeof(ucontext_t);]])],
|
|
|
|
|
[rb_cv_ucontext_in_signal_h=yes], [rb_cv_ucontext_in_signal_h=no])])
|
|
|
|
|
AS_IF([test x"$rb_cv_ucontext_in_signal_h" = xyes], [
|
|
|
|
|
AC_DEFINE_UNQUOTED(UCONTEXT_IN_SIGNAL_H, 1)
|
|
|
|
@ -2556,14 +2557,14 @@ AS_IF([test x"$ac_cv_header_ucontext_h" = xno], [
|
|
|
|
|
])
|
|
|
|
|
AS_IF([test x"$ac_cv_header_ucontext_h" = xyes -o x"$rb_cv_ucontext_in_signal_h" = xyes], [
|
|
|
|
|
AC_CACHE_CHECK([if mcontext_t is a pointer], [rb_cv_mcontext_t_ptr],
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
@%:@include <signal.h>
|
|
|
|
|
@%:@ifdef HAVE_UCONTEXT_H
|
|
|
|
|
@%:@include <ucontext.h>
|
|
|
|
|
@%:@endif
|
|
|
|
|
mcontext_t test(mcontext_t mc) {return mc+1;}
|
|
|
|
|
],
|
|
|
|
|
[test(0);],
|
|
|
|
|
]],
|
|
|
|
|
[[test(0);]])],
|
|
|
|
|
[rb_cv_mcontext_t_ptr=yes], [rb_cv_mcontext_t_ptr=no])])
|
|
|
|
|
AS_IF([test x"$rb_cv_mcontext_t_ptr" = xyes], [
|
|
|
|
|
AC_DEFINE_UNQUOTED(DEFINE_MCONTEXT_PTR(mc, uc), mcontext_t mc = (uc)->uc_mcontext)
|
|
|
|
@ -2577,7 +2578,7 @@ AS_IF([test x"$ac_cv_header_ucontext_h" = xyes -o x"$rb_cv_ucontext_in_signal_h"
|
|
|
|
|
|
|
|
|
|
AS_IF([test "$ac_cv_func_fork_works" = "yes" -a "$rb_with_pthread" = "yes"], [
|
|
|
|
|
AC_CACHE_CHECK([if fork works with pthread], rb_cv_fork_with_pthread,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <pthread.h>
|
|
|
|
@ -2633,7 +2634,7 @@ main(int argc, char *argv[])
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return EXIT_SUCCESS;
|
|
|
|
|
}],
|
|
|
|
|
}]])],
|
|
|
|
|
rb_cv_fork_with_pthread=yes,
|
|
|
|
|
rb_cv_fork_with_pthread=no,
|
|
|
|
|
rb_cv_fork_with_pthread=yes)])
|
|
|
|
@ -2656,7 +2657,7 @@ AC_ARG_WITH(dln-a-out,
|
|
|
|
|
with_dln_a_out=no])], [with_dln_a_out=no])
|
|
|
|
|
|
|
|
|
|
AC_CACHE_CHECK(whether ELF binaries are produced, rb_cv_binary_elf,
|
|
|
|
|
[AC_TRY_LINK([],[], [
|
|
|
|
|
[AC_LINK_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[
|
|
|
|
|
AS_CASE(["`head -1 conftest$EXEEXT | tr -dc '\177ELF' | tr '\177' .`"],
|
|
|
|
|
[.ELF*], [rb_cv_binary_elf=yes], [rb_cv_binary_elf=no])],
|
|
|
|
|
rb_cv_binary_elf=no)])
|
|
|
|
@ -2933,7 +2934,7 @@ AC_CHECK_FUNCS(backtrace)
|
|
|
|
|
|
|
|
|
|
AS_IF([test "x$ac_cv_func_backtrace" = xyes], [
|
|
|
|
|
AC_CACHE_CHECK(for broken backtrace, rb_cv_broken_backtrace,
|
|
|
|
|
[AC_TRY_RUN([
|
|
|
|
|
[AC_RUN_IFELSE([AC_LANG_SOURCE([[
|
|
|
|
|
#include <unistd.h>
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
@ -2982,7 +2983,7 @@ main(void)
|
|
|
|
|
a[0] = 1;
|
|
|
|
|
return EXIT_SUCCESS;
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
]])],
|
|
|
|
|
rb_cv_broken_backtrace=no,
|
|
|
|
|
rb_cv_broken_backtrace=yes,
|
|
|
|
|
rb_cv_broken_backtrace=no)])
|
|
|
|
@ -3002,11 +3003,10 @@ AS_IF([test "$ac_cv_header_a_out_h" = yes], [
|
|
|
|
|
AS_IF([test "$with_dln_a_out" = yes || test "$rb_cv_dlopen" = unknown], [
|
|
|
|
|
cat confdefs.h > config.h
|
|
|
|
|
AC_CACHE_CHECK(whether matz's dln works, rb_cv_dln_a_out,
|
|
|
|
|
[AC_TRY_COMPILE([
|
|
|
|
|
[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
|
|
|
|
|
#define USE_DLN_A_OUT
|
|
|
|
|
#include "dln.c"
|
|
|
|
|
],
|
|
|
|
|
[],
|
|
|
|
|
]], [[]])],
|
|
|
|
|
rb_cv_dln_a_out=yes,
|
|
|
|
|
rb_cv_dln_a_out=no)])
|
|
|
|
|
AS_IF([test "$rb_cv_dln_a_out" = yes], [
|
|
|
|
@ -3079,10 +3079,10 @@ AS_IF([test "$with_dln_a_out" = yes], [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_ARG_WITH(ext,
|
|
|
|
|
AC_HELP_STRING([--with-ext=EXTS],
|
|
|
|
|
AS_HELP_STRING([--with-ext=EXTS],
|
|
|
|
|
[pass to --with-ext option of extmk.rb]))
|
|
|
|
|
AC_ARG_WITH(out-ext,
|
|
|
|
|
AC_HELP_STRING([--with-out-ext=EXTS],
|
|
|
|
|
AS_HELP_STRING([--with-out-ext=EXTS],
|
|
|
|
|
[pass to --without-ext option of extmk.rb]))
|
|
|
|
|
EXTSTATIC=
|
|
|
|
|
AC_SUBST(EXTSTATIC)dnl
|
|
|
|
@ -3544,7 +3544,7 @@ AS_IF([test "$rb_with_pthread" = "yes"], [
|
|
|
|
|
THREAD_MODEL=pthread
|
|
|
|
|
])
|
|
|
|
|
AC_CACHE_CHECK([for prefix of external symbols], rb_cv_symbol_prefix, [
|
|
|
|
|
AC_TRY_COMPILE([extern void conftest_external(void) {}], [], [
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[extern void conftest_external(void) {}]], [[]])],[
|
|
|
|
|
rb_cv_symbol_prefix=`$NM conftest.$ac_objext |
|
|
|
|
|
sed -n ['/.*T[ ]\([^ ]*\)conftest_external.*/!d;s//\1/p;q']`
|
|
|
|
|
],
|
|
|
|
@ -3555,7 +3555,7 @@ SYMBOL_PREFIX="$rb_cv_symbol_prefix"
|
|
|
|
|
test "x$SYMBOL_PREFIX" = xNONE && SYMBOL_PREFIX=''
|
|
|
|
|
DLNOBJ=dln.o
|
|
|
|
|
AC_ARG_ENABLE(dln,
|
|
|
|
|
AC_HELP_STRING([--disable-dln], [disable dynamic link feature]),
|
|
|
|
|
AS_HELP_STRING([--disable-dln], [disable dynamic link feature]),
|
|
|
|
|
[test "$enableval" = yes || DLNOBJ=dmydln.o])
|
|
|
|
|
AC_SUBST(DLNOBJ)
|
|
|
|
|
MINIDLNOBJ=dmydln.o
|
|
|
|
@ -3687,13 +3687,12 @@ AS_IF([test "${universal_binary-no}" = yes ], [
|
|
|
|
|
AC_CACHE_CHECK([for architecture macros], rb_cv_architecture_macros, [
|
|
|
|
|
mv confdefs.h confdefs1.h
|
|
|
|
|
: > confdefs.h
|
|
|
|
|
AC_TRY_COMPILE([@%:@if defined __`echo ${universal_archnames} |
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@if defined __`echo ${universal_archnames} |
|
|
|
|
|
sed 's/=[^ ]*//g;s/ /__ || defined __/g'`__
|
|
|
|
|
@%:@else
|
|
|
|
|
@%:@error
|
|
|
|
|
>>>>>><<<<<<
|
|
|
|
|
@%:@endif], [],
|
|
|
|
|
[
|
|
|
|
|
@%:@endif]], [[]])],[
|
|
|
|
|
rb_cv_architecture_macros=yes
|
|
|
|
|
mv -f confdefs1.h confdefs.h
|
|
|
|
|
], [
|
|
|
|
@ -3706,16 +3705,17 @@ AS_IF([test "${universal_binary-no}" = yes ], [
|
|
|
|
|
CFLAGS="$new_cflags -arch $archs"
|
|
|
|
|
archs="__${archs}__"
|
|
|
|
|
AC_MSG_CHECKING([for macro ${archs} on ${cpu}])
|
|
|
|
|
AC_TRY_COMPILE([@%:@ifndef ${archs}
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@ifndef ${archs}
|
|
|
|
|
@%:@error
|
|
|
|
|
@%:@endif], [], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
|
|
|
|
|
@%:@endif]], [[]])],
|
|
|
|
|
[AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
|
|
|
|
|
done
|
|
|
|
|
mv -f confdefs1.h confdefs.h
|
|
|
|
|
AC_MSG_ERROR([failed])
|
|
|
|
|
])])
|
|
|
|
|
AC_CACHE_CHECK(whether __ARCHITECTURE__ is available, rb_cv_architecture_available,
|
|
|
|
|
AC_TRY_COMPILE([@%:@include <stdio.h>
|
|
|
|
|
const char arch[[]] = __ARCHITECTURE__;], [puts(arch);],
|
|
|
|
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include <stdio.h>
|
|
|
|
|
const char arch[[]] = __ARCHITECTURE__;]], [[puts(arch);]])],
|
|
|
|
|
[rb_cv_architecture_available=yes], [rb_cv_architecture_available=no]))
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
@ -4118,7 +4118,7 @@ AC_CONFIG_FILES(Makefile:template/Makefile.in, [
|
|
|
|
|
[EXEEXT='$EXEEXT' MAKE='${MAKE-make}' gnumake='$gnumake' GIT='$GIT'])
|
|
|
|
|
|
|
|
|
|
AC_ARG_WITH([ruby-pc],
|
|
|
|
|
AC_HELP_STRING([--with-ruby-pc=FILENAME], [pc file basename]),
|
|
|
|
|
AS_HELP_STRING([--with-ruby-pc=FILENAME], [pc file basename]),
|
|
|
|
|
[ruby_pc="$withval"],
|
|
|
|
|
[ruby_pc="${RUBY_BASE_NAME}-${MAJOR}.${MINOR}.pc"])
|
|
|
|
|
AC_SUBST(ruby_pc)
|
|
|
|
|