# HG changeset patch # User Chris Cannam # Date 1570700804 -3600 # Node ID 08859cbcd87910d2bfd8bd78628f5e81ba2292f8 # Parent 287b7b349a8a8ca00ff1383906b6c8e949180484 Wording diff -r 287b7b349a8a -r 08859cbcd879 configure --- a/configure Wed Oct 09 15:01:41 2019 +0100 +++ b/configure Thu Oct 10 10:46:44 2019 +0100 @@ -8619,11 +8619,11 @@ fi fi else - { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external libraries are already here" >&5 -$as_echo "$as_me: No Repoint executable found: assuming external libraries are already here" >&6;} + { $as_echo "$as_me:${as_lineno-$LINENO}: No Repoint executable found: assuming external components are already here" >&5 +$as_echo "$as_me: No Repoint executable found: assuming external components are already here" >&6;} if ! test -d vamp-plugin-sdk ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&5 -$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external libraries might not have been updated" >&2;} + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No vamp-plugin-sdk directory present, so external components might not have been updated" >&5 +$as_echo "$as_me: WARNING: No vamp-plugin-sdk directory present, so external components might not have been updated" >&2;} fi fi diff -r 287b7b349a8a -r 08859cbcd879 configure.ac --- a/configure.ac Wed Oct 09 15:01:41 2019 +0100 +++ b/configure.ac Thu Oct 10 10:46:44 2019 +0100 @@ -148,9 +148,9 @@ fi fi else - AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here]) + AC_MSG_NOTICE([No Repoint executable found: assuming external components are already here]) if ! test -d vamp-plugin-sdk ; then - AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) + AC_MSG_WARN([No vamp-plugin-sdk directory present, so external components might not have been updated]) fi fi