Lines Matching +full:runs +full:- +full:on
3 dnl Test for the presence of a DMD-compatible D2 compiler, and (optionally)
4 dnl specified modules on the import path.
7 dnl dmd command tested. Otherwise, a hard-coded list will be used.
9 dnl After AX_DMD runs, the shell variables "success" and "ax_dmd" are set to
11 dnl "dmd_optlink" will be set to "yes" or "no" depending on whether OPTLINK is
13 dnl directory separator to use when passing -of to DMD (OPTLINK requires a
21 dnl @version 2011-05-31
33 dnl Hard-coded default commands to test.
37 if test -n "$DMD" ; then
68 # Test whether OPTLINK is used by trying if DMD accepts -L/? without
72 echo "Running \”$DMD -L/? configtest_ax_dmd.d\"" >&AS_MESSAGE_LOG_FD
73 if $DMD -L/? configtest_ax_dmd.d >&AS_MESSAGE_LOG_FD 2>&1 ; then
87 rm -f configtest_ax_dmd*
98 if $DMD -c configtest_ax_dmd.d >&AS_MESSAGE_LOG_FD 2>&1 ; then
106 rm -f configtest_ax_dmd*