mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
acinclude: simplify commit 48de97c34ff4216a93814a137ad99302b3592ab7
Origin commit data
------------------
Commit: 51c670cab0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-11-01 (Thu, 01 Nov 2018)
Origin message was:
------------------
- acinclude: simplify commit 48de97c34ff4216a93814a137ad99302b3592ab7
This commit is contained in:
13
acinclude.m4
13
acinclude.m4
@@ -419,10 +419,6 @@ AC_ARG_WITH(boxtype,
|
|||||||
tripledragon|coolstream|spark|azbox|generic|armbox)
|
tripledragon|coolstream|spark|azbox|generic|armbox)
|
||||||
BOXTYPE="$withval"
|
BOXTYPE="$withval"
|
||||||
;;
|
;;
|
||||||
hd60)
|
|
||||||
BOXTYPE="armbox"
|
|
||||||
BOXMODEL="$withval"
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([bad value $withval for --with-boxtype])
|
AC_MSG_ERROR([bad value $withval for --with-boxtype])
|
||||||
;;
|
;;
|
||||||
@@ -453,14 +449,7 @@ AS_HELP_STRING([], [valid for generic: raspi]),
|
|||||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
hd51)
|
hd51|hd60)
|
||||||
if test "$BOXTYPE" = "armbox"; then
|
|
||||||
BOXMODEL="$withval"
|
|
||||||
else
|
|
||||||
AC_MSG_ERROR([unknown model $withval for boxtype $BOXTYPE])
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
hd60)
|
|
||||||
if test "$BOXTYPE" = "armbox"; then
|
if test "$BOXTYPE" = "armbox"; then
|
||||||
BOXMODEL="$withval"
|
BOXMODEL="$withval"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user