lame: re-add `autoreconf -i`

This commit is contained in:
darealshinji 2018-01-15 12:30:34 +01:00 committed by GitHub
parent 101cfd70ef
commit f24b97172e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
cd '$(BUILD_DIR)' && autoreconf -i && '$(SOURCE_DIR)/configure' \
$(MXE_CONFIGURE_OPTS) \
--disable-frontend \
--disable-gtktest