summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure106
1 files changed, 31 insertions, 75 deletions
diff --git a/configure b/configure
index 79b947a..df8d785 100755
--- a/configure
+++ b/configure
@@ -591,10 +591,6 @@ LUA_OPT_FALSE
LUA_OPT_TRUE
PYTHON_OPT_FALSE
PYTHON_OPT_TRUE
-use_lua
-use_python
-LUAHOME
-interface_lang
OMEGAHOME
BOOSTHOME
ROSEHOME
@@ -720,8 +716,6 @@ enable_coverage
with_rose
with_boost
with_omega
-with_python
-with_lua
'
ac_precious_vars='build_alias
host_alias
@@ -1376,11 +1370,6 @@ Optional Packages:
--with-omega set omega home
- --with-python set python as the interface languge
-
-
- --with-lua set lua as the interface langauge.
-
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
@@ -2560,7 +2549,6 @@ END
fi
fi
-
#AC_SUBST([prefix],["$(pwd)/bin"])
### Use the C++ compiler for linking (C is default) ###
@@ -5378,75 +5366,43 @@ else
fi
+#AC_ARG_WITH([python],[
+# AS_HELP_STRING([--with-python],[set python as the interface languge])
+# ],[
+# AC_SUBST([interface_lang],[python])
+# ],[
+# AC_SUBST([interface_lang],[python])])
-# Check whether --with-python was given.
-if test "${with_python+set}" = set; then :
- withval=$with_python;
- interface_lang=python
-
-
-else
-
- interface_lang=default
-
-fi
-
-
-
-# Check whether --with-lua was given.
-if test "${with_lua+set}" = set; then :
- withval=$with_lua;
- LUAHOME="${LUAHOME}"
-
- interface_lang=lua
-
-
-else
-
- LUAHOME="${LUAHOME}"
-
-fi
-
+#AC_ARG_WITH([lua],[
+# AS_HELP_STRING([--with-lua],[set lua as the interface langauge.])],[
+# AC_SUBST([LUAHOME], ["${LUAHOME}"])
+# AC_SUBST([interface_lang], [lua])
+# ],[
+# AC_SUBST([LUAHOME], ["${LUAHOME}"])])
#AC_ARG_WITH([interface],[
# AS_HELP_STRING([--with-interface],[select interface language])],[
# AC_SUBST([interface_lang],[$withval])],[
# AC_SUBST([interface_lang],[default])])
-if test "x$interface_lang" == xdefault; then :
-
- if test "x$enable_cuda" == xyes; then :
-
- use_python=yes
-
- use_lua=no
-
-
-else
-
- use_python=yes
-
- use_lua=no
-
-fi
-fi
-
-if test "x$interface_lang" == xlua; then :
-
- use_python=no
-
- use_lua=yes
-
-fi
-if test "x$interface_lang" == xpython; then :
-
- use_python=yes
-
- use_lua=no
-
-fi
-
- if test "x$use_python" == xyes; then
+#AS_IF([test "x$interface_lang" == xdefault],[
+# AS_IF([test "x$enable_cuda" == xyes],[
+# AC_SUBST([use_python],[yes])
+# AC_SUBST([use_lua],[no])
+# AC_SUBST([interface_lang],[python])
+# ],[
+# AC_SUBST([use_python],[yes])
+# AC_SUBST([use_lua],[no])
+# AC_SUBST([interface_lang],[python])])],[])
+
+#AS_IF([test "x$interface_lang" == xlua],[
+# AC_SUBST([use_python],[no])
+# AC_SUBST([use_lua],[yes])],[])
+#AS_IF([test "x$interface_lang" == xpython],[
+# AC_SUBST([use_python],[yes])
+# AC_SUBST([use_lua],[no])],[])
+
+ if test 1 = 1; then
PYTHON_OPT_TRUE=
PYTHON_OPT_FALSE='#'
else
@@ -5454,7 +5410,7 @@ else
PYTHON_OPT_FALSE=
fi
- if test "x$use_lua" == xyes; then
+ if test 1 = 0; then
LUA_OPT_TRUE=
LUA_OPT_FALSE='#'
else