Mercurial > hg > sonic-visualiser
changeset 2363:c56056a3dfb2 sv_v4.0pre2_deb_deploy
Wording
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 10:46:12 +0100 |
parents | 7dd8ebdc829f |
children | 82cf7cf4bfef |
files | configure configure.ac |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Oct 10 10:36:53 2019 +0100 +++ b/configure Thu Oct 10 10:46:12 2019 +0100 @@ -8723,11 +8723,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
--- a/configure.ac Thu Oct 10 10:36:53 2019 +0100 +++ b/configure.ac Thu Oct 10 10:46:12 2019 +0100 @@ -166,9 +166,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