From a184e7296a909508618a70ae95020ced78703318 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 3 Dec 2009 00:24:01 +0000 Subject: [PATCH] Fix m4 quoting due to quoting change rules in autoconf 2.65. Works with autoconf 2.63, 2.64 and 2.65 If there are problems with early versions, please answer in this thread SVN revision: 44148 --- legacy/ecore/m4/ecore_check_module.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/m4/ecore_check_module.m4 b/legacy/ecore/m4/ecore_check_module.m4 index 8972219d07..9a14abc42f 100644 --- a/legacy/ecore/m4/ecore_check_module.m4 +++ b/legacy/ecore/m4/ecore_check_module.m4 @@ -1,8 +1,8 @@ dnl use: ECORE_CHECK_MODULE(Foo, default-enabled[, dependancy[, ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]]) AC_DEFUN([ECORE_CHECK_MODULE], [ -m4_pushdef([UP], m4_toupper([[$1]]))dnl -m4_pushdef([DOWN], m4_tolower([[$1]]))dnl +m4_pushdef([UP], m4_toupper([$1]))dnl +m4_pushdef([DOWN], m4_tolower([$1]))dnl have_ecore_[]m4_defn([DOWN])=no ecore_[]m4_defn([DOWN])[]_cflags=