Home
last modified time | relevance | path

Searched refs:have_mktemp_command (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDgccbug.in85 if [ @have_mktemp_command@ = yes ]; then
HDconfigure7573 if test -n "$have_mktemp_command"; then
7574 ac_cv_prog_have_mktemp_command="$have_mktemp_command" # Let the user override the test.
7593 have_mktemp_command=$ac_cv_prog_have_mktemp_command
7594 if test -n "$have_mktemp_command"; then
7595 echo "$as_me:$LINENO: result: $have_mktemp_command" >&5
7596 echo "${ECHO_T}$have_mktemp_command" >&6
17200 s,@have_mktemp_command@,$have_mktemp_command,;t t
HDconfigure.ac873 AC_CHECK_PROG(have_mktemp_command, mktemp, yes, no)