mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update for autoconf 2.70
This commit is contained in:
parent
414438688f
commit
c32375883a
Notes:
git
2021-01-18 18:15:52 +09:00
14 changed files with 143 additions and 144 deletions
|
@ -12,7 +12,7 @@ _PROBES
|
|||
$DTRACE ${DTRACE_OPT} -h -o conftest_provider.h -s conftest_provider.d >/dev/null 2>/dev/null &&
|
||||
:
|
||||
}], [
|
||||
AC_TRY_COMPILE([@%:@include "conftest_provider.h"], [CONFTEST_FIRE();], [
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[@%:@include "conftest_provider.h"]], [[CONFTEST_FIRE();]])],[
|
||||
AS_IF([{
|
||||
cp -p conftest.${ac_objext} conftest.${ac_objext}.save &&
|
||||
$DTRACE ${DTRACE_OPT} -G -s conftest_provider.d conftest.${ac_objext} 2>/dev/null &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue