package hdf4: install missing autoconf filles

This commit is contained in:
Tony Theodore 2013-04-25 15:45:26 +10:00
parent 37673046fc
commit dea031d178
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ endef
define $(PKG)_BUILD
cd '$(1)' && $(LIBTOOLIZE) --force
cd '$(1)' && autoreconf && ./configure \
cd '$(1)' && autoreconf --install
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \
--disable-shared \