Problem with AM_CONDITIONAL

2008-01-21 Thread Santiago Capel Torres
Hi, I have been studying deeply the GNU automake manual in order to use AM_CONDITIONAL and I have found that is is not useful for me in the following sense: I define the AM_CONDITIONAL in 'configure.ac': CONF_HAVE_RTK=yes AM_CONDITIONAL( [COMPILE_WITH_RTK], [ test $CONF_HAVE_RTK == yes

Re: Problem with AM_CONDITIONAL

2008-01-21 Thread Mike Frysinger
On Monday 21 January 2008, Santiago Capel Torres wrote: I define the AM_CONDITIONAL in 'configure.ac': CONF_HAVE_RTK=yes AM_CONDITIONAL( [COMPILE_WITH_RTK], [ test $CONF_HAVE_RTK == yes ]) test uses one =, not two and in the makefile.am: if COMPILE_WITH_RTK RTK_SUBDIR