summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws+gnome@xs4all.nl>2006-05-01 13:03:34 +0000
committerWouter Bolsterlee <wbolster@src.gnome.org>2006-05-01 13:03:34 +0000
commitae6b79d84da4e25cf80576791ff1ee661737fffd (patch)
tree0646e7219bada001710eda9acc74b8acde31a9b4
parent79eccb98f14862df617e14a98aa8d4fa59e8e557 (diff)
downloadmetacity-ae6b79d84da4e25cf80576791ff1ee661737fffd.tar.gz
Put ALL_LINGUAS on one line to fix the build with newer intltools. See
2006-05-01 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.in: Put ALL_LINGUAS on one line to fix the build with newer intltools. See #338423 and related gnome-applets bug #339007.
-rw-r--r--ChangeLog6
-rw-r--r--configure.in5
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d06a150..7a89146a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
+
+ * configure.in: Put ALL_LINGUAS on one line to fix the
+ build with newer intltools. See #338423 and related
+ gnome-applets bug #339007.
+
2006-04-23 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* configure.in: Added zh_HK to ALL_LINGUAS.
diff --git a/configure.in b/configure.in
index 076bee92..b0783b9b 100644
--- a/configure.in
+++ b/configure.in
@@ -155,10 +155,7 @@ AC_ARG_ENABLE(shape,
## try definining HAVE_BACKTRACE
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-ALL_LINGUAS="am ar az be bg bn br bs ca cs cy da de dz el en_CA en_GB es
-et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka ko ku lt lv mk ml
-mn ms nb ne nl nn no or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv
-ta th tk tr uk vi wa xh zh_CN zh_HK zh_TW"
+ALL_LINGUAS="am ar az be bg bn br bs ca cs cy da de dz el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka ko ku lt lv mk ml mn ms nb ne nl nn no or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv ta th tk tr uk vi wa xh zh_CN zh_HK zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use