mirror of https://gitee.com/openkylin/libvirt.git
ALL_LINGUAS: set unconditionally, using $srcdir/po
* configure.in: Remove hard-coded list altogether.
This commit is contained in:
parent
bb371128dc
commit
6e2c770581
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Oct 20 09:45:42 CEST Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
|
ALL_LINGUAS: set unconditionally, using $srcdir/po
|
||||||
|
* configure.in: Remove hard-coded list altogether.
|
||||||
|
|
||||||
Sun Oct 19 11:40:49 CEST Jim Meyering <meyering@redhat.com>
|
Sun Oct 19 11:40:49 CEST Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
ALL_LINGUAS: remove "no", now that it's superseded by np.po
|
ALL_LINGUAS: remove "no", now that it's superseded by np.po
|
||||||
|
|
|
@ -1011,12 +1011,7 @@ AM_CONDITIONAL([WITH_LIBVIRTD],[test "x$with_libvirtd" = "xyes"])
|
||||||
dnl Check for gettext
|
dnl Check for gettext
|
||||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
if test -d po
|
ALL_LINGUAS=`{cd "$srcdir/po" > /dev/null && ls *.po} | sed 's+\.po$++'`
|
||||||
then
|
|
||||||
ALL_LINGUAS=`(cd po > /dev/null && ls *.po) | sed 's+\.po$++'`
|
|
||||||
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 nso or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl Extra link-time flags for Cygwin.
|
dnl Extra link-time flags for Cygwin.
|
||||||
dnl Copied from libxml2 configure.in, but I removed mingw changes
|
dnl Copied from libxml2 configure.in, but I removed mingw changes
|
||||||
|
|
Loading…
Reference in New Issue