--- linuxsampler/trunk/configure.ac 2014/05/24 06:43:29 2577 +++ linuxsampler/trunk/configure.ac 2014/05/24 06:43:45 2578 @@ -40,6 +40,7 @@ AC_DEFINE_UNQUOTED(LSCP_RELEASE_MAJOR, ${LSCP_RELEASE_MAJOR}, [LSCP spec major version this release complies with.]) AC_DEFINE_UNQUOTED(LSCP_RELEASE_MINOR, ${LSCP_RELEASE_MINOR}, [LSCP spec minor version this release complies with.]) +AM_INIT_AUTOMAKE([subdir-objects]) AC_PROG_CC AC_PROG_CXX AC_LIBTOOL_WIN32_DLL @@ -1324,7 +1325,6 @@ # Create Build Files AC_CONFIG_HEADERS([config.h]) -AM_INIT_AUTOMAKE([subdir-objects]) AC_LANG([C++])