gettext: fix build on Debian Stretch (which ships with automake 1.15)

This commit is contained in:
Kleis Auke Wolthuizen 2019-07-08 23:21:29 +02:00 committed by Mark Brand
parent 917a73d31d
commit be18244bc7
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(SOURCE_DIR)' && autoreconf -fi
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/gettext-runtime/configure' \
$(MXE_CONFIGURE_OPTS) \
--enable-threads=win32 \
@ -36,6 +37,7 @@ define $(PKG)_BUILD
endef
define $(PKG)_BUILD_$(BUILD)
cd '$(SOURCE_DIR)' && autoreconf -fi
# build and install the library
cd '$(BUILD_DIR)' && $(SOURCE_DIR)/configure \
$(MXE_CONFIGURE_OPTS)