comparison configure.ac @ 2366:bf5eadde7e7a

Merge
author Chris Cannam
date Thu, 10 Oct 2019 14:31:24 +0100
parents c56056a3dfb2
children 7bf8a0179e32
comparison
equal deleted inserted replaced
2365:446006ea9099 2366:bf5eadde7e7a
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"])