Re: Using AC_DEFINE variables in Makefile.in

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

 



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
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux