summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2014-06-16 11:19:46 +0100
committerDaniel Kolesa <d.kolesa@samsung.com>2014-06-16 11:19:46 +0100
commit3f20c958b26537a6c68967102dd80316b1cbda2c (patch)
treea74d223393dff48b11d7aa447f67470ac811066f /po
parentff5a57aafd6e383ce258b31c7eb3875aa3b03093 (diff)
downloadefl-3f20c958b26537a6c68967102dd80316b1cbda2c.tar.gz
po: cleaner extension handling in xgettext wrapper
Diffstat (limited to 'po')
-rw-r--r--po/Makevars.in4
-rwxr-xr-xpo/xgettext_wrapper.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/po/Makevars.in b/po/Makevars.in
index 00d6f9aa8d..0350cbc899 100644
--- a/po/Makevars.in
+++ b/po/Makevars.in
@@ -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_INTREE="$(top_srcdir)/src/bin/elua/elua@EXEEXT@" \
+ ELUA="@elua_bin@" XGETTEXT="$(XGETTEXT_FALLBACK)" \
$(top_srcdir)/po/xgettext_wrapper.sh
# These options get passed to xgettext.
diff --git a/po/xgettext_wrapper.sh b/po/xgettext_wrapper.sh
index 050bae5505..17ca08e486 100755
--- a/po/xgettext_wrapper.sh
+++ b/po/xgettext_wrapper.sh
@@ -3,7 +3,7 @@
ELUA_BIN="$ELUA"
if [ ! "$ELUA_BIN" ]; then
- ELUA_BIN="${ELUA_INTREE}${ELUA_EXT}"
+ ELUA_BIN="${ELUA_INTREE}"
export EFL_RUN_IN_TREE=1
fi