autoconf
[Top][All Lists]
Advanced

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

Re: using macro ...


From: Eric Blake
Subject: Re: using macro ...
Date: Fri, 08 Feb 2013 09:52:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 02/08/2013 08:32 AM, raespi wrote:
> Hi ... I've been googlin' around and I stumbled upon a project called
> XENO for providing a C++ wrapper for Xenomai.   The project's outdated
> and I'm trying to port it to the newer versions of Xenomai and Autotools
> ( for the build part ).  I noticed in the configure.ac something like this:
> 
> AC_SUBST_INT_HEX
> 
> and in the m4/general.m4 file these two lines:
> 
> AC_SUBST_INT_HEX(EXPRESSION, HEADER, SYMBOL)
> AC_SUBST_INT_HEX(EXPRESSION-AND-SYMBOL, HEADER)
> 
> This macro doesn't show up anywhere on the web.  If you search for it
> only 2 links pop up.  Are these macros defined by you ?? If so, how can
> I get them??

Sorry, but 'git grep AC_SUBST_INT_HEX' in autoconf.git has no hits.
Whoever wrote them was stupid to collide with the autoconf namespace,
but they are not official autoconf macros.  I hope you can find the
original source, and convince the author to rename the macros to
something that doesn't infringe on autoconf's namespace.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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