changeset 2005:f4d7be3f1e05 trunk

[svn] Fixed wrong help, it has to be --with-rc-path. Found by Benny Siegert <bsiegert@gmx.de>
author js
date Fri, 24 Nov 2006 09:49:06 -0800
parents 1b4c0face93f
children beaeb1990cb4
files ChangeLog configure.ac
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 24 04:49:53 2006 -0800
+++ b/ChangeLog	Fri Nov 24 09:49:06 2006 -0800
@@ -1,3 +1,10 @@
+2006-11-24 12:49:53 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [3001]
+  Updated translation by Yang Zhang <zyangmath@gmail.com> aka program, closes bug #660.
+  trunk/po/zh_CN.po |  607 +++++++++++++++++++++++++++---------------------------
+  1 file changed, 304 insertions(+), 303 deletions(-)
+
+
 2006-11-24 07:29:34 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2999]
   - init plugins before initalizing the skin system.
--- a/configure.ac	Fri Nov 24 04:49:53 2006 -0800
+++ b/configure.ac	Fri Nov 24 09:49:06 2006 -0800
@@ -58,7 +58,7 @@
 AC_PATH_PROG(BEEP_PATH, audacious, no)
 
 AC_ARG_WITH(rc-path,
-    [  --rc-path=path                 Resource and configuration path for audacious relative to $HOME.],
+    [  --with-rc-path=path                 Resource and configuration path for audacious relative to $HOME.],
     [rc_path=$withval],
     [rc_path=.audacious]
 )