Mercurial > hg > sonic-visualiser
comparison configure.ac @ 1706:d60b30ea9b80 vext
Make configure use vext
author | Chris Cannam |
---|---|
date | Wed, 07 Jun 2017 09:00:47 +0100 |
parents | 3c5a87970daa |
children | a4da817dc221 |
comparison
equal
deleted
inserted
replaced
1705:c737c43d64af | 1706:d60b30ea9b80 |
---|---|
137 | 137 |
138 AC_CONFIG_FILES([config.pri]) | 138 AC_CONFIG_FILES([config.pri]) |
139 | 139 |
140 AC_OUTPUT | 140 AC_OUTPUT |
141 | 141 |
142 if ! ./vext install; then | |
143 AC_MSG_ERROR([vext failed to run]) | |
144 fi | |
145 | |
142 if ! $QMAKE -r sonic-visualiser.pro; then | 146 if ! $QMAKE -r sonic-visualiser.pro; then |
143 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) | 147 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) |
144 fi | 148 fi |
145 | 149 |
146 AC_MSG_NOTICE([ | 150 AC_MSG_NOTICE([ |