autoconf
[Top][All Lists]
Advanced

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

Using AC_DEFINE variables in Makefile.in


From: Frederico Faria
Subject: Using AC_DEFINE variables in Makefile.in
Date: Wed, 16 Mar 2005 12:15:26 -0300 (ART)

Hi,
 Which is the correct mode to use the AC_DEFINE ?

On configure.in I defined:
  AC_DEFINE([IDL_COMPILER],[omniidl],[Compiler c++
idl])

On Makefile.am I did:
IDLCPP   = @IDL_COMPILER@

.idl.cpp:
        $(IDLCPP) -I.  -bcxx -Wbh=.h -Wbs=.cpp $<


 When I try to compile I receive:
 
    bash: IDL_COMPILER@: command not found

Thank you,

Frederico Faria


        
        
                
Yahoo! Mail - Com 250MB de espaço. Abra sua conta! http://mail.yahoo.com.br/




reply via email to

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