package hdf4: install missing autoconf filles

pull/182/merge
Tony Theodore 11 years ago
parent 37673046fc
commit dea031d178

@ -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 \

Loading…
Cancel
Save