summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 36a1828102..2e139163b8 100755
--- a/configure
+++ b/configure
@@ -293,6 +293,10 @@ EOF
done # for parm in ...
+# set up LANGUAGES
+test "$LINGUAS" || LINGUAS=`cd DOCS;/bin/ls -d ??` 2>/dev/null
+LANGUAGES=`echo $LINGUAS | sed 's/en//g' | sed 's/^ *//'`
+
# 1st pass checking for vital options
_install=install
_ranlib=ranlib
@@ -4808,6 +4812,7 @@ cat > config.mak << EOF
LANG = C
LINGUAS = $LINGUAS
+LANGUAGES = $LANGUAGES
TARGET_OS = $system_name
DESTDIR =
prefix = \$(DESTDIR)$_prefix