Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Fri, 7 Jan 2000 21:06:57 -0500 To: Mumit Khan Cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: patch for config changes [Re: use of __builtin_memset] Message-ID: <20000107210657.A27665@cygnus.com> Mail-Followup-To: Mumit Khan , cygwin-developers AT sourceware DOT cygnus DOT com References: <20000107151545 DOT B2705 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from khan@NanoTech.Wisc.EDU on Fri, Jan 07, 2000 at 05:14:26PM -0600 On Fri, Jan 07, 2000 at 05:14:26PM -0600, Mumit Khan wrote: >Here's a first try to start using config.h instead of passing everything >from the command line. I just saw a note about the winsup reorg, so this >is probably already useless to try and apply. However, I would like some >input on how folks feel about this change. I've deleted the change to >configure, but you can simply run autoconf for that. > >If you change acconfig.h to add new macros, make sure you regenerate >config.h.in: > > $ autoheader > >I didn't automate this via Makefile to avoid adding another "stamp" file >(see autoconf manual for more info). That's ok. I hate stamp files. This has been applied. I had to massage it slightly to work with the new layout but it seems to work fine. It was just in the nick of time, too. I used this to debug the problem that Corinna was reporting. Without this patch I would have had to revert the __builtin_memset assignment so that it would work with the C compiler from the CD. cgf