Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
691bb573
Commit
691bb573
authored
Feb 07, 2020
by
Matthieu Schaller
Browse files
Added missing options to the configure help string
parent
aaa7b6ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
691bb573
...
...
@@ -1911,7 +1911,7 @@ esac
# Feedback model
AC_ARG_WITH([feedback],
[AS_HELP_STRING([--with-feedback=<model>],
[Feedback model to use @<:@none, EAGLE,
debug
default: none@:>@]
[Feedback model to use @<:@none, EAGLE,
GEAR
default: none@:>@]
)],
[with_feedback="$withval"],
[with_feedback="none"]
...
...
@@ -1944,7 +1944,7 @@ esac
# Black hole model.
AC_ARG_WITH([black-holes],
[AS_HELP_STRING([--with-black-holes=<model>],
[Black holes model to use @<:@none, default: none@:>@]
[Black holes model to use @<:@none,
EAGLE
default: none@:>@]
)],
[with_black_holes="$withval"],
[with_black_holes="none"]
...
...
@@ -1973,7 +1973,7 @@ esac
# Task order
AC_ARG_WITH([task-order],
[AS_HELP_STRING([--with-task-order=<model>],
[Task order to use @<:@none, EAGLE, GEAR default:
none
@:>@]
[Task order to use @<:@none, EAGLE, GEAR default:
default
@:>@]
)],
[with_task_order="$withval"],
[with_task_order="none"]
...
...
@@ -1991,8 +1991,8 @@ case "$with_task_order" in
EAGLE)
AC_DEFINE([TASK_ORDER_EAGLE], [1], [EAGLE task order])
;;
none
)
AC_DEFINE([TASK_ORDER_NONE], [1], [Default task order])
default
)
AC_DEFINE([TASK_ORDER_NONE], [1], [Default
(i.e. EAGLE/OWLS)
task order])
;;
GEAR)
AC_DEFINE([TASK_ORDER_GEAR], [1], [GEAR task order])
...
...
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