Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Subject: RE: rebasing new packages?! MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 8 May 2002 17:49:20 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Jason Tishler" Cc: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g487nTt17012 It's pretty straight forward, just read the 'checking for runtime features' bit of the autoconf manual, and set CXXFLAGS to -Winline -Werror before the test, and restore the variable afterwards. Rob > -----Original Message----- > From: Jason Tishler [mailto:jason AT tishler DOT net] > Sent: Wednesday, May 08, 2002 11:13 AM > To: Robert Collins > Cc: cygwin-apps AT cygwin DOT com > Subject: Re: rebasing new packages?! > > > Rob, > On Tue, May 07, 2002 at 08:16:25AM +1000, Robert Collins wrote: > > I guess it'll have to live on the setup home page. Can I > also get you > > to write a configure.in test script to detect it? (So that > new users > > do > > -not- offer to patch Makefile.am to remove the -Werror. > > OK, I'll give it a whirl but I have never had to implement an > autoconf test like this yet. I guess that there has to be a > first time sooner or later... > > Jason >