comparison configure.ac @ 611:08859cbcd879

Wording
author Chris Cannam
date Thu, 10 Oct 2019 10:46:44 +0100
parents f52766aa747b
children
comparison
equal deleted inserted replaced
610:287b7b349a8a 611:08859cbcd879
146 if ! test -d vamp-plugin-sdk ; then 146 if ! test -d vamp-plugin-sdk ; then
147 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 147 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
148 fi 148 fi
149 fi 149 fi
150 else 150 else
151 AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here]) 151 AC_MSG_NOTICE([No Repoint executable found: assuming external components are already here])
152 if ! test -d vamp-plugin-sdk ; then 152 if ! test -d vamp-plugin-sdk ; then
153 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 153 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external components might not have been updated])
154 fi 154 fi
155 fi 155 fi
156 156
157 if ! $QMAKE -r tony.pro; then 157 if ! $QMAKE -r tony.pro; then
158 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) 158 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])