Fix m4 quoting due to quoting change rules in autoconf 2.65.
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Dec 2009 00:24:01 +0000 (00:24 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Dec 2009 00:24:01 +0000 (00:24 +0000)
Works with autoconf 2.63, 2.64 and 2.65

If there are problems with early versions, please answer in this thread

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@44148 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/ecore_check_module.m4

index 8972219..9a14abc 100644 (file)
@@ -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=