mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- acinclude: replace custom formatting in TUXBOX_APPS_DIRECTORY_ONE with AS_HELP_STRING()
This commit is contained in:
@@ -25,7 +25,7 @@ if test "$DEBUG" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH(libcoolstream-static-dir,
|
AC_ARG_WITH(libcoolstream-static-dir,
|
||||||
AS_HELP_STRING([--with-libcoolstream-static-dir=PATH], [path for static libcoolstream]),
|
AS_HELP_STRING([--with-libcoolstream-static-dir=PATH], [path for static libcoolstream [[NONE]]]),
|
||||||
[LIBCOOLSTREAM_STATIC_DIR="$withval"],
|
[LIBCOOLSTREAM_STATIC_DIR="$withval"],
|
||||||
[LIBCOOLSTREAM_STATIC_DIR=""])
|
[LIBCOOLSTREAM_STATIC_DIR=""])
|
||||||
|
|
||||||
@@ -104,7 +104,7 @@ AC_DEFUN([TUXBOX_EXPAND_VARIABLE],[__$1="$2"
|
|||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN([TUXBOX_APPS_DIRECTORY_ONE],[
|
AC_DEFUN([TUXBOX_APPS_DIRECTORY_ONE],[
|
||||||
AC_ARG_WITH($1,[ $6$7 [[PREFIX$4$5]]],[
|
AC_ARG_WITH($1, AS_HELP_STRING([$6], [$7 [[PREFIX$4$5]]], [32], [79]), [
|
||||||
_$2=$withval
|
_$2=$withval
|
||||||
if test "$TARGET" = "cdk"; then
|
if test "$TARGET" = "cdk"; then
|
||||||
$2=`eval echo "$TARGET_PREFIX$withval"` # no indirection possible IMNSHO
|
$2=`eval echo "$TARGET_PREFIX$withval"` # no indirection possible IMNSHO
|
||||||
|
Reference in New Issue
Block a user