From 59d2deddc74713097251e0b2c0eb48f078f78268 Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Fri, 25 Feb 2000 23:33:55 +0000 Subject: fix up check of LINGUAS variable so that we don't get problems when 2000-02-26 James Henstridge * 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 --- macros/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'macros/ChangeLog') 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 + + * 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 * autogen.sh: Don't run libtoolize when `NO_LIBTOOLIZE' is set. -- cgit