Home | History | Annotate | Download | only in build-aux

Lines Matching refs:opt_mode

442     $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
468 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
475 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1103 opt_mode="$optarg"
1204 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1212 help="Try \`$progname --help --mode=$opt_mode' for more information."
2294 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2300 case $opt_mode in
2476 func_fatal_help "invalid operation mode \`$opt_mode'"
2491 for opt_mode in compile link execute install finish uninstall clean; do
2497 for opt_mode in compile link execute install finish uninstall clean; do
2646 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2765 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6800 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6898 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7550 if test "$opt_mode" != relink; then
8054 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8101 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8285 if test "$opt_mode" = relink; then
8457 if test "$opt_mode" = relink; then
8550 if test "$opt_mode" = relink; then
8562 if test "$opt_mode" = relink; then
9443 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9484 test "$opt_mode" = uninstall && odir="$dir"
9487 if test "$opt_mode" = clean; then
9520 case "$opt_mode" in
9566 if test "$opt_mode" = clean ; then
9617 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9620 test -z "$opt_mode" && {
9626 func_fatal_help "invalid operation mode \`$opt_mode'"