summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ba0413)
raw | patch | inline | side by side (parent: 0ba0413)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 3 Jan 2005 21:16:08 +0000 (21:16 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 3 Jan 2005 21:16:08 +0000 (21:16 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 9494b026e583f4ffb68337092844cc3e807a36ac..98be7ab6a4fe27513f0da6f4363dfe4f05bf41e0 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_INIT
AC_CONFIG_SRCDIR([src/main.c])
-AM_INIT_AUTOMAKE([ncmpc], [0.11.1-svn])
+AM_INIT_AUTOMAKE([ncmpc], [0.11.1-rc1])
AM_CONFIG_HEADER([config.h])
dnl Check for programs
AC_MSG_CHECKING([whether to include the search screen])
AC_ARG_ENABLE([search-screen],
AC_HELP_STRING([--enable-search-screen],
- [Enable search screen @<:@default=yes@:>@]),
+ [Enable search screen (EXPERIMENTAL) @<:@default=no@:>@]),
[search_screen="$enableval"],
- [search_screen=yes])
+ [search_screen=no])
AC_MSG_RESULT([$search_screen])
if test "x$search_screen" != "xyes" ; then
AC_DEFINE(DISABLE_SEARCH_SCREEN, 1, [Disable search screen])