Mercurial > hg > sonic-visualiser
comparison configure @ 1706:d60b30ea9b80 vext
Make configure use vext
| author | Chris Cannam | 
|---|---|
| date | Wed, 07 Jun 2017 09:00:47 +0100 | 
| parents | 3c5a87970daa | 
| children | a4da817dc221 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 1705:c737c43d64af | 1706:d60b30ea9b80 | 
|---|---|
| 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 | |
| 8525 as_fn_error $? "vext failed to run" "$LINENO" 5 | |
| 8526 fi | |
| 8527 | |
| 8524 if ! $QMAKE -r sonic-visualiser.pro; then | 8528 if ! $QMAKE -r sonic-visualiser.pro; then | 
| 8525 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 8529 as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5 | 
| 8526 fi | 8530 fi | 
| 8527 | 8531 | 
| 8528 { $as_echo "$as_me:${as_lineno-$LINENO}: | 8532 { $as_echo "$as_me:${as_lineno-$LINENO}: | 
