tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 199cdc71dce1b1211db5af2e4c5f3cbee8e2b0bd
parent 2a0706bab36d2c5511eb4324b4909542fd7be306
Author: serge-sans-paille <sguelton@mozilla.com>
Date:   Tue, 25 Nov 2025 16:54:32 +0000

Bug 2002263 - Remove obsolete reference to m4 configuration files r=jcristau

The days of m4 are long gone

Differential Revision: https://phabricator.services.mozilla.com/D274003

Diffstat:
Mmoz.configure | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/moz.configure b/moz.configure @@ -999,7 +999,6 @@ def save_cache(build_environment, configure_cache): @depends(build_environment, build_project) @imports("__sandbox__") -@imports("glob") @imports(_from="os.path", _import="exists") def config_status_deps(build_env, build_project): topsrcdir = build_env.topsrcdir @@ -1031,7 +1030,6 @@ def config_status_deps(build_env, build_project): os.path.join(topsrcdir, "python", "sites", "mach.txt"), os.path.join(topsrcdir, "python", "mach", "mach", "site.py"), ] - + glob.glob(os.path.join(topsrcdir, "build", "autoconf", "*.m4")) )