mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
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:
parent
b9b9f91b7c
commit
04bbfbe56f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue