autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please, help with AM_CONDITIONAL


From: Ralf Wildenhues
Subject: Re: Please, help with AM_CONDITIONAL
Date: Wed, 20 Oct 2004 21:19:48 +0200
User-agent: Mutt/1.5.6+20040722i

* Jose Roman Bilbao wrote on Tue, Oct 19, 2004 at 03:43:22PM CEST:
> 
> I am having a problem when trying to build a program conditionally. It
> is a problem with the macro that detects a specific library (TIFF). This
> macro makes a definition of HAVE_LIBTIFF:
> 
>  AC_DEFINE(HAVE_LIBTIFF)
>  AM_CONDITIONAL(AM_TIFF, test $have_tiff = yes)
> 
> Those lines are within an m4 macro and my question is... 
> 
> Will AM_TIFF be usable from my Makefile.am?:

Yes.  Have you tried it and found it nonfunctional?

BTW, this is an Automake question and is better discussed on its
mailing list.

Regards,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]