aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2014-12-26 14:05:07 +0200
committerJani Välimaa <wally@mageia.org>2014-12-26 14:05:07 +0200
commitd485627283f18a52176211a78ed173e8c7083c0a (patch)
tree7d58220c42c7697dd4a380fecd396fc9eb89b38e
parentc74573439b353a26305688c33391513bbcfb03dd (diff)
downloadconfig-d485627283f18a52176211a78ed173e8c7083c0a.tar
config-d485627283f18a52176211a78ed173e8c7083c0a.tar.gz
config-d485627283f18a52176211a78ed173e8c7083c0a.tar.bz2
config-d485627283f18a52176211a78ed173e8c7083c0a.tar.xz
config-d485627283f18a52176211a78ed173e8c7083c0a.zip
Use and define ALL_LINGUAS for intltool
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index de0f8d1..4a4a7de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,9 @@ AC_PROG_INTLTOOL
AC_PROG_INSTALL
AC_PROG_MKDIR_P
+# For translations
+ALL_LINGUAS=$((cd "$srcdir/po" > /dev/null && ls *.po) | sed 's+\.po$+ \\+')
+
# Checks for libraries.
# Checks for header files.