From: Michal Bielicki Date: Mon, 11 Jul 2011 23:25:31 +0000 (+0200) Subject: autoheadache done badly suxx X-Git-Tag: v1.2-rc1~108^2^2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60eef72a322a9662671d40ea5db3a009152ddf48;p=thirdparty%2Ffreeswitch.git autoheadache done badly suxx --- 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)