gecko-dev/build/autoconf
Mike Hommey 309747f4ab Bug 1902214 - Don't try to convert arguments from /ARG form to -ARG form. r=firefox-build-system-reviewers,sergesanspaille
Back when this was done, we had some trouble with make calling commands
through the shell instead of via CreateProcess on Windows, which made
the intermediate shell replace /ARG with c:\path\to\msys\ARG paths,
which didn't end up well.

This however doesn't happen anymore, so we can get rid of the hack.

That leaves us with only the backslash problem, but because it's a windows
problem, rather than being related to the compiler being clang-cl, we also
fix the condition under which we make the switch to forward slashes.

Differential Revision: https://phabricator.services.mozilla.com/D213538
2024-06-14 01:59:05 +00:00
..
acgeneral.m4 Bug 1793001 - s/egrep/grep -E/ r=ahochheiden 2024-01-17 14:37:17 +00:00
acoldnames.m4
acspecific.m4 Bug 1793001 - s/egrep/grep -E/ r=ahochheiden 2024-01-17 14:37:17 +00:00
altoptions.m4
arch.m4
autoconf.m4
autoconf.sh
clang-plugin.m4 Bug 1902214 - Don't try to convert arguments from /ARG form to -ARG form. r=firefox-build-system-reviewers,sergesanspaille 2024-06-14 01:59:05 +00:00
compiler-opts.m4 Bug 1896116 - Move icf check code to moz.configure r=glandium 2024-06-10 13:09:50 +00:00
config.guess Bug 1888283 - Refresh config.guess and config.sub from upstream. r=firefox-build-system-reviewers,ahochheiden 2024-03-28 20:58:32 +00:00
config.status.m4
config.sub Bug 1888283 - Refresh config.guess and config.sub from upstream. r=firefox-build-system-reviewers,ahochheiden 2024-03-28 20:58:32 +00:00
hooks.m4
install-sh
mozheader.m4
mozprog.m4
sanitize.m4 Backed out changeset c2a2934db74e (bug 1900540) for causing Bp bustage related to buildid.cpp. CLOSED TREE. 2024-06-14 02:33:42 +03:00
toolchain.m4 Bug 1897973 - Move MOZ_TOOL_VARIABLES from old-configure to moz.configure r=glandium 2024-06-04 09:42:13 +00:00