# HG changeset patch # User Matti Hamalainen # Date 1208757240 -10800 # Node ID 4e78a395816687daf7eaa06d517c8454822911fa # Parent b426020203492976455f009033a7445066a36ebe Show default settings for options in --help. diff -r b42602020349 -r 4e78a3958166 configure.ac --- a/configure.ac Mon Apr 21 08:53:30 2008 +0300 +++ b/configure.ac Mon Apr 21 08:54:00 2008 +0300 @@ -106,11 +106,11 @@ AUD_ARG_ENABLE([one-plugin-dir], [no], -[ --enable-one-plugin-dir Use a single plugin dir (default=no)]) +[ --enable-one-plugin-dir Use a single plugin dir (def: no)]) AUD_ARG_ENABLE([user-plugin-dir], [yes], -[ --disable-user-plugin-dir Disable per-user plugin dir]) +[ --disable-user-plugin-dir Disable per-user plugin dir (def: enabled)]) if test "x$enable_user_plugin_dir" = "xno"; then AC_DEFINE([DISABLE_USER_PLUGIN_DIR], 1, [Define to disable per user plugin directory]) @@ -189,7 +189,7 @@ dnl Chardet support dnl =============== AUD_ARG_ENABLE([chardet], [yes], -[ --enable-chardet Enable charset detection support], +[ --disable-chardet Disable charset detection support (def: enabled)], [ AC_DEFINE([USE_CHARDET], 1, [Define if character set detection enabled]) AC_CHECK_LIB([udet_c], [detectCharset], [ @@ -205,7 +205,7 @@ dnl D-Bus support dnl ============= AUD_ARG_ENABLE([dbus], [yes], -[ --enable-dbus Enable D-Bus support], +[ --enable-dbus Enable D-Bus support (def: enabled)], [ PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.60 dbus-glib-1 >= 0.60 gthread-2.0], [enable_dbus=yes], @@ -234,7 +234,7 @@ dnl libsamplerate support dnl ===================== AUD_ARG_ENABLE([samplerate], [no], -[ --enable-samplerate Enable libsamplerate support], +[ --enable-samplerate Enable libsamplerate support (def: disabled)], [ AUD_CHECK_MODULE([SAMPLERATE], [samplerate],, [libsamplerate]) aud_save_LIBS="$LIBS" @@ -255,7 +255,7 @@ dnl xspf playlist support dnl ===================== AUD_ARG_ENABLE([xspf], [yes], -[ --disable-xspf Disable XSPF support], +[ --disable-xspf Disable XSPF support (def: enabled)], [ AM_PATH_XML2([2.0.0],, [ AC_MSG_WARN([*** libxml2 is not installed. XSPF playlist support will not be built. ***]) @@ -273,7 +273,7 @@ REGEX_LIBS= REGEX_CFLAGS= AC_ARG_WITH([regexlib], -[[ --with-regexlib[=gnu/oniguruma/pcre] use the chosen regex library (default: gnu)]], +[[ --with-regexlib[=gnu/oniguruma/pcre] use the chosen regex library (def: gnu)]], [ case $withval in pcre) @@ -306,7 +306,7 @@ dnl SSE2 support dnl ============ AUD_ARG_ENABLE([sse2], [yes], -[ --disable-sse2 Disable SSE2 support], +[ --disable-sse2 Disable SSE2 support (def: enabled)], [ AC_MSG_CHECKING([SSE2 support]) aud_my_save_CFLAGS="$CFLAGS" @@ -335,7 +335,7 @@ dnl AltiVec support dnl =============== AUD_ARG_ENABLE([altivec], [yes], -[ --disable-altivec Disable AltiVec support], +[ --disable-altivec Disable AltiVec support (def: enabled)], [ AC_CHECK_HEADERS([altivec.h], [ @@ -357,7 +357,7 @@ AC_DEFINE_UNQUOTED([AUDACIOUS_DESKTOP_FILE], "${desktop_file}", [Location of the desktop file]) AUD_ARG_ENABLE([sm], [yes], -[ --disable-sm Disable session management], +[ --disable-sm Disable session management (def: enabled)], [ PKG_CHECK_MODULES([SM], [sm >= 1.0], [ AC_DEFINE([USE_EGGSM], 1, [Define if session management should be used.])