summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-08 15:53:16 +0000
committerJim Meyering <meyering@redhat.com>2008-04-08 15:53:16 +0000
commitd2090e649b530ceedbf0a24ac7a90c2a04fa90a1 (patch)
tree609f57aa080dfa858acc45050c4d8678e516539e
parentDon't fail to read a file because it's non-seekable (e.g., a pipe). (diff)
downloadlibvirt-d2090e649b530ceedbf0a24ac7a90c2a04fa90a1.tar.gz
libvirt-d2090e649b530ceedbf0a24ac7a90c2a04fa90a1.tar.bz2
libvirt-d2090e649b530ceedbf0a24ac7a90c2a04fa90a1.zip
configure.in (ALL_LINGUAS): Fix typo: s/Latn/latin/.
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 27a75c141..0f304a82f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Mon Apr 8 17:32:07 CET 2008 Jim Meyering <meyering@redhat.com>
+ * configure.in (ALL_LINGUAS): Fix typo: s/Latn/latin/.
+
Don't fail to read a file because it's non-seekable (e.g., a pipe).
* src/util.c (fread_file_lim): New function.
(__virFileReadAll): Use fread_file_lim, rather than requiring
diff --git a/configure.in b/configure.in
index cc411850b..bd6b744bc 100644
--- a/configure.in
+++ b/configure.in
@@ -888,7 +888,7 @@ if test -d 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 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"
+ 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@latin sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
fi
dnl Extra link-time flags for Cygwin.