swesterfeld / spectmorph

SpectMorph: spectral audio morphing
http://www.spectmorph.org
GNU Lesser General Public License v2.1
64 stars 5 forks source link

Configure script error #17

Closed thoth-amon closed 1 year ago

thoth-amon commented 1 year ago

running the configure script shows the following error

./configure: line 21159: syntax error near unexpected token `ext'
./configure: line 21159: `AX_CXX_COMPILE_STDCXX_14(ext)'

This is fixed by the changing (ext) to [ext] in the configure.ac file.

thoth-amon commented 1 year ago

Apologies, my bad. I found the project via a link to this github from libreav. I've just seen you have a website with better working versions without this problem.