Fix build-aux files not being generated under 'mps' subdirectory

* autogen.sh (do_autoconf): Copy build-aux files to the 'mps'
subdirectory as well, to keep them in sync with Gnulib.
This commit is contained in:
Eli Zaretskii 2026-05-24 16:40:20 +03:00
parent b9b9f91b7c
commit 04bbfbe56f

View file

@ -284,6 +284,7 @@ Please report any problems with this script to bug-gnu-emacs@gnu.org .'
# Restore config.guess etc. in build-aux, and copy them to exec.
for file in config.guess config.sub install-sh; do
cp build-aux/$file.tmp exec/$file &&
cp build-aux/$file.tmp mps/tool/autoconf/build-aux/$file &&
mv build-aux/$file.tmp build-aux/$file || exit
done
fi