Revision 332:ec48dd2cde26

View differences:

configure
8721 8721
      fi
8722 8722
   fi
8723 8723
else
8724
   { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external libraries are already here" >&5
8725
$as_echo "$as_me: No Repoint executable found: assuming external libraries are already here" >&6;}
8724
   { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external components are already here" >&5
8725
$as_echo "$as_me: No Repoint executable found: assuming external components are already here" >&6;}
8726 8726
   if ! test -d vamp-plugin-sdk ; then
8727
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5
8728
$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;}
8727
      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external components might not have been updated" >&5
8728
$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external components might not have been updated" >&2;}
8729 8729
   fi
8730 8730
fi
8731 8731

  
configure.ac
164 164
      fi
165 165
   fi
166 166
else
167
   AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here])
167
   AC_MSG_NOTICE([No Repoint executable found: assuming external components are already here])
168 168
   if ! test -d vamp-plugin-sdk ; then
169
      AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
169
      AC_MSG_WARN([No vamp-plugin-sdk directory present, so external components might not have been updated])
170 170
   fi
171 171
fi
172 172

  

Also available in: Unified diff