From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93739 invoked by alias); 19 Oct 2016 08:01:07 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 93730 invoked by uid 89); 19 Oct 2016 08:01:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Wed X-HELO: mail-oi0-f42.google.com Received: from mail-oi0-f42.google.com (HELO mail-oi0-f42.google.com) (209.85.218.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Oct 2016 08:00:57 +0000 Received: by mail-oi0-f42.google.com with SMTP id t73so21648478oie.1 for ; Wed, 19 Oct 2016 01:00:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=hRANa+P9ey11JHcn1f6d7xHigfOjvHtnJGQ9i4tGOyU=; b=ci6FSUWb4u6FOgxLmpbX4lWVcb6J7OWfIWiwCSOCSC/e7/PEwOfalFlC1m7mhBT+Qq W+a8BbRyiEkJi+mQhL2p4xP/yPAIgfS9BVUHwklwfWdoH48f5Z8Rk5FJrfNfWrwjV4kY mOdBB8i+K8idrtHRPIV9jBx3XTfBO08mA0AaXZsWkOp7Au29pgSWNFx5m+MQ6rckOL7g hvRlIWRSaUsrXwVT5MpAWkxxQvx1zLkTBWptbf7vdUPaO3AVlk3lJYb9z6mj8gu/YsB1 Fs53DXjTlo6UA91ivUQWMvrCmnrC+9f+6O7eYKkVemT1cTMeqHu453AxiHIHGyu7t6Ac j4Hg== X-Gm-Message-State: AA6/9Rl6WUUh6K8lcVzxh2pv9qVdl4by5c2RmeWkwIdI/Bc24Qv122PhnR56YPh0Sk2URXcSUOanaEPRZX84zw== X-Received: by 10.157.39.170 with SMTP id c39mr2860175otb.246.1476864055691; Wed, 19 Oct 2016 01:00:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.193.5 with HTTP; Wed, 19 Oct 2016 01:00:55 -0700 (PDT) In-Reply-To: References: From: Yao Qi Date: Wed, 19 Oct 2016 08:01:00 -0000 Message-ID: Subject: Re: spurious change regenerating gdb/config.in? To: Pedro Alves Cc: GDB Patches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00559.txt.bz2 On Wed, Oct 19, 2016 at 1:09 AM, Pedro Alves wrote: > This is with pristine FSF autoconf 2.64. I suspect this is > just because the config.in in master was generated by some > other autoconf version. To confirm, does anyone else > see this? Yes, I see this. --=20 Yao (=E9=BD=90=E5=B0=A7)