autoconf
[Top][All Lists]
Advanced

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

how to use variable with translit definitions


From: Vincent Torri
Subject: how to use variable with translit definitions
Date: Sun, 25 Mar 2007 11:25:44 +0200 (CEST)


Hey,

I've written an m4 macro which is basically:


AC_DEFUN([AC_CHECK_ECORE_MODULE],
[
pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl

ecore_]DOWN[_libs=""

AC_SUBST(ecore_]DOWN[_libs)

popdef([DOWN])
])


But it seems that I do not use correctly the DOWN variable (ecore_***_libs is not subsituted). I have tried with DOWN instead of ]DOWN[ without success.

Does someone know the correct syntax to do what I want ?

thank you

Vincent Torri




reply via email to

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