[Stk] STK build system suggestion

David Yeh dtyeah at gmail.com
Sat, 29 Dec 2007 12:22:54 -0800


------=_Part_16915_20693815.1198959774288
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

I seem to be encountering this problem that STK's autoconf setup ignores
CFLAGS= when I say ./configure CFLAGS="-O3 etc" --with-...

It looks to me like the autoconf variables are case sensitive and these are
the default variable names:
http://www.gnu.org/software/autoconf/manual/html_node/Preset-Output-Variables.html#Preset-Output-Variables


When I uppercase all the references to the cflags variable in the
configure.ac and Makefile.in files then I can specify CFLAGS as above.

Should this be updated in the distribution?


Thanks!
David

------=_Part_16915_20693815.1198959774288
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,<br><br>I seem to be encountering this problem that STK&#39;s autoconf setup ignores CFLAGS= when I say ./configure CFLAGS=&quot;-O3 etc&quot; --with-...<br><br>It looks to me like the autoconf variables are case sensitive and these are the default variable names:
<br><a href="http://www.gnu.org/software/autoconf/manual/html_node/Preset-Output-Variables.html#Preset-Output-Variables">http://www.gnu.org/software/autoconf/manual/html_node/Preset-Output-Variables.html#Preset-Output-Variables
</a><br><br><br>When I uppercase all the references to the cflags variable in the <a href="http://configure.ac">configure.ac</a> and <a href="http://Makefile.in">Makefile.in</a> files then I can specify CFLAGS as above.<br>
<br>Should this be updated in the distribution?<br><br><br>Thanks!<br>David<br>

------=_Part_16915_20693815.1198959774288--