From: Max Kellermann Date: Thu, 10 Jul 2014 08:06:51 +0000 (+0200) Subject: configure.ac: use $srcdir to refer to po/LINGUAS X-Git-Tag: v0.23~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b6fab39214185c971145a4eabd1aab12fa9748ba;p=ncmpc.git 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). --- 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