From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43686 invoked by alias); 15 Jun 2018 15:38:00 -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 43536 invoked by uid 89); 15 Jun 2018 15:37:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,KAM_NUMSUBJECT,SPF_PASS autolearn=unavailable version=3.3.2 spammy= X-HELO: sessmg22.ericsson.net Received: from sessmg22.ericsson.net (HELO sessmg22.ericsson.net) (193.180.251.58) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Jun 2018 15:37:58 +0000 Received: from ESESSHC007.ericsson.se (Unknown_Domain [153.88.183.39]) by sessmg22.ericsson.net (Symantec Mail Security) with SMTP id 71.7D.31169.05DD32B5; Fri, 15 Jun 2018 17:37:53 +0200 (CEST) Received: from ESESBMB504.ericsson.se (153.88.183.171) by ESESSHC007.ericsson.se (153.88.183.39) with Microsoft SMTP Server (TLS) id 14.3.382.0; Fri, 15 Jun 2018 17:37:36 +0200 Received: from ESESBMB504.ericsson.se (153.88.183.171) by ESESBMB504.ericsson.se (153.88.183.171) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 15 Jun 2018 17:37:36 +0200 Received: from NAM02-BL2-obe.outbound.protection.outlook.com (153.88.183.157) by ESESBMB504.ericsson.se (153.88.183.171) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3 via Frontend Transport; Fri, 15 Jun 2018 17:37:36 +0200 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=simon.marchi@ericsson.com; Received: from [142.133.60.240] (192.75.88.130) by BYAPR15MB2389.namprd15.prod.outlook.com (2603:10b6:a02:8c::29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.863.19; Fri, 15 Jun 2018 15:37:33 +0000 Subject: Re: [PATCH 1/2] Bump to autoconf 2.69 and automake 1.15.1 To: Nick Clifton , Simon Marchi , , References: <20180615004309.29913-1-simon.marchi@polymtl.ca> <2845ca26-32ad-5b7f-0872-bff6c062cbe0@redhat.com> <2b426b3a-2010-872e-f5fe-4d2d3092a63b@redhat.com> From: Simon Marchi Message-ID: <4b823e17-7599-d121-e32b-6e5fccd0eeb7@ericsson.com> Date: Fri, 15 Jun 2018 15:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <2b426b3a-2010-872e-f5fe-4d2d3092a63b@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: SN1PR12CA0081.namprd12.prod.outlook.com (2603:10b6:802:21::16) To BYAPR15MB2389.namprd15.prod.outlook.com (2603:10b6:a02:8c::29) X-MS-PublicTrafficType: Email X-MS-Office365-Filtering-Correlation-Id: aad74684-7ff0-4bd2-25ca-08d5d2d5ea6d X-MS-TrafficTypeDiagnostic: BYAPR15MB2389: X-Exchange-Antispam-Report-Test: UriScan:; X-MS-Exchange-SenderADCheck: 1 X-Forefront-PRVS: 0704670F76 Received-SPF: None (protection.outlook.com: ericsson.com does not designate permitted sender hosts) SpamDiagnosticOutput: 1:99 SpamDiagnosticMetadata: NSPM X-MS-Exchange-CrossTenant-OriginalArrivalTime: 15 Jun 2018 15:37:33.9837 (UTC) X-MS-Exchange-CrossTenant-Network-Message-Id: aad74684-7ff0-4bd2-25ca-08d5d2d5ea6d X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-CrossTenant-Id: 92e84ceb-fbfd-47ab-be52-080c6b87953f X-MS-Exchange-Transport-CrossTenantHeadersStamped: BYAPR15MB2389 X-OriginatorOrg: ericsson.com X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00398.txt.bz2 On 2018-06-15 11:30 AM, Nick Clifton wrote: > Hi Simon, > >> My patch contains this hunk, doesn't it? > > Nope! But that is the change that I was expecting. :-) I'm confused, we must not be looking at the same thing! Go here: https://sourceware.org/ml/gdb-patches/2018-06/msg00385.html Search for diff --git a/config/override.m4 b/config/override.m4 What do you see? Simon