summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:33 +0200
committerKarel Zak2007-05-16 11:43:31 +0200
commit1b4a3d897370d431526218c23f89375f38b3d1d0 (patch)
tree274326bd1b753bb372817ac840cbf6040a80c73a
parentbuild-sys: use dist_noinst_HEADERS in include/Makefile.am (diff)
downloadkernel-qcow2-util-linux-1b4a3d897370d431526218c23f89375f38b3d1d0.tar.gz
kernel-qcow2-util-linux-1b4a3d897370d431526218c23f89375f38b3d1d0.tar.xz
kernel-qcow2-util-linux-1b4a3d897370d431526218c23f89375f38b3d1d0.zip
build-sys: in configure.ac, change "po" -> "$srcdir/po"
Signed-off-by: Stepan Kasal <skasal@redhat.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 32fa8ab6f..900085ea5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,9 +75,9 @@ UTIL_CHECK_LIB(blkid, blkid_known_fstype)
AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])
-if test -d po
+if test -d $srcdir/po
then
- ALL_LINGUAS=`(cd po > /dev/null && ls *.po) | sed 's+\.po$++'`
+ ALL_LINGUAS=`cd $srcdir/po > /dev/null && echo *.po | sed 's/\.po//g'`
else
ALL_LINGUAS="af am ar as be bg bn_IN bn ca cs cy da de el en_GB es et eu_ES fa fi fr gl gu he hi hr hu hy id is it ja ka kn ko ku lo lt lv mk ml mr ms my nb nl nn no nso or pa pl pt_BR pt ro ru si sk sl sq sr@Latn sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
fi