From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by sourceware.org (Postfix) with ESMTPS id E60153858D37 for ; Sun, 9 Oct 2022 17:27:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E60153858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend03.mail.m-online.net (unknown [192.168.6.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4Mlps16RJsz1r153; Sun, 9 Oct 2022 19:27:33 +0200 (CEST) Received: from localhost (dynscan3.mnet-online.de [192.168.6.84]) by mail.m-online.net (Postfix) with ESMTP id 4Mlps145twz1qqlR; Sun, 9 Oct 2022 19:27:33 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan3.mail.m-online.net [192.168.6.84]) (amavisd-new, port 10024) with ESMTP id 8L2Khd_NAoFj; Sun, 9 Oct 2022 19:27:32 +0200 (CEST) X-Auth-Info: auI455/eorZG+QuakMdG5FtSaq+FHwJmWeUMRolMuRJTknUq5AW/+X0t/pDUrVTf Received: from igel.home (dynamic-046-114-209-028.46.114.pool.telefonica.de [46.114.209.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Sun, 9 Oct 2022 19:27:32 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 711BB2C2604; Sun, 9 Oct 2022 19:27:31 +0200 (CEST) From: Andreas Schwab To: Tom de Vries via Gcc-patches Cc: Tom de Vries Subject: Re: [PATCH] Add --without-makeinfo References: <20221004152132.GA1906@delia.home> X-Yow: Two with FLUFFO, hold th' BEETS..side of SOYETTES! Date: Sun, 09 Oct 2022 19:27:31 +0200 In-Reply-To: <20221004152132.GA1906@delia.home> (Tom de Vries via Gcc-patches's message of "Tue, 4 Oct 2022 17:21:33 +0200") Message-ID: <877d183o1o.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Okt 04 2022, Tom de Vries via Gcc-patches wrote: > diff --git a/configure.ac b/configure.ac > index 0152c69292e..e4a2c076674 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -3441,6 +3441,9 @@ case " $build_configdirs " in > esac > > AC_CHECK_PROGS([MAKEINFO], makeinfo, [$MISSING makeinfo]) > +if test $with_makeinfo = "no"; then Quoting is backwards. You should quote the variable substitution, not the literal. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."