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


_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to