comparison configure @ 1707:a4da817dc221 vext

Use vext only if we are in a Mercurial checkout
author Chris Cannam
date Wed, 07 Jun 2017 09:54:57 +0100
parents d60b30ea9b80
children 41a64dc57066
comparison
equal deleted inserted replaced
1706:d60b30ea9b80 1707:a4da817dc221
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8520 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8520 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8521 fi 8521 fi
8522 8522
8523 8523
8524 if ! ./vext install; then 8524 if test -d .hg ; then
8525 as_fn_error $? "vext failed to run" "$LINENO" 5 8525 if ! ./vext install; then
8526 fi 8526 as_fn_error $? "Vext failed; please fix any reported errors and try again" "$LINENO" 5
8527 8527 fi
8528 fi
8528 if ! $QMAKE -r sonic-visualiser.pro; then 8529 if ! $QMAKE -r sonic-visualiser.pro; then
8529 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 8530 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
8530 fi 8531 fi
8531 8532
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: 8533 { $as_echo "$as_me:${as_lineno-$LINENO}: