From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14911 invoked by alias); 8 Jun 2011 06:03:10 -0000 Received: (qmail 14901 invoked by uid 22791); 8 Jun 2011 06:03:09 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Jun 2011 06:02:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 75A6C2BB3B3; Wed, 8 Jun 2011 02:02:54 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ehtAsc39GTpR; Wed, 8 Jun 2011 02:02:54 -0400 (EDT) Received: from [192.168.1.104] (dpc6682073249.direcpc.com [66.82.73.249]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id 952A22BB3B1; Wed, 8 Jun 2011 02:02:49 -0400 (EDT) Message-ID: <4DEF107E.4080303@gnat.com> Date: Wed, 08 Jun 2011 06:29:00 -0000 From: Douglas B Rupp User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Paolo Bonzini CC: Bruce Korb , gcc-patches@gcc.gnu.org Subject: [PATCH] fixincludes/Makefile for Interix Rev 3 References: <4DE9132E.3080205@gnat.com> <4DEA98E4.3070402@gnat.com> <4DEBBA7A.30906@gnu.org> <4DEDAAFB.8050302@gnat.com> <4DEDD131.5060609@gnu.org> In-Reply-To: <4DEDD131.5060609@gnu.org> Content-Type: multipart/mixed; boundary="------------020405000305090801070600" X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00609.txt.bz2 This is a multi-part message in MIME format. --------------020405000305090801070600 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 84 Reformulated as per your suggestion, and retested. OK to commit? --Douglas Rupp --------------020405000305090801070600 Content-Type: text/plain; name="fixinc.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fixinc.txt" Content-length: 498 2011-06-07 Douglas B Rupp * fixincludes/configure.ac (AC_USE_SYSTEM_EXTENSIONS): Add. * fixincludes/configure: Regenerate. * fixincludes/config.h.in: Regenerate. --- gcc.orig/fixincludes/configure.ac 2011-04-06 17:01:09.000000000 -0700 +++ gcc/fixincludes/configure.ac 2011-06-07 22:40:23.000000000 -0700 @@ -6,6 +6,7 @@ m4_sinclude(../libtool.m4) AC_CANONICAL_SYSTEM AC_PROG_CC +AC_USE_SYSTEM_EXTENSIONS AC_PROG_SED # Figure out what compiler warnings we can enable. --------------020405000305090801070600--