From 4aa2ee3d64ccb1cc51ca52e209a05b6d4f80db41 Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sun, 09 Apr 2006 20:45:03 +0000 Subject: New file listing all supported languages. 2006-04-09 Wouter Bolsterlee * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6318778..e465a42 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,8 @@ GNOME_COMPILE_WARNINGS GNOME_CXX_WARNINGS GNOME_DEBUG_CHECK -ALL_LINGUAS="be bg bn br ca cs cy da de dz el en_CA en_GB es et eu fa fi fr gl gu he hi hu id it ja ka ko ku lt lv mk nb ne nl no pa pl pt pt_BR ro ru rw sk sq sr sr@Latn sv th tr uk vi wa zh_CN zh_HK zh_TW" +AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS']) +ALL_LINGUAS="`cat "$srcdir/po/LINGUAS" | grep -v '^#'`" AM_GLIB_GNU_GETTEXT -- cgit v0.9.1