+++ /dev/null
---- m4/ecore_check_module.m4_orig 2010-01-11 08:05:10.000000000 +0000
-+++ m4/ecore_check_module.m4 2010-01-11 08:05:42.000000000 +0000
-@@ -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=
+++ /dev/null
---- m4/evas_check_loader.m4_orig 2009-11-30 14:18:09.000000000 +0000
-+++ m4/evas_check_loader.m4 2009-11-30 14:18:44.000000000 +0000
-@@ -312,8 +312,8 @@
- AC_DEFUN([EVAS_CHECK_IMAGE_LOADER],
- [
-
--m4_pushdef([UP], m4_toupper([[$1]]))
--m4_pushdef([DOWN], m4_tolower([[$1]]))
-+m4_pushdef([UP], m4_toupper([$1]))
-+m4_pushdef([DOWN], m4_tolower([$1]))
-
- want_loader="$2"
- want_static_loader="no"