autoconf
[Top][All Lists]
Advanced

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

Re: Using AC_DEFINE variables in Makefile.in


From: Stepan Kasal
Subject: Re: Using AC_DEFINE variables in Makefile.in
Date: Wed, 16 Mar 2005 16:34:10 +0100
User-agent: Mutt/1.4.1i

Hi,

On Wed, Mar 16, 2005 at 12:15:26PM -0300, Frederico Faria wrote:
>   AC_DEFINE([IDL_COMPILER],[omniidl],[Compiler c++
> idl])
> 
> On Makefile.am I did:
> IDLCPP   = @IDL_COMPILER@

you have mixed two different features.  AC_DEFINE goes to config.h.

What you want is
        AC_SUBST([IDL_COMPILER],[omniidl])

Have a nice day,
        Stepan




reply via email to

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