[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nostdinc automake option
From: |
Daniel Drake |
Subject: |
nostdinc automake option |
Date: |
Mon, 20 Oct 2003 19:08:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031018 Thunderbird/0.3 |
Hi.
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
- nostdinc automake option,
Daniel Drake <=