comparison configure.ac @ 531:12d36dcfbbfb

Vext -> Repoint
author Chris Cannam
date Tue, 15 May 2018 15:37:23 +0100
parents 9fc762aafd01
children f55363ecc57d
comparison
equal deleted inserted replaced
530:9cf6bfe02a46 531:12d36dcfbbfb
120 120
121 AC_CONFIG_FILES([config.pri]) 121 AC_CONFIG_FILES([config.pri])
122 122
123 AC_OUTPUT 123 AC_OUTPUT
124 124
125 if test -x vext ; then 125 if test -x repoint ; then
126 if test -d .hg -o -d .git ; then 126 if test -d .hg -o -d .git ; then
127 if ! ./vext install; then 127 if ! ./repoint install; then
128 AC_MSG_ERROR([Vext failed; please fix any reported errors and try again]) 128 AC_MSG_ERROR([Repoint failed; please fix any reported errors and try again])
129 fi 129 fi
130 else 130 else
131 AC_MSG_NOTICE([Vext executable found but not in an Hg or Git working-copy: not running it]) 131 AC_MSG_NOTICE([Repoint executable found but not in an Hg or Git working-copy: not running it])
132 if ! test -d vamp-plugin-sdk ; then 132 if ! test -d vamp-plugin-sdk ; then
133 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 133 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
134 fi 134 fi
135 fi 135 fi
136 else 136 else
137 AC_MSG_NOTICE([No Vext executable found: assuming external libraries are already here]) 137 AC_MSG_NOTICE([No Repoint executable found: assuming external libraries are already here])
138 if ! test -d vamp-plugin-sdk ; then 138 if ! test -d vamp-plugin-sdk ; then
139 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated]) 139 AC_MSG_WARN([No vamp-plugin-sdk directory present, so external libraries might not have been updated])
140 fi 140 fi
141 fi 141 fi
142 142