diff options
author | Ted Gould <ted@canonical.com> | 2009-08-20 12:55:36 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-20 12:55:36 -0500 |
commit | 5583309ea061bc9a384d15b79193d8240e5f46a1 (patch) | |
tree | 21a38fe6593ada4752855f2560825abcc583bb2d | |
parent | 236ddb030b31aa78842c81fef0cd107a6b615124 (diff) | |
download | libdbusmenu-5583309ea061bc9a384d15b79193d8240e5f46a1.tar.gz libdbusmenu-5583309ea061bc9a384d15b79193d8240e5f46a1.tar.bz2 libdbusmenu-5583309ea061bc9a384d15b79193d8240e5f46a1.zip |
Seems intltool changed slightly
-rw-r--r-- | po/Makefile.in.in | 2 |
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) |