summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/configure b/tools/configure
index 96d45a9173..501482ea0e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4669,9 +4669,6 @@ fi
4669 4669
4670echo "Using source code root directory: $rootdir" 4670echo "Using source code root directory: $rootdir"
4671 4671
4672# this was once possible to change at build-time, but no more:
4673language="english"
4674
4675uname=`uname` 4672uname=`uname`
4676 4673
4677if [ "yes" = "$simulator" ]; then 4674if [ "yes" = "$simulator" ]; then
@@ -5039,7 +5036,6 @@ export MANUFACTURER=${t_manufacturer}
5039export OBJDIR=${pwd} 5036export OBJDIR=${pwd}
5040export BUILDDIR=${pwd} 5037export BUILDDIR=${pwd}
5041export RBCODEC_BLD=${pwd}/lib/rbcodec 5038export RBCODEC_BLD=${pwd}/lib/rbcodec
5042export LANGUAGE=${language}
5043export VOICELANGUAGE=${voicelanguage} 5039export VOICELANGUAGE=${voicelanguage}
5044export MEMORYSIZE=${memory} 5040export MEMORYSIZE=${memory}
5045export BUILDDATE:=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d') 5041export BUILDDATE:=\$(shell date -u +'-DYEAR=%Y -DMONTH=%m -DDAY=%d')