I figured out the problem: for some reason, I couldn't just specify the option in the top-level Makefile.am. I had to specify it in the src directory's Makefile.am. (How come?)

Thus spake Ralf Wildenhues on 6/30/2005 6:29 PM:
* overbored wrote on Fri, Jul 01, 2005 at 12:44:38AM CEST:

Thus spake Ralf Wildenhues on 6/30/2005 7:23 AM:

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.


I cannot reproduce this with a small example.  Could you try to provide
a small example package where this fails?

Regards,
Ralf






Reply via email to