Mercurial > hg > sonic-visualiser
comparison configure.ac @ 1707:a4da817dc221 vext
Use vext only if we are in a Mercurial checkout
author | Chris Cannam |
---|---|
date | Wed, 07 Jun 2017 09:54:57 +0100 |
parents | d60b30ea9b80 |
children | 41a64dc57066 |
comparison
equal
deleted
inserted
replaced
1706:d60b30ea9b80 | 1707:a4da817dc221 |
---|---|
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 | 142 if test -d .hg ; then |
143 AC_MSG_ERROR([vext failed to run]) | 143 if ! ./vext install; then |
144 AC_MSG_ERROR([Vext failed; please fix any reported errors and try again]) | |
145 fi | |
144 fi | 146 fi |
145 | |
146 if ! $QMAKE -r sonic-visualiser.pro; then | 147 if ! $QMAKE -r sonic-visualiser.pro; then |
147 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) | 148 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) |
148 fi | 149 fi |
149 | 150 |
150 AC_MSG_NOTICE([ | 151 AC_MSG_NOTICE([ |