comparison configure @ 1817:877331111b89

Merge from branch repoint
author Chris Cannam
date Tue, 15 May 2018 15:26:42 +0100
parents adc8a48f4e4c
children 714f8dad57bc
comparison
equal deleted inserted replaced
1815:ec7d4f243ffa 1817:877331111b89
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 8523 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8524 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 8524 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
8525 fi 8525 fi
8526 8526
8527 8527
8528 if test -x vext ; then 8528 if test -x repoint ; then
8529 if test -d .hg -o -d .git ; then 8529 if test -d .hg -o -d .git ; then
8530 if ! ./vext install; then 8530 if ! ./repoint install; then
8531 as_fn_error $? "Vext failed; please fix any reported errors and try again" "$LINENO" 5 8531 as_fn_error $? "Repoint failed; please fix any reported errors and try again" "$LINENO" 5
8532 fi 8532 fi
8533 else 8533 else
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: Vext executable found but not in an Hg or Git working-copy: not running it" >&5 8534 { $as_echo "$as_me:${as_lineno-$LINENO}: Repoint executable found but not in an Hg or Git working-copy: not running it" >&5
8535 $as_echo "$as_me: Vext executable found but not in an Hg or Git working-copy: not running it" >&6;} 8535 $as_echo "$as_me: Repoint executable found but not in an Hg or Git working-copy: not running it" >&6;}
8536 if ! test -d vamp-plugin-sdk ; then 8536 if ! test -d vamp-plugin-sdk ; then
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5 8537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
8538 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;} 8538 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
8539 fi 8539 fi
8540 fi 8540 fi
8541 else 8541 else
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: No Vext executable found: assuming external libraries are already here" >&5 8542 { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external libraries are already here" >&5
8543 $as_echo "$as_me: No Vext executable found: assuming external libraries are already here" >&6;} 8543 $as_echo "$as_me: No Repoint executable found: assuming external libraries are already here" >&6;}
8544 if ! test -d vamp-plugin-sdk ; then 8544 if ! test -d vamp-plugin-sdk ; then
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5 8545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
8546 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;} 8546 $as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
8547 fi 8547 fi
8548 fi 8548 fi