bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANNOUNCE: port of alpha bison-2.0


From: Paul Eggert
Subject: Re: ANNOUNCE: port of alpha bison-2.0
Date: Fri, 14 Jan 2005 23:57:21 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

"Eli Zaretskii" <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]