diff options
author | James Henstridge <james@daa.com.au> | 2000-02-26 07:33:55 +0800 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 2000-02-26 07:33:55 +0800 |
commit | 59d2deddc74713097251e0b2c0eb48f078f78268 (patch) | |
tree | adfa63b9e27dfea4e35ceb20dccecafc0692a790 /macros/ChangeLog | |
parent | 6efd6e1755816b196ddaf3e10e2558fd90aff378 (diff) | |
download | gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar.gz gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar.bz2 gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar.lz gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar.xz gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.tar.zst gsoc2013-evolution-59d2deddc74713097251e0b2c0eb48f078f78268.zip |
fix up check of LINGUAS variable so that we don't get problems when
2000-02-26 James Henstridge <james@daa.com.au>
* gnome-gettext.m4: fix up check of LINGUAS variable so that we don't
get problems when LINGUAS contains `en' and ALL_LINGUAS contains
`en_GB' for instance.
svn path=/trunk/; revision=1938
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 780a4036bb..bb93c28faf 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +2000-02-26 James Henstridge <james@daa.com.au> + + * gnome-gettext.m4: fix up check of LINGUAS variable so that we don't + get problems when LINGUAS contains `en' and ALL_LINGUAS contains + `en_GB' for instance. + 2000-02-22 Martin Baulig <martin@home-of-linux.org> * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set. |