autoconf
[Top][All Lists]
Advanced

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

Evaluating arithmetic expressions with macros (eval)


From: Sébastien Hinderer
Subject: Evaluating arithmetic expressions with macros (eval)
Date: Wed, 4 Oct 2023 22:00:31 +0200

Dear all,

I find myself stuck with something which I assume is trivial. I define:

m4_define([X], [9])
m4_define([Y], [3])

And I would like to define Z as being the arithmetic sum of X and Y and
can seem to get it.

I tried several variations of eval but had no success. I understand
that all the macros need to be expanded before eval is called but I
don't understand how to do it.

Any help warmly appreciated.

Thanks in advance,

Seb.



reply via email to

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