From: Michal Bielicki - cypromis Date: Tue, 12 Jul 2011 15:14:36 +0000 (+0200) Subject: what works on centos6 does not have to work on centos5 again .. X-Git-Tag: v1.2-rc1~108^2^2~27^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a56aa89cc5e02b90299bdaa1c06b291cc2cb1497;p=thirdparty%2Ffreeswitch.git what works on centos6 does not have to work on centos5 again .. --- diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index c334525408..fa393fb0ea 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -17,7 +17,7 @@ $(SNDT_BUILD)/Makefile: $(SNDT_SRC) rm -rf $(SNDT_BUILD)/config/m4/* rm -rf $(SNDT_SRC)/config/m4/* cd $(SNDT_SRC) %% libtoolize -fisv - cd $(SNDT_SRC) && AUTOCONF="autoconf --add-missing --foreign --copy" AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv + 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}