i18n: don't restrict LINGUAS at configure time
commit768659b89fc8bc6727f5bce7605d417edc859f4a
authorColomban Wendling <ban@herbesfolles.org>
Sat, 16 Aug 2014 15:59:10 +0000 (16 17:59 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Sat, 16 Aug 2014 15:59:10 +0000 (16 17:59 +0200)
treeb3bc5bd2b675cb89a50dff16b5d175755c01a8be
parent91d0ed218341e6e0c7c9eb47f2f8fa8846b0a806
i18n: don't restrict LINGUAS at configure time

Don't use the $LINGUAS at configure time to set ALL_LINGUAS, and let
the translations Makefile properly honor the $LINGUAS itself, which it
already does better than we do, cleanly ignoring translations it
doesn't know.

If we do set ALL_LINGUAS=$LINGUAS, it will result in a build failure if
we do not have a translation for some of the language(s) specified in
$LINGUAS, and would make it impossible to build other languages without
re-configuring.  So, just drop that part and let the build-time support
kick in.

Closes #507.
m4/geany-i18n.m4