From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4C54D1F466 for ; Sat, 18 Jan 2020 22:32:41 +0000 (UTC) Received: from localhost ([::1]:45432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iswe0-00080V-17 for normalperson@yhbt.net; Sat, 18 Jan 2020 17:32:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37507) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iswdw-00080C-1v for bug-gnulib@gnu.org; Sat, 18 Jan 2020 17:32:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iswdv-0006ke-5Q for bug-gnulib@gnu.org; Sat, 18 Jan 2020 17:32:36 -0500 Received: from mo6-p01-ob.smtp.rzone.de ([2a01:238:20a:202:5301::10]:23282) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iswdu-0006ii-Li for bug-gnulib@gnu.org; Sat, 18 Jan 2020 17:32:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1579386752; s=strato-dkim-0002; d=clisp.org; h=References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=dOvwjrVZE7lQSXNnYkB1Tvle6xPBjs/Y9vLtNPtFsfA=; b=oonAllbqslFiRlEZf4gJhwFz1i3TAuova6jzQ107kHZ/Qw4TiFpxE5FRoMyMACFNKv 6BGsnb5X6UdDKgpskjSJZCHU3tI0A2FcdvFA2ThxvaG41C3mEBgz45TjzN58BvtkYRJR R+9zQzEjy/Bo5GJT/IyfgM0TGR7JzrL3vr2r0vK+RbFbaFmhYOqKM6LRzknc/VXT9g8J XQFpuUgGJt4vPZQuHG37KkmtNe5/PHM7MYxFBRjR8GV527fDojTHtgfdqEsDCusiJY+N PqsCxMBrUV1rJaQRNS6uD4NG3KFNilsop+JiaIA5gu7yGY4NbEWDpKBtCf2Zdigu9+Z5 qyIw== X-RZG-AUTH: ":Ln4Re0+Ic/6oZXR1YgKryK8brlshOcZlIWs+iCP5vnk6shH+AHjwLuWOH6fzxfs=" X-RZG-CLASS-ID: mo00 Received: from bruno.haible.de by smtp.strato.de (RZmta 46.1.4 DYNA|AUTH) with ESMTPSA id z0b9d9w0IMWVisd (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (curve X9_62_prime256v1 with 256 ECDH bits, eq. 3072 bits RSA)) (Client did not present a certificate); Sat, 18 Jan 2020 23:32:31 +0100 (CET) From: Bruno Haible To: Paul Eggert Subject: Re: Messed up gl_COMPILER_PREPARE_CHECK_DECL Date: Sat, 18 Jan 2020 23:32:31 +0100 Message-ID: <10063835.Ka4g0JOJcJ@omega> User-Agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <2e5e5cba-8b76-ad55-15fc-e22a72f4f32d@cs.ucla.edu> References: <20200110151102.GA6823@aun.utmark.mea> <7822786.Q0zLdr4xnQ@omega> <2e5e5cba-8b76-ad55-15fc-e22a72f4f32d@cs.ucla.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a01:238:20a:202:5301::10 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: bug-gnulib@gnu.org Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" Paul Eggert wrote: > > Similar things would hold for lt~obsolete.m4 from libtool. > > Those particular problems occur only with file names that begin with '~'. Shell > tilde expansion applies only to leading '~' and 'ls' takes that into account > when quoting file names, so 'lt~obsolete.m4' should be immune. Ah, ok. I stand corrected. Bruno