From c18c2b1dc0f77aff38c08cf0c7d2767fb9220d83 Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 15 Jul 2011 17:10:03 +0200 Subject: [PATCH] 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 --- src/mod/applications/mod_soundtouch/Makefile | 1 - 1 file changed, 1 deletion(-) 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}