Tom Tromey <[EMAIL PROTECTED]> wrote
Mon, 21 Feb 2000 07:31:12 -0800 (PST):
>>>>> "Linus" == Linus Nordberg <[EMAIL PROTECTED]> writes:
Linux> I would like to pass a few -D to m4, but don't want the `-I':s.
^^^^^
hmpf! :)
Use INCLUDES to hard-code your own options.
You can (and should) use AM_CLFAGS on newere versions.
(AM_CLFAGS, hmmm... American C language fags? :-)
I don't want to pass any `-I' to m4 since some m4's don't like that,
so using INCLUDES is no good. How should AM_CFLAGS be used?
--linus