autoconf
[Top][All Lists]
Advanced

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

using macro ...


From: raespi
Subject: using macro ...
Date: Fri, 08 Feb 2013 10:32:55 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120312 Thunderbird/11.0

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??

Thanks ...




reply via email to

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