]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_soundtouch: Drop libtoolize call completely, autoreconf does all the magic needed
authorStefan Knoblich <s.knoblich@axsentis.de>
Fri, 15 Jul 2011 15:10:03 +0000 (17:10 +0200)
committerStefan Knoblich <s.knoblich@axsentis.de>
Fri, 15 Jul 2011 15:10:03 +0000 (17:10 +0200)
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 <s.knoblich@axsentis.de>
src/mod/applications/mod_soundtouch/Makefile

index 964f19ca1c31bff042b8a0492b2dabb7001b59b7..0100fdf494646069fc3da48a273293a3022b03b3 100644 (file)
@@ -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}