comparison configure.ac @ 318:3d129db143f4

Vext -> Repoint
author Chris Cannam
date Tue, 15 May 2018 15:30:38 +0100
parents 523f8f1789b4
children ba3c0e70b5dd
comparison
equal deleted inserted replaced
317:c3a3edc6c2f0 318:3d129db143f4
113 113
114 AC_CONFIG_FILES([config.pri]) 114 AC_CONFIG_FILES([config.pri])
115 115
116 AC_OUTPUT 116 AC_OUTPUT
117 117
118 if test -x vext ; then 118 if test -x repoint ; then
119 if test -d .hg -o -d .git ; then 119 if test -d .hg -o -d .git ; then
120 if ! ./vext install; then 120 if ! ./repoint install; then
121 AC_MSG_ERROR([Vext failed; please fix any reported errors and try again]) 121 AC_MSG_ERROR([Repoint failed; please fix any reported errors and try again])
122 fi 122 fi
123 else 123 else
124 AC_MSG_NOTICE([Vext executable found but not in an Hg or Git working-copy: not running it]) 124 AC_MSG_NOTICE([Repoint executable found but not in an Hg or Git working-copy: not running it])
125 if ! test -d vamp-plugin-sdk ; then 125 if ! test -d vamp-plugin-sdk ; then
126 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 126 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
127 fi 127 fi
128 fi 128 fi
129 else 129 else
130 AC_MSG_NOTICE([No Vext executable found: assuming external libraries are already here]) 130 AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here])
131 if ! test -d vamp-plugin-sdk ; then 131 if ! test -d vamp-plugin-sdk ; then
132 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 132 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
133 fi 133 fi
134 fi 134 fi
135 135