forked from Mirrors/freeswitch
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 <s.knoblich@axsentis.de>
This commit is contained in:
parent
52f4a73a56
commit
c18c2b1dc0
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue