Revision 105:fa09c8e155ec configure

View differences:

configure
8521 8521
fi
8522 8522

  
8523 8523

  
8524
if test -x vext ; then
8524
if test -x repoint ; then
8525 8525
   if test -d .hg -o -d .git ; then
8526
      if ! ./vext install; then
8527
         as_fn_error $? "Vext failed; please fix any reported errors and try again" "$LINENO" 5
8526
      if ! ./repoint install; then
8527
         as_fn_error $? "Repoint failed; please fix any reported errors and try again" "$LINENO" 5
8528 8528
      fi
8529 8529
   else
8530
      { $as_echo "$as_me:${as_lineno-$LINENO}: Vext executable found but not in an Hg or Git working-copy: not running it" >&5
8531
$as_echo "$as_me: Vext executable found but not in an Hg or Git working-copy: not running it" >&6;}
8530
      { $as_echo "$as_me:${as_lineno-$LINENO}: Repoint executable found but not in an Hg or Git working-copy: not running it" >&5
8531
$as_echo "$as_me: Repoint executable found but not in an Hg or Git working-copy: not running it" >&6;}
8532 8532
      if ! test -d vamp-plugin-sdk ; then
8533 8533
          { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
8534 8534
$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
8535 8535
      fi
8536 8536
   fi
8537 8537
else
8538
   { $as_echo "$as_me:${as_lineno-$LINENO}: No Vext executable found: assuming external libraries are already here" >&5
8539
$as_echo "$as_me: No Vext executable found: assuming external libraries are already here" >&6;}
8538
   { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external libraries are already here" >&5
8539
$as_echo "$as_me: No Repoint executable found: assuming external libraries are already here" >&6;}
8540 8540
   if ! test -d vamp-plugin-sdk ; then
8541 8541
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
8542 8542
$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}

Also available in: Unified diff