From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 80F62385840B; Tue, 8 Nov 2022 13:07:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 80F62385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667912871; bh=dH2tDLsEbM367FiWT914uotz7NcVK7kvl0o6KjfptAM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v5GQ3Q/Tfma3+39ZfvUvue8iaGtOAnRod6jx7v3L5cV6sIXzm3InLKUm6nYa0LkP4 QuNl3wLXzLN0t1H121b706VlzrkCnsj25JH9MF2eNYkq5qNOFeQUEpYDamTUwwhs9I W+b9WS+RqoWkSgCP7zUoav6Mrye9Vht/A8IGjT3A= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug modula2/107233] gm2 build hardcodes python3 Date: Tue, 08 Nov 2022 13:07:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: modula2 X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gaius at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107233 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Gaius Mulley --- > Now fixed. configure.ac tests for python3 and Make-lang.in only invokes > python3 if it were found. Confirmed on i386-pc-solaris2.11 (Solaris 11.3). However, I still think using AM_PATH_PYTHON as I've suggested initially to handle systems that *do* have Python 3, but by another name (python3.4 here). Right now, only a couple of .texi files are missing, though, so the effect of staying with you solution is minor. I don't know if this will change in the future if more depends on a working Python 3 installation. Thanks. Rainer=