]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool.m4: Fix '-Fe' usage with linking in MSVC
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 13 Nov 2024 17:37:10 +0000 (19:37 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 15:36:28 +0000 (17:36 +0200)
commit6bc5e177b6caa14078cf4315da50c874493bf8c3
treeba294d962728b972a47ae97f6bc7137409ed0e3c
parent4ba29e983ce6d4d49a6730c296400677bdbad679
libtool.m4: Fix '-Fe' usage with linking in MSVC

A space after '-Fe' treats a file name as an input file instead of
as the intended output file.

* m4/libtool.m4: Remove space after '-Fe'.
* NO-THANKS: Add Kirill Makurin for bug report 74175.
* NEWS: Update.
NEWS
NO-THANKS
m4/libtool.m4