acinclude/configure: show defaults

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8084c1d050
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-09 (Sat, 09 Dec 2017)

Origin message was:
------------------
- acinclude/configure: show defaults

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-12-09 13:01:37 +01:00
parent 0c612143c9
commit a8f82523dc
2 changed files with 27 additions and 27 deletions

View File

@@ -15,13 +15,13 @@ AC_ARG_WITH(targetprefix,
[TARGET_PREFIX=""])
AC_ARG_WITH(debug,
AS_HELP_STRING([--without-debug], [disable debugging code]),
AS_HELP_STRING([--without-debug], [disable debugging code @<:@default=no@:>@]),
[DEBUG="$withval"],
[DEBUG="yes"])
if test "$DEBUG" = "yes"; then
DEBUG_CFLAGS="-g3 -ggdb"
AC_DEFINE(DEBUG, 1, [Enable debug messages])
AC_DEFINE(DEBUG, 1, [enable debugging code])
fi
AC_ARG_WITH(libcoolstream-static-dir,
@@ -30,11 +30,11 @@ AC_ARG_WITH(libcoolstream-static-dir,
[LIBCOOLSTREAM_STATIC_DIR=""])
AC_ARG_ENABLE(libcoolstream-static,
AS_HELP_STRING([--enable-libcoolstream-static], [libcoolstream static linked for testing]))
AS_HELP_STRING([--enable-libcoolstream-static], [libcoolstream static linked for testing @<:@default=no@:>@]))
AM_CONDITIONAL(ENABLE_LIBCOOLSTREAM_STATIC, test "$enable_libcoolstream_static" = "yes")
AC_ARG_ENABLE(reschange,
AS_HELP_STRING([--enable-reschange], [enable change the osd resolution (default for hd2 and hd51)]))
AS_HELP_STRING([--enable-reschange], [enable change the osd resolution @<:@default for hd2 and hd51@:>@]))
AM_CONDITIONAL(ENABLE_RESCHANGE,test "$enable_reschange" = "yes")
if test "$enable_reschange" = "yes"; then