Branch: refs/heads/master Author: Chris Mayo aklhfex@gmail.com Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 13 Nov 2016 17:32:26 UTC Commit: c4b0cb9cd2d6d621e65e0481085e693ba355362e https://github.com/geany/geany-plugins/commit/c4b0cb9cd2d6d621e65e0481085e69...
Log Message: ----------- Fix build failure if no translation matching LINGUAS (#477)
Modified Paths: -------------- build/i18n.m4
Modified: build/i18n.m4 11 lines changed, 3 insertions(+), 8 deletions(-) =================================================================== @@ -1,14 +1,9 @@ AC_DEFUN([GP_I18N], [ - if test -n "${LINGUAS}" - then - ALL_LINGUAS="${LINGUAS}" - else - if test -z "$conf_dir" ; then - conf_dir="." - fi - ALL_LINGUAS=`cd "$conf_dir/po" 2>/dev/null && ls *.po 2>/dev/null | $AWK 'BEGIN { FS="."; ORS=" " } { print $[1] }'` + if test -z "$conf_dir" ; then + conf_dir="." fi + ALL_LINGUAS=`cd "$conf_dir/po" 2>/dev/null && ls *.po 2>/dev/null | $AWK 'BEGIN { FS="."; ORS=" " } { print $[1] }'` GETTEXT_PACKAGE=geany-plugins AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org