From 8cdcfa4d0cf982785434075321f29eae2e1ea627 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Jan 2009 12:30:14 +0100 Subject: [PATCH] configure.ac: moved ALL_LINGUAS to po/LINGUAS ALL_LINGUAS is deprecated according to http://live.gnome.org/GnomeGoals/PoLinguas Keep ALL_LINGUAS in configure.ac for now, to preserve compatibility with older tools. --- configure.ac | 2 +- po/LINGUAS | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 po/LINGUAS diff --git a/configure.ac b/configure.ac index 24ed503..120ccaf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS="es da de fr gl no ru sk sv hu" +ALL_LINGUAS=`grep -v '^\#' po/LINGUAS` set -- $CFLAGS diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..28ed9b5 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1,10 @@ +da +de +es +fr +gl +hu +no +ru +sk +sv -- 2.30.2