summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAndras Timar <atimar@novell.com>2011-05-01 22:15:34 +0200
committerAndras Timar <atimar@novell.com>2011-05-01 22:15:34 +0200
commitc2c849e8f1fa985f02c1b8a178f70236587c2038 (patch)
tree170514e56600dbceead6a6cbd137fbb89753ebe6 /configure.in
parente94687599c677e87fcd063452dec818ae89aa50c (diff)
s/postset.mk/langlist.mk
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fe67050d66a9..81cc513d4ca1 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"