changeset 4497:994bffce017c

--with-rc-path was not actually supported anymore; just remove it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 21 Apr 2008 08:59:30 +0300
parents 4e78a3958166
children e8b8b22ce567
files configure.ac extra.mk.in
diffstat 2 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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 ""
--- 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@