mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- acinclude: use AS_HELP_STRING() for --with-boxmodel; ...
i don't know any other way to get linefeeds in right-hand text Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -323,9 +323,9 @@ AC_ARG_WITH(boxtype,
|
|||||||
[BOXTYPE="coolstream"])
|
[BOXTYPE="coolstream"])
|
||||||
|
|
||||||
AC_ARG_WITH(boxmodel,
|
AC_ARG_WITH(boxmodel,
|
||||||
[ --with-boxmodel valid for coolstream: hd1, hd2
|
AS_HELP_STRING([--with-boxmodel], [valid for coolstream: hd1, hd2])
|
||||||
valid for armbox: hd51
|
AS_HELP_STRING([], [valid for armbox: hd51])
|
||||||
valid for generic: raspi],
|
AS_HELP_STRING([], [valid for generic: raspi]),
|
||||||
[case "${withval}" in
|
[case "${withval}" in
|
||||||
hd1|hd2)
|
hd1|hd2)
|
||||||
if test "$BOXTYPE" = "coolstream"; then
|
if test "$BOXTYPE" = "coolstream"; then
|
||||||
|
Reference in New Issue
Block a user