From b6fab39214185c971145a4eabd1aab12fa9748ba Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jul 2014 10:06:51 +0200 Subject: [PATCH] configure.ac: use $srcdir to refer to po/LINGUAS Fixes out-of-tree builds. Previously, no PO file was used, and thus no PO files were included in the tarball (Mantis 0004016). --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 533c512..564b74c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ ncmpc 0.23 - not yet released +* fix broken l10n in out-of-tree builds ncmpc 0.22 - (2014-06-09) diff --git a/configure.ac b/configure.ac index e9c3ec0..fb1837a 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl initialize variables dnl ======================================================= dnl i18n -ALL_LINGUAS=`grep -v '^\#' po/LINGUAS` +ALL_LINGUAS=`grep -v '^\#' $srcdir/po/LINGUAS` set -- $CFLAGS -- 2.30.2