* 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


_______________________________________________
Autoconf mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to