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


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

Reply via email to