aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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"