what works on centos6 does not have to work on centos5
This commit is contained in:
parent
a1433bd053
commit
1a315f34ec
|
@ -14,6 +14,8 @@ $(SNDT_SRC):
|
|||
|
||||
$(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 -fisv
|
||||
cd $(SNDT_SRC) && AUTOCONF="autoconf --add-missing --foreign --copy" AUTOMAKE="automake --add-missing --foreign --copy" autoreconf -fisv
|
||||
cd ${SNDT_BUILD} && $(DEFAULT_VARS) $(SNDT_SRC)/configure $(DEFAULT_ARGS) --enable-integer-samples --srcdir=$(SNDT_SRC)
|
||||
|
|
Loading…
Reference in New Issue