Hi,<br><br>I seem to be encountering this problem that STK's autoconf setup ignores CFLAGS= when I say ./configure CFLAGS="-O3 etc" --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>