Lines Matching refs:configure
26 local configure="$1"
32 echo "=== configure $configure $@ ==="
33 if ! $configure $@; then
34 echo "== ERROR: configure failed, config.log =="
45 run_configure ./configure $CONFIGURE_OPTS_IN_TREE --prefix=$prefix $@
52 run_configure $SRC_DIR/configure $CONFIGURE_OPTS_OUT_TREE $@
153 -c CC Define compiler (\$CC variable), needed only for configure step
157 to --prefix option of configure script. For out-of-tree build is this
164 -t TYPE Specify build type, default: $DEFAULT_BUILD, only for configure step
177 configure run only 'configure'
184 Default configure options:
188 configure options can extend the default with \$CONFIGURE_OPT_EXTRA environment variable
209 autotools|configure|build|test|test-c|test-shell|install) run="$OPTARG";;
226 if [ -z "$run" -o "$run" = "configure" ]; then