When running "make" after running aclocal/autoconf/automake on my small project, the Makefile is telling gcc to use parameters "-I. -I.". I'd like to drop those parameters.
According to the manual: http://www.gnu.org/manual/automake-1.5/html_chapter/automake_17.html
I should be able to use "AUTOMAKE_OPTIONS = nostdinc" in Makefile.am to achieve this, but automake -a produces the following output:
Makefile.am:1: option `nostdinc' not recognized
I'm running automake 1.7.7, but I also tried with automake 1.7.5
Any input appreciated, please CC me.
Cheers, Daniel