Kaydet (Commit) 1e14293e authored tarafından Matúš Kukan's avatar Matúš Kukan

config_host.mk: L10N_MODULE is not used

Change-Id: Iab125e0e0dfac70d630d15301aba511150692f39
üst b54480ea
...@@ -278,7 +278,6 @@ export KDE_GLIB_LIBS=$(gb_SPACE)@KDE_GLIB_LIBS@ ...@@ -278,7 +278,6 @@ export KDE_GLIB_LIBS=$(gb_SPACE)@KDE_GLIB_LIBS@
export KDE_HAVE_GLIB=@KDE_HAVE_GLIB@ export KDE_HAVE_GLIB=@KDE_HAVE_GLIB@
export KDE_LIBS=$(gb_SPACE)@KDE_LIBS@ export KDE_LIBS=$(gb_SPACE)@KDE_LIBS@
export KRB5_LIBS=@KRB5_LIBS@ export KRB5_LIBS=@KRB5_LIBS@
export L10N_MODULE=@L10N_MODULE@
export LCMS2_CFLAGS=$(gb_SPACE)@LCMS2_CFLAGS@ export LCMS2_CFLAGS=$(gb_SPACE)@LCMS2_CFLAGS@
export LCMS2_LIBS=$(gb_SPACE)@LCMS2_LIBS@ export LCMS2_LIBS=$(gb_SPACE)@LCMS2_LIBS@
@x_LDFLAGS@ export LDFLAGS=@LDFLAGS@ @x_LDFLAGS@ export LDFLAGS=@LDFLAGS@
......
...@@ -11369,9 +11369,6 @@ AC_SUBST(WITH_LANG) ...@@ -11369,9 +11369,6 @@ AC_SUBST(WITH_LANG)
AC_SUBST(WITH_LANG_LIST) AC_SUBST(WITH_LANG_LIST)
AC_SUBST(GIT_NEEDED_SUBMODULES) AC_SUBST(GIT_NEEDED_SUBMODULES)
PathFormat "$SRC_ROOT/translations"
L10N_MODULE="$formatted_path"
WITH_POOR_HELP_LOCALIZATIONS= WITH_POOR_HELP_LOCALIZATIONS=
if test -d "$SRC_ROOT/translations/source"; then if test -d "$SRC_ROOT/translations/source"; then
for l in `ls -1 $SRC_ROOT/translations/source`; do for l in `ls -1 $SRC_ROOT/translations/source`; do
...@@ -11380,7 +11377,6 @@ if test -d "$SRC_ROOT/translations/source"; then ...@@ -11380,7 +11377,6 @@ if test -d "$SRC_ROOT/translations/source"; then
fi fi
done done
fi fi
AC_SUBST(L10N_MODULE)
AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS) AC_SUBST(WITH_POOR_HELP_LOCALIZATIONS)
dnl git submodule update --reference dnl git submodule update --reference
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment