configure: enable all languages when performing make distcheck
commitd42960ad354f4f50be001c0dc9d0f763df83212e
authorChristophe CURIS <christophe.curis@free.fr>
Tue, 20 Jan 2015 21:04:05 +0000 (20 22:04 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 20 Jan 2015 21:29:24 +0000 (20 21:29 +0000)
tree5889022fcce6754c89d4f2154bc80925ec73bcb5
parentbdeb6351944fbd1fd90980f1983480a006410f04
configure: enable all languages when performing make distcheck

In order to improve the amount of things that are checked by the make
distcheck command, this patch enables support for I18N with all the
languages that are supported.

To achieve this, this patch adds the non-standard special case LINGUAS='*'
which automatically enable all known languages.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
Makefile.am
m4/wm_i18n.m4