[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Conditional compilation of program
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Conditional compilation of program |
Date: |
Sun, 15 Feb 2004 18:58:48 +0100 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Jose" == Jose Roman Bilbao <address@hidden> 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