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
bd2a8bc1
Commit
bd2a8bc1
authored
Aug 26, 2014
by
yoogx
Browse files
* Remove mentions of PolyORB-QoS-Ada runtime
parent
c55b3dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bd2a8bc1
...
...
@@ -203,7 +203,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_HI_JAVA, false)
AM_CONDITIONAL(PO_QOS_ADA, false)
AM_CONDITIONAL(POK, false)
newwithval=`echo ${withval} | tr "[A-Z]" "[a-z]"`
...
...
@@ -211,7 +210,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-qos-ada
polyorb-hi-java
for P in polyorb-hi-ada polyorb-hi-c polyorb-hi-java
do
if test -d ${root}/resources/runtime/${P}
then
...
...
@@ -224,13 +223,11 @@ 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)
AM_CONDITIONAL(PO_QOS_ADA, true)
;;
none )
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_QOS_ADA, false)
;;
pok )
...
...
@@ -273,16 +270,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_JAVA, true)
;;
polyorb-qos-ada )
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_QOS_ADA, true)
;;
* )
AC_MSG_ERROR([unknown runtime ${R}])
;;
...
...
@@ -296,7 +283,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
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")
AM_CONDITIONAL(PO_QOS_ADA, test -d "${root}/resources/runtime/polyorb-qos-ada")
])
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