Thus spake Ralf Wildenhues on 6/30/2005 7:23 AM:
* overbored wrote on Thu, Jun 30, 2005 at 03:07:35AM CEST:

How do I tell automake not to pass "-I." to g++/gcc? Thanks in advance.


Quoting the manual:
| `nostdinc'
|      This option can be used to disable the standard `-I' options which
|      are ordinarily automatically provided by Automake.


It's not working, -I. is still getting passed in. I re-ran the entire chain:

aclocal && autoconf && automake && ./configure && make

But I still see the two -I. arguments getting passed in.


Reply via email to