diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index a28d76a2f7..a20ed19c67 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -12,7 +12,7 @@ include $(BASE)/build/modmake.rules $(BUILD_DIRECTORY)/Makefile $(BUILD_DIRECTORY)/config.status: $(GETLIB) $(VERSION).tar.gz mkdir -p $(BUILD_DIRECTORY) - cd $(BUILD_DIRECTORY) && libtoolize --force && automake && autoreconf -if + cd $(BUILD_DIRECTORY) && ./bootstrap $(DEFAULT_VARS) $(DIRECTORY)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(DIRECTORY) $(TOUCH_TARGET)