Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
bd2a8bc1
Commit
bd2a8bc1
authored
Aug 26, 2014
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove mentions of PolyORB-QoS-Ada runtime
parent
c55b3dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
configure.ac
configure.ac
+1
-15
No files found.
configure.ac
View file @
bd2a8bc1
...
@@ -203,7 +203,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
...
@@ -203,7 +203,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_HI_JAVA, false)
AM_CONDITIONAL(PO_HI_JAVA, false)
AM_CONDITIONAL(PO_QOS_ADA, false)
AM_CONDITIONAL(POK, false)
AM_CONDITIONAL(POK, false)
newwithval=`echo ${withval} | tr "[A-Z]" "[a-z]"`
newwithval=`echo ${withval} | tr "[A-Z]" "[a-z]"`
...
@@ -211,7 +210,7 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
...
@@ -211,7 +210,7 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
do
do
case ${R} in
case ${R} in
all )
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
do
if test -d ${root}/resources/runtime/${P}
if test -d ${root}/resources/runtime/${P}
then
then
...
@@ -224,13 +223,11 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
...
@@ -224,13 +223,11 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_ADA, true)
AM_CONDITIONAL(PO_HI_ADA, true)
AM_CONDITIONAL(PO_HI_C, true)
AM_CONDITIONAL(PO_HI_C, true)
AM_CONDITIONAL(PO_HI_JAVA, true)
AM_CONDITIONAL(PO_HI_JAVA, true)
AM_CONDITIONAL(PO_QOS_ADA, true)
;;
;;
none )
none )
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_ADA, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_HI_C, false)
AM_CONDITIONAL(PO_QOS_ADA, false)
;;
;;
pok )
pok )
...
@@ -273,16 +270,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
...
@@ -273,16 +270,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
AM_CONDITIONAL(PO_HI_JAVA, true)
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}])
AC_MSG_ERROR([unknown runtime ${R}])
;;
;;
...
@@ -296,7 +283,6 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
...
@@ -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_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_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_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_MSG_RESULT(${RUNTIME_LIST})
AC_SUBST(RUNTIME_LIST)
AC_SUBST(RUNTIME_LIST)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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