what works on centos6 does not have to work on centos5 again ..
This commit is contained in:
parent
0de51f9829
commit
a56aa89cc5
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue