From 975647312ad6f2b320df35a983b8ffd898a6e7b8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 20 Jul 2020 16:51:51 -0600 Subject: [PATCH] Also run autoconf in the intl directory to pick up those changes --- mingw-binutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-binutils.spec b/mingw-binutils.spec index eaab51f..7c409af 100644 --- a/mingw-binutils.spec +++ b/mingw-binutils.spec @@ -155,7 +155,10 @@ understand Windows executables and DLLs. # in the subdirectories. So we just rebuild the ones we care # about pushd libiberty -autoreconf -ivf +autoconf +popd +pushd intl +autoconf popd # We call configure directly rather than via macros, thus if