From: Stefan Knoblich Date: Fri, 15 Jul 2011 15:10:03 +0000 (+0200) Subject: mod_soundtouch: Drop libtoolize call completely, autoreconf does all the magic needed X-Git-Tag: v1.2-rc1~108^2^2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c18c2b1dc0f77aff38c08cf0c7d2767fb9220d83;p=thirdparty%2Ffreeswitch.git mod_soundtouch: Drop libtoolize call completely, autoreconf does all the magic needed On second though (and after reading the code completely), these are the droids^W^W^W^Wthis is the solution we've been searching for... Signed-off-by: Stefan Knoblich --- diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 964f19ca1c..0100fdf494 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -16,7 +16,6 @@ $(SNDT_BUILD)/Makefile: $(SNDT_SRC) mkdir -p $(SNDT_BUILD) rm -rf $(SNDT_BUILD)/config/m4/* rm -rf $(SNDT_SRC)/config/m4/* - cd $(SNDT_SRC) && libtoolize -fi cd $(SNDT_SRC) && AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv cd ${SNDT_BUILD} && $(DEFAULT_VARS) $(SNDT_SRC)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(SNDT_SRC) ${TOUCH_TARGET}