X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=f4a9a7da0c93c99ce0df436368988dbb9bd0f4e9;hb=299a27c8dee0e7eeab3448ed7cdfe1ac7c97ebaf;hp=3a42bfafb2954314b528028fcc6b65c4288150f3;hpb=ef82981e98a3ed2df67127da3904d1fc9248d6c5;p=ncmpc.git diff --git a/configure.ac b/configure.ac index 3a42bfa..f4a9a7d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.60) -AC_INIT(ncurses MPD client, 0.12~git, max@duempel.org, ncmpc) +AC_INIT(ncurses MPD client, 0.12~alpha1, max@duempel.org, ncmpc) AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE([gnu 1.9 dist-bzip2]) +AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -194,7 +194,7 @@ AC_ARG_ENABLE([colors], AC_HELP_STRING([--enable-colors], [Enable color support]), [use_colors=$enableval], - [use_colors=no]) + [use_colors=yes]) AC_MSG_RESULT([$use_colors]) if test "x$use_colors" = "xyes" ; then AC_DEFINE([ENABLE_COLORS], [1], [Enable color support])