Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
30e84852
Commit
30e84852
authored
Nov 30, 2015
by
yoogx
Browse files
* Remove PolyORB-HI/Java
parent
c207f687
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
30e84852
...
...
@@ -202,7 +202,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
RUNTIME_LIST=""
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_HI_JAVA, false)
AM_CONDITIONAL(POK, false)
newwithval=`echo ${withval} | tr "[A-Z]" "[a-z]"`
...
...
@@ -210,7 +209,7 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
do
case ${R} in
all )
for P in polyorb-hi-ada polyorb-hi-c
polyorb-hi-java
for P in polyorb-hi-ada polyorb-hi-c
do
if test -d ${root}/resources/runtime/${P}
then
...
...
@@ -222,7 +221,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_ADA, true)
AM_CONDITIONAL(PO_HI_C, true)
AM_CONDITIONAL(PO_HI_JAVA, true)
;;
none )
...
...
@@ -260,15 +258,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_C, true)
;;
polyorb-hi-java )
if test -d ${root}/resources/runtime/${R}
then
RUNTIME_LIST="${RUNTIME_LIST}${R} "
else
AC_MSG_ERROR([runtime ${R} not found])
fi
AM_CONDITIONAL(PO_HI_JAVA, true)
;;
* )
AC_MSG_ERROR([unknown runtime ${R}])
...
...
@@ -279,7 +268,7 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
],
[
RUNTIME_LIST=""
for P in polyorb-hi-ada polyorb-hi-c
polyorb-hi-java
for P in polyorb-hi-ada polyorb-hi-c
do
if test -d ${root}/resources/runtime/${P}
then
...
...
@@ -290,7 +279,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(POK, test -d "${root}/resources/runtime/pok")
AM_CONDITIONAL(PO_HI_ADA, test -d "${root}/resources/runtime/polyorb-hi-ada")
AM_CONDITIONAL(PO_HI_C, test -d "${root}/resources/runtime/polyorb-hi-c")
AM_CONDITIONAL(PO_HI_JAVA, test -d "${root}/resources/runtime/polyorb-hi-java")
])
AC_MSG_RESULT(${RUNTIME_LIST})
AC_SUBST(RUNTIME_LIST)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment