* overbored wrote on Fri, Jul 01, 2005 at 11:53:22PM CEST: > >* overbored wrote on Fri, Jul 01, 2005 at 12:44:38AM CEST: > >>Thus spake Ralf Wildenhues on 6/30/2005 7:23 AM: > >> > >>>| `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:
> 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?) Ah, ok. You have two possibilities for Automake options: either in the corresponding Makefile.am on a per-Makefile basis, or as argument to the AM_INIT_AUTOMAKE macro in configure.ac, which then works globally. See info Automake Options for more details. Regards, Ralf