From: Kalle Wallin Date: Mon, 3 May 2004 11:32:15 +0000 (+0000) Subject: Changed the old CVS Id tag to a SVN Id tag, version updated to 0.10.2-svn X-Git-Tag: v0.12_alpha1~557 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0239f0db2a0ec84a86e2aadbcd581caa6191e4e8;p=ncmpc.git Changed the old CVS Id tag to a SVN Id tag, version updated to 0.10.2-svn git-svn-id: https://svn.musicpd.org/ncmpc/trunk@897 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- diff --git a/configure.ac b/configure.ac index ea1bcad..87dbc6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ 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 @@ -68,7 +68,7 @@ AC_CHECK_LIB(popt, 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) @@ -78,7 +78,8 @@ fi 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