aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 15:34:03 -0500
committerTed Gould <ted@canonical.com>2009-08-26 15:34:03 -0500
commit55fbcb03f2e6ae604acfceeb92bf8c63f6179de3 (patch)
tree3e44cafb49a5964b94a2c83beab3d028610c8787 /po
parent90f0fd1c9504f08d1e16b48fe6b3bdedad6e345a (diff)
parenta5506477c08af6ecd1f15d898b737bdf69464c0d (diff)
downloadlibdbusmenu-55fbcb03f2e6ae604acfceeb92bf8c63f6179de3.tar.gz
libdbusmenu-55fbcb03f2e6ae604acfceeb92bf8c63f6179de3.tar.bz2
libdbusmenu-55fbcb03f2e6ae604acfceeb92bf8c63f6179de3.zip
Show hide stuff
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index c7e8302..402a25f 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -56,7 +56,7 @@ ALL_LINGUAS = @ALL_LINGUAS@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
-USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)