# HG changeset patch # User Matti Hamalainen # Date 1208757570 -10800 # Node ID 994bffce017c257b2ea37ff7ac03237fc2d4cead # Parent 4e78a395816687daf7eaa06d517c8454822911fa --with-rc-path was not actually supported anymore; just remove it. diff -r 4e78a3958166 -r 994bffce017c configure.ac --- a/configure.ac Mon Apr 21 08:54:00 2008 +0300 +++ b/configure.ac Mon Apr 21 08:59:30 2008 +0300 @@ -92,19 +92,6 @@ dnl ============= AC_PATH_PROG([AUDACIOUS_PATH], [audacious], [no]) -AC_ARG_WITH([rc-path], [dnl - --with-rc-path=path Resource and configuration path for Audacious - relative to $HOME. (deprecated, use XDG)], - [rc_path=$withval], - [rc_path=.audacious] -) -AC_DEFINE_UNQUOTED([AUD_RCPATH], "$rc_path", - [Resource and configuration path for audacious relative to $HOME.] -) -AC_DEFINE([DOTAUDACIOUS_COMPAT], 1, [Enable compatibility for $HOME/.audacious]) -AC_SUBST([AUD_RCPATH]) - - AUD_ARG_ENABLE([one-plugin-dir], [no], [ --enable-one-plugin-dir Use a single plugin dir (def: no)]) @@ -492,8 +479,6 @@ echo " Current Audacious executable: $AUDACIOUS_PATH" fi -echo " Legacy configuration path: \$HOME/$rc_path" -echo "" echo " Use one plugin dir: $enable_one_plugin_dir" echo " Allow user plugin dir: $enable_user_plugin_dir" echo "" diff -r 4e78a3958166 -r 994bffce017c extra.mk.in --- a/extra.mk.in Mon Apr 21 08:54:00 2008 +0300 +++ b/extra.mk.in Mon Apr 21 08:59:30 2008 +0300 @@ -169,7 +169,6 @@ RM ?= @RM@ INSTALL_PROGRAM ?= @INSTALL_PROGRAM@ PLUGIN_LDFLAGS ?= @PLUGIN_LDFLAGS@ -AUD_RCPATH ?= @AUD_RCPATH@ VISUALIZATION_PLUGIN_DIR ?= @VISUALIZATION_PLUGIN_DIR@ IMPLIB_LIBS ?= @IMPLIB_LIBS@ MSGMERGE ?= @MSGMERGE@