Revision 105:fa09c8e155ec configure.ac
| configure.ac | ||
|---|---|---|
| 139 | 139 |
|
| 140 | 140 |
AC_OUTPUT |
| 141 | 141 |
|
| 142 |
if test -x vext ; then
|
|
| 142 |
if test -x repoint ; then
|
|
| 143 | 143 |
if test -d .hg -o -d .git ; then |
| 144 |
if ! ./vext install; then
|
|
| 145 |
AC_MSG_ERROR([Vext failed; please fix any reported errors and try again])
|
|
| 144 |
if ! ./repoint install; then
|
|
| 145 |
AC_MSG_ERROR([Repoint failed; please fix any reported errors and try again])
|
|
| 146 | 146 |
fi |
| 147 | 147 |
else |
| 148 |
AC_MSG_NOTICE([Vext executable found but not in an Hg or Git working-copy: not running it])
|
|
| 148 |
AC_MSG_NOTICE([Repoint executable found but not in an Hg or Git working-copy: not running it])
|
|
| 149 | 149 |
if ! test -d vamp-plugin-sdk ; then |
| 150 | 150 |
AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) |
| 151 | 151 |
fi |
| 152 | 152 |
fi |
| 153 | 153 |
else |
| 154 |
AC_MSG_NOTICE([No Vext executable found: assuming external libraries are already here])
|
|
| 154 |
AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here])
|
|
| 155 | 155 |
if ! test -d vamp-plugin-sdk ; then |
| 156 | 156 |
AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) |
| 157 | 157 |
fi |
Also available in: Unified diff