delorie.com/archives/browse.cgi | search |
"Eli Zaretskii" <eliz AT gnu DOT org> 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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |