mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
acinclude: use AS_HELP_STRING() for --with-boxmodel; ...
i don't know any other way to get linefeeds in right-hand text
Origin commit data
------------------
Branch: ni/coolstream
Commit: f66f381c7d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)
Origin message was:
------------------
- acinclude: use AS_HELP_STRING() for --with-boxmodel; ...
i don't know any other way to get linefeeds in right-hand text
------------------
This commit was generated by Migit
This commit is contained in:
@@ -83,7 +83,7 @@ AC_CANONICAL_BUILD
|
|||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
check_path () {
|
check_path() {
|
||||||
return $(perl -e "if(\"$1\"=~m#^/usr/(local/)?bin#){print \"0\"}else{print \"1\";}")
|
return $(perl -e "if(\"$1\"=~m#^/usr/(local/)?bin#){print \"0\"}else{print \"1\";}")
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -324,9 +324,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