X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com, bug-bison AT gnu DOT org Subject: Re: ANNOUNCE: port of alpha bison-2.0 References: <41E44BA6 DOT 16849 DOT 47FF9F7 AT localhost> <01c4f871$Blat.v2.2.2$89afa8c0 AT zahav DOT net DOT il> <87is62o3io DOT fsf AT penguin DOT cs DOT ucla DOT edu> <01c4f8e7$Blat.v2.2.2$7e7754a0 AT zahav DOT net DOT il> <87wtuitdu2 DOT fsf AT penguin DOT cs DOT ucla DOT edu> <200501122346 DOT j0CNkles013309 AT envy DOT delorie DOT com> <87k6qitc5m DOT fsf AT penguin DOT cs DOT ucla DOT edu> <01c4f92c$Blat.v2.2.2$03f54760 AT zahav DOT net DOT il> <87fz15kzqw DOT fsf AT penguin DOT cs DOT ucla DOT edu> <01c4f9b0$Blat.v2.2.2$16036ca0 AT zahav DOT net DOT il> <87llaw6pbu DOT fsf AT penguin DOT cs DOT ucla DOT edu> <01c4fa6c$Blat.v2.2.2$e55e7000 AT zahav DOT net DOT il> From: Paul Eggert Date: Fri, 14 Jan 2005 23:57:21 -0800 In-Reply-To: <01c4fa6c$Blat.v2.2.2$e55e7000@zahav.net.il> (Eli Zaretskii's message of "Fri, 14 Jan 2005 21:10:45 +0200") Message-ID: <87oefr2kgu.fsf@penguin.cs.ucla.edu> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Paul Eggert Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk "Eli Zaretskii" writes: > To make that easier, is it possible for you to produce config.h.in > with 2 lines that #undef the two macros in question? If you're already hacking on configure, can't you just insert arbitrary code before this line? cat $tmp/in >>$tmp/config.h E.g., do this instead: echo '#define MACRO1 value1' >>$tmp/config.h echo '#define MACRO2 value2' >>$tmp/config.h cat $tmp/in >>$tmp/config.h That way, we wouldn't have to worry about coupling configure.ac to the Microsoft Windows ports.