comparison configure.ac @ 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 52dda29aa5e0
children 58ea18909fe7
comparison
equal deleted inserted replaced
2004:1b4c0face93f 2005:f4d7be3f1e05
56 dnl Path settings 56 dnl Path settings
57 57
58 AC_PATH_PROG(BEEP_PATH, audacious, no) 58 AC_PATH_PROG(BEEP_PATH, audacious, no)
59 59
60 AC_ARG_WITH(rc-path, 60 AC_ARG_WITH(rc-path,
61 [ --rc-path=path Resource and configuration path for audacious relative to $HOME.], 61 [ --with-rc-path=path Resource and configuration path for audacious relative to $HOME.],
62 [rc_path=$withval], 62 [rc_path=$withval],
63 [rc_path=.audacious] 63 [rc_path=.audacious]
64 ) 64 )
65 AC_DEFINE_UNQUOTED(BMP_RCPATH, "$rc_path", 65 AC_DEFINE_UNQUOTED(BMP_RCPATH, "$rc_path",
66 [Resource and configuration path for audacious relative to $HOME.] 66 [Resource and configuration path for audacious relative to $HOME.]