summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2013-07-26 14:38:18 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2013-07-26 14:39:45 +0200
commitdf82c8b72a26ef56c0f4eb45874aad9fed8d2e6f (patch)
tree4c1e6da2d37ad4cad9dae3fce91b869ba7137359 /configure.ac
parented9ba607b47feae1a435126c5fa05ac2a3690099 (diff)
remove ALL_LINGUAS as it is overruled by po/LINGUAS
The list shows that it is ignored as some translations which are shipped are not included here, so remove this source of possible confusion. Git-Dch: Ignore
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 129be5c12..28d77bb36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,10 +180,6 @@ AC_SUBST(DOTDIR)
ah_NUM_PROCS
ah_GCC3DEP
-dnl It used to be that the user could select translations and that could get
-dnl passed to the makefiles, but now that can only work if you use special
-dnl gettext approved makefiles, so this feature is unsupported by this.
-ALL_LINGUAS="bg bs ca cs cy da de dz el es eu fi fr gl hu it ja ko ku nb nl nn pl pt_BR pt ro ru sk sl sv th tl uk vi zn_CN zh_TW"
AM_GNU_GETTEXT(external)
if test x"$USE_NLS" = "xyes"; then
AC_DEFINE(USE_NLS)