You configure.ac contains a lot of small errors.
For example, you should not define CXXFLAGS in your configure script,
the user should have a chance to define them before running ./configure
AFAIK, you should only append to them.
Next, having
CXXFLAGS="-O3 -ffast-math"
AS_IF([test "$debug" != "no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey
I am not sure if this is autoconf or automake.
But i have a project and i have bison/yacc and lex/flex targets to compile.
I see there is AC_PROG_YACC and AC_PROG_LEX to get the apropriate
programs for the configure.ac. But how do you go about a
Hello Philip,
* Philip Herron wrote on Fri, Apr 03, 2009 at 02:51:50PM CEST:
> I am not sure if this is autoconf or automake.
If you use Automake, then this is an Automake question. :-)
> I see there is AC_PROG_YACC and AC_PROG_LEX to get the apropriate
> programs for the configure.ac. But how
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralf Wildenhues wrote:
> Hello Philip,
>
> * Philip Herron wrote on Fri, Apr 03, 2009 at 02:51:50PM CEST:
>> I am not sure if this is autoconf or automake.
>
> If you use Automake, then this is an Automake question. :-)
>
>> I see there is AC_PROG_