m4: fix macro, Makevars.in: quotes
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 16 Jun 2014 09:07:16 +0000 (10:07 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 16 Jun 2014 09:07:16 +0000 (10:07 +0100)
m4/efl_binary.m4
po/Makevars.in

index 3a811f8c11950e8bcf0aa2288479bb35af22d87b..d11e1db297e47f1920d96c6b5539d738a51e1007 100644 (file)
@@ -26,13 +26,13 @@ AC_ARG_WITH([bin-$2],
     efl_deprecated_option="yes"
    ], [])
 
-DOWN=${_efl_with_binary}
+DOWN[]$3=${_efl_with_binary}
 AC_MSG_NOTICE(DOWN[ set to ${_efl_with_binary}])
 
 with_binary_[]m4_defn([DOWN])[]$3=${_efl_with_binary}
 
 AM_CONDITIONAL(HAVE_[]UP[]m4_translit([[$3]], [a-z], [A-Z]), [test "x${_efl_binary_define}" = "xyes"])
-AC_SUBST(DOWN)
+AC_SUBST(DOWN[]$3)
 
 ])
 
index a04b074fcdee83bfc9da55e45c92b342ece83258..00d6f9aa8d6232b9d5bdcb13f67545aad7909ea5 100644 (file)
@@ -12,8 +12,8 @@ XGETTEXT_FALLBACK := $(XGETTEXT)
 
 # Override xgettext with a LuaJIT aware variant (which calls
 # into plain xgettext if it needs to, and handles Lua on its own)
-XGETTEXT = ELUA=@elua_bin@ ELUA_INTREE=$(top_srcdir)/src/bin/elua/elua \
-       XGETTEXT=$(XGETTEXT_FALLBACK) ELUA_EXT=@EXEEXT@ \
+XGETTEXT = ELUA="@elua_bin@" ELUA_INTREE="$(top_srcdir)/src/bin/elua/elua" \
+       XGETTEXT="$(XGETTEXT_FALLBACK)" ELUA_EXT="@EXEEXT@" \
        $(top_srcdir)/po/xgettext_wrapper.sh
 
 # These options get passed to xgettext.