Fix bug #18302 with minor issues in the MSYS2/MinGW64 build.
commit0d880e737bea413b8dd2068f7c4110950929271a
authorKarol Ostrovsky <karol.ostrovsky@gmail.com>
Sat, 23 Aug 2014 08:48:30 +0000 (23 11:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Aug 2014 08:48:30 +0000 (23 11:48 +0300)
tree84aded133325f8b364a1374051eecad62adf161f
parent30f1ca3b9ac0f0e7a997e98829fd7c423f1334d0
Fix bug #18302 with minor issues in the MSYS2/MinGW64 build.

 configure.ac: Accept "*-mingw*", not just "*-mingw32", as
 canonical name of a MinGW build, because using MSYS2 'uname'
 produces "MINGW64".

 src/Makefile.in (emacs$(EXEEXT)): Retry deletion of bootstrap-emacs
 if the initial "rm -f" fails.  This is for MinGW builds, where
 MS-Windows will not allow deleting the executable file of a
 running program.
ChangeLog
configure.ac
src/ChangeLog
src/Makefile.in