[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Andras Timar timar at kemper.freedesktop.org
Sun May 1 13:16:06 PDT 2011


 configure.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f616761c0abf9a48ca593d4286844eb3fa0a4902
Author: Andras Timar <atimar at novell.com>
Date:   Sun May 1 22:15:34 2011 +0200

    s/postset.mk/langlist.mk

diff --git a/configure.in b/configure.in
index fe67050..81cc513 100755
--- a/configure.in
+++ b/configure.in
@@ -7767,14 +7767,14 @@ dnl ===================================================================
 GIT_REPO_NAMES="artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer"
 AC_MSG_CHECKING([which languages to be built])
 # get list of all languages
-# generate shell variable from completelangiso= from solenv/inc/postset.mk
+# generate shell variable from completelangiso= from solenv/inc/langlist.mk
 # the sed command does the following:
 #   + if a line ends with a backslash, append the next line to it
 #   + adds " on the beginning of the value (after =)
 #   + adds " at the end of the value
 #   + removes en-US; we want to put it on the beginning
 #   + prints just the section starting with 'completelangiso=' and ending with the " at the end of line
-[eval $(sed -e :a -e '/\\$/N; s/\\\n//; ta' -n -e 's/=/="/;s/\([^\\]\)$/\1"/;s/en-US//;/^completelangiso/p' solenv/inc/postset.mk)]
+[eval $(sed -e :a -e '/\\$/N; s/\\\n//; ta' -n -e 's/=/="/;s/\([^\\]\)$/\1"/;s/en-US//;/^completelangiso/p' solenv/inc/langlist.mk)]
 ALL_LANGS="en-US $completelangiso"
 # check the configured localizations
 WITH_LANG="$with_lang"


More information about the Libreoffice-commits mailing list