]> git.eshelyaron.com Git - emacs.git/commit
Fix MS-Windows build as followup to pdumper executable lookup
authorEli Zaretskii <eliz@gnu.org>
Mon, 24 Jun 2019 17:06:34 +0000 (20:06 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 24 Jun 2019 17:06:34 +0000 (20:06 +0300)
commit9f5f5ae6386fe1ea9f31bd760d7ffd293d274502
treeca27cef4db5fd9e02be339e8a8765b5c8dfe9342
parent38502cd44d58a92f378b0e6915a5360f32f6f1ab
Fix MS-Windows build as followup to pdumper executable lookup

* src/w32.c (w32_my_exename): New function.
* src/w32.h (w32_my_exename): Add prototype.
* src/emacs.c (load_pdump_find_executable) [WINDOWSNT]: Find
the actual file name of the program without looking along
PATH, by calling w32_my_exename.

* nt/mingw-cfg.site (ac_cv_func_canonicalize_file_name)
(ac_cv_func_realpath, gl_cv_func_realpath_works): Disable
testing.
* nt/gnulib-cfg.mk (OMIT_GNULIB_MODULE_canonicalize-lgpl): Set
to true.
nt/gnulib-cfg.mk
nt/mingw-cfg.site
src/emacs.c
src/w32.c
src/w32.h