libmpcdec: make sure config/compile is present

This commit is contained in:
Guilherme Lima Bernal 2014-06-24 19:25:47 -03:00
parent 4502898b42
commit 9812b2bede
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && aclocal
cd '$(1)' && libtoolize
cd '$(1)' && automake --add-missing
cd '$(1)' && autoreconf
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)