Re: configure.ac help

2009-04-03 Thread Matěj Týč
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

Bison and flex target

2009-04-03 Thread Philip Herron
-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

Re: Bison and flex target

2009-04-03 Thread Ralf Wildenhues
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

Re: Bison and flex target

2009-04-03 Thread Philip Herron
-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_