--- linuxsampler/trunk/configure.ac 2014/05/24 06:43:45 2578 +++ linuxsampler/trunk/configure.ac 2014/05/30 12:48:05 2581 @@ -3,7 +3,7 @@ m4_define(linuxsampler_release_major, 1) m4_define(linuxsampler_release_minor, 0) -m4_define(linuxsampler_release_build, 0.svn40) +m4_define(linuxsampler_release_build, 0.svn41) AC_INIT([linuxsampler],[linuxsampler_release_major.linuxsampler_release_minor.linuxsampler_release_build]) @@ -45,6 +45,7 @@ AC_PROG_CXX AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL +AC_PROG_LEX AC_PROG_YACC AC_SUBST(SHLIB_VERSION_ARG) @@ -1358,6 +1359,7 @@ src/hostplugins/lv2/manifest.ttl \ src/hostplugins/vst/Makefile \ src/hostplugins/au/Makefile \ + src/scriptvm/Makefile \ src/shell/Makefile \ linuxsampler.spec \ debian/Makefile \