comparison configure.ac @ 2363:c56056a3dfb2 sv_v4.0pre2_deb_deploy

Wording
author Chris Cannam
date Thu, 10 Oct 2019 10:46:12 +0100
parents 4d2a94af1cf6
children 7bf8a0179e32
comparison
equal deleted inserted replaced
2362:7dd8ebdc829f 2363:c56056a3dfb2
164 if ! test -d vamp-plugin-sdk ; then 164 if ! test -d vamp-plugin-sdk ; then
165 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 165 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
166 fi 166 fi
167 fi 167 fi
168 else 168 else
169 AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here]) 169 AC_MSG_NOTICE([No Repoint executable found: assuming external components are already here])
170 if ! test -d vamp-plugin-sdk ; then 170 if ! test -d vamp-plugin-sdk ; then
171 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 171 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external components might not have been updated])
172 fi 172 fi
173 fi 173 fi
174 174
175 if ! $QMAKE -r sonic-visualiser.pro; then 175 if ! $QMAKE -r sonic-visualiser.pro; then
176 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) 176 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])