aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-11 14:51:44 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-30 20:07:27 +1000
commit42f3fb7b7f46c9af1e20573fa3fb5699e80244bf (patch)
tree7c4cf02fd3a4bae52a154d1ec4199c7304af4e93 /configure
parent9e21b4458c58607993935c7a05d114103606bea2 (diff)
downloadjimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.zip
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.gz
jimtcl-42f3fb7b7f46c9af1e20573fa3fb5699e80244bf.tar.bz2
Determine platform_tcl() settings with configure
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 83a6930..72ee17e 100755
--- a/configure
+++ b/configure
@@ -603,6 +603,8 @@ ac_includes_default="\
ac_subst_vars='LTLIBOBJS
LIBOBJS
+PLATFORM_PLATFORM
+PLATFORM_OS
SRCDIR
EXTRA_CFLAGS
JIM_EXTENSIONS
@@ -3958,6 +3960,10 @@ EXTRA_CFLAGS=$EXTRA_CFLAGS
SRCDIR=`dirname $0`
+PLATFORM_OS=`uname -s`
+
+PLATFORM_PLATFORM=unix
+
ac_config_files="$ac_config_files Makefile jimautoconfext.h"