[gimp-help-2] [make] Remove commas from configure's "ALL_LINGUAS"
- From: Ulf-D. Ehlert <ulfehlert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help-2] [make] Remove commas from configure's "ALL_LINGUAS"
- Date: Wed, 29 Feb 2012 17:26:39 +0000 (UTC)
commit e23fd4ac45ed42bf9a21beeeca86bbdf1e9130a5
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date: Wed Feb 29 18:25:43 2012 +0100
[make] Remove commas from configure's "ALL_LINGUAS"
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ae493c6..7ef0ddd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,6 +58,8 @@ AC_PROG_SED
if test "x$ALL_LINGUAS" = "x"; then
ALL_LINGUAS="ca da de el en en_GB es fi fr hr it ja ko lt nl nn pl ru sl sv zh_CN"
+else
+ ALL_LINGUAS=`echo "$ALL_LINGUAS" | $SED -e 's/[,] */ /g'`
fi
if test "x$QUICKREFERENCE_ALL_LINGUAS" = "x"; then
QUICKREFERENCE_ALL_LINGUAS="ca de el en fi fr it ja ko ru sv zh_CN"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]