>>> "Jose" == Jose Roman Bilbao <[EMAIL PROTECTED]> 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