Code

command: added CMD_LOCATE to locate song in database
[ncmpc.git] / configure.ac
index 3a42bfafb2954314b528028fcc6b65c4288150f3..f4a9a7da0c93c99ce0df436368988dbb9bd0f4e9 100644 (file)
@@ -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])