This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Conditional compilation of program


>>> "Jose" == Jose Roman Bilbao <jrbcast@dali.ace.ual.es> writes:

 Jose> Hi, 
 Jose> I have read on the Automake manual that to conditionally build programs
 Jose> I need to write all the optional names in EXTRA_PROGRAMS and substitute
 Jose> from autoconf in bin_PROGRAMS, well, I have written this in
 Jose> configure.in:

 Jose> PHAN3D = phan3D

This will run the command `PHAN3D' with `=' as first argument
and `phan3D' as second argument.  Obviously you just wanted
to assigned the `phan3D' string to the `PHAN3D' shell variable.
you should write it as follows

PHAN3D=phan3D
-- 
Alexandre Duret-Lutz




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]