build: Run autoreconf in the container.

CW-Bug-Id: #15810
This commit is contained in:
Zebediah Figura 2021-09-06 12:24:43 -05:00 committed by Arkadiusz Hiler
parent 4aac973ecf
commit 44d9fb94b2
2 changed files with 7 additions and 6 deletions

View file

@ -669,11 +669,7 @@ $(eval $(call rules-source,wine,$(SRCDIR)/wine))
$(eval $(call rules-autoconf,wine,32))
$(eval $(call rules-autoconf,wine,64))
$(WINE_SRC)/configure: $(SRCDIR)/wine/configure.ac | $(OBJ)/.wine-source
cd $(WINE_SRC) && autoreconf -fi
touch $@
$(OBJ)/.wine-post-source: $(WINE_SRC)/configure
$(OBJ)/.wine-post-source:
cd $(WINE_SRC) && tools/make_requests
touch $@