package proj: invoke aclocal to avoid automake version conflicts

This commit is contained in:
Tony Theodore 2012-03-25 14:02:35 +11:00
parent ecf2e1f5d2
commit 1a2f5c3231
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoconf
cd '$(1)' && aclocal
cd '$(1)' && automake
cd '$(1)' && ./configure \
--host='$(TARGET)' \