What happens if I put
#undef FOO
in my machine.h.in but never test for FOO in my configure script? I suspect configure will *define* FOO in the resulting machine.h, correct?
Uh, and what do you suspect it would define it _to_? Of course it won't. It will however turn it into
/* #undef FOO */
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2004-05-06 19:22: Subject: Autoconf behaviour
What happens if I put
#undef FOO
in my machine.h.in but never test for FOO in my configure script? I suspect configure will *define* FOO in the resulting machine.h, correct?
/ Marcus Agehall (Scanian)
pike-devel@lists.lysator.liu.se