Re: building conditionnaly without using AM_CONDITIONAL

2012-09-09 Thread Diego Elio Pettenò
On 09/09/2012 04:05, Vincent Torri wrote: > > So i tried to set the 'all' rule to nothing in Makefile.am, it has no > effect. Is there a way to do what I want ? EXTRA_PROGRAMS = benchmark This way the program is not built during "make all". -- Diego Elio Pettenò — Flameeyes flamee...@flameeye

building conditionnaly without using AM_CONDITIONAL

2012-09-09 Thread Vincent Torri
Hey I want to build "conditionnaly" a program. Usually, I do that with autoconf and AM_CONDITIONAL. Unfortunately, the author of the lib wants me to build a part of the library with just a make rule. Note that autoconf is used, but the author does not want to use a configure option for that. So: