comparison configure.ac @ 1808:adc8a48f4e4c repoint

Vext -> Repoint. Let's see how this goes.
author Chris Cannam
date Wed, 09 May 2018 13:28:55 +0100
parents 9db7ad441ea6
children 714f8dad57bc
comparison
equal deleted inserted replaced
1807:dc4e6eb475ed 1808:adc8a48f4e4c
141 141
142 AC_CONFIG_FILES([config.pri]) 142 AC_CONFIG_FILES([config.pri])
143 143
144 AC_OUTPUT 144 AC_OUTPUT
145 145
146 if test -x vext ; then 146 if test -x repoint ; then
147 if test -d .hg -o -d .git ; then 147 if test -d .hg -o -d .git ; then
148 if ! ./vext install; then 148 if ! ./repoint install; then
149 AC_MSG_ERROR([Vext failed; please fix any reported errors and try again]) 149 AC_MSG_ERROR([Repoint failed; please fix any reported errors and try again])
150 fi 150 fi
151 else 151 else
152 AC_MSG_NOTICE([Vext executable found but not in an Hg or Git working-copy: not running it]) 152 AC_MSG_NOTICE([Repoint executable found but not in an Hg or Git working-copy: not running it])
153 if ! test -d vamp-plugin-sdk ; then 153 if ! test -d vamp-plugin-sdk ; then
154 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 154 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
155 fi 155 fi
156 fi 156 fi
157 else 157 else
158 AC_MSG_NOTICE([No Vext executable found: assuming external libraries are already here]) 158 AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here])
159 if ! test -d vamp-plugin-sdk ; then 159 if ! test -d vamp-plugin-sdk ; then
160 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 160 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
161 fi 161 fi
162 fi 162 fi
163 163