summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 731ccd2)
raw | patch | inline | side by side (parent: 731ccd2)
author | Kalle Wallin <kaw@linux.se> | |
Mon, 3 May 2004 11:32:15 +0000 (11:32 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Mon, 3 May 2004 11:32:15 +0000 (11:32 +0000) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index ea1bcad1f34445b7d48afbe1a2558b474c42829a..87dbc6a529553340b4c38b235cfc36ddd43d6b7b 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl
-dnl $Id: configure.ac,v 1.10 2004/03/18 09:33:43 kalle Exp $
+dnl $Id$
dnl
AC_INIT
AC_CONFIG_SRCDIR([main.c])
-AM_INIT_AUTOMAKE(ncmpc, 0.10.1)
+AM_INIT_AUTOMAKE(ncmpc, 0.10.2-svn)
dnl Check for programs
AC_PROG_CC
dnl Debugging
AC_ARG_ENABLE(debug,
- AC_HELP_STRING(--enable-debug,Enable debugging),
+ AC_HELP_STRING(--enable-debug,Enable debugging (default=no)),
,
enable_debug=no)
dnl Key editor
AC_ARG_ENABLE(key-editor,
- AC_HELP_STRING(--enable-key-editor,Enable key editor),
+ AC_HELP_STRING(--enable-key-editor,
+ Enable key editor (default=yes)),
keydef_screen=no,
keydef_screen=yes)
if test "$keydef_screen" = yes; then