aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-gettext.m4
diff options
context:
space:
mode:
authorJulian Missig <julianm@src.gnome.org>2000-05-22 06:40:15 +0800
committerJulian Missig <julianm@src.gnome.org>2000-05-22 06:40:15 +0800
commit3f5d9cb60827ca2a5e032e95aa241cc8376ab46f (patch)
treed81dd49033b11d4da7e14ad4426e8f95acd82c5b /macros/gnome-gettext.m4
parent2093028eb9f76648de7a01b73271800b4250ab2b (diff)
downloadgsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar.gz
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar.bz2
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar.lz
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar.xz
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.tar.zst
gsoc2013-evolution-3f5d9cb60827ca2a5e032e95aa241cc8376ab46f.zip
Fixed my mess-up, sorry about that.
svn path=/trunk/; revision=3151
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r--macros/gnome-gettext.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4
index 1dac989cbb..3ebd6d41bc 100644
--- a/macros/gnome-gettext.m4
+++ b/macros/gnome-gettext.m4
@@ -249,7 +249,7 @@ strdup __argz_count __argz_stringify __argz_next])
fi
for lang in $LINGUAS; do
case "$ALL_LINGUAS" in
- *$lang*) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
+ *\ $lang\ *|$lang\ *|*\ $lang) NEW_LINGUAS="$NEW_LINGUAS $lang" ;;
esac
done
LINGUAS=$NEW_LINGUAS