Also run autoconf in the intl directory to pick up those changes

This commit is contained in:
Jeff Law 2020-07-20 16:51:51 -06:00
parent 88eeb4f3e0
commit 975647312a

View File

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