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
86cf8b48
Commit
86cf8b48
authored
Aug 26, 2014
by
yoogx
Browse files
* Rework circuitry to detect runtime by default
parent
bd2a8bc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
86cf8b48
...
...
@@ -195,7 +195,7 @@ AC_SUBST(EXE_SUFFIX)
root="`dirname $0`"
AC_MSG_CHECKING([
default services
])
AC_MSG_CHECKING([
AADL runtime to build
])
AC_ARG_WITH(ocarina-runtimes,
AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
[
...
...
@@ -279,6 +279,14 @@ AS_HELP_STRING([--with-ocarina-runtimes=x], [enumerate runtimes]),
],
[
RUNTIME_LIST=""
for P in polyorb-hi-ada polyorb-hi-c polyorb-hi-java
do
if test -d ${root}/resources/runtime/${P}
then
RUNTIME_LIST="${RUNTIME_LIST}${P} "
fi
done
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")
...
...
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