Mercurial > audlegacy-plugins
changeset 46:653288afa6e7 trunk
[svn] - fix a $(BEEP_DEFINES) issue where -DDATA_DIR is wrong
author | nenolod |
---|---|
date | Thu, 21 Sep 2006 04:16:52 -0700 |
parents | c8d93594e5f1 |
children | 85d7e55b29d2 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 21 04:03:13 2006 -0700 +++ b/ChangeLog Thu Sep 21 04:16:52 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-21 11:03:13 +0000 William Pitcock <nenolod@nenolod.net> + revision [90] + - drop libmusicbrainz requirement + + + Changes: Modified: + +0 -4 trunk/configure.ac + + 2006-09-21 05:20:52 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [88] - configure option for chardet was missing.
--- a/configure.ac Thu Sep 21 04:03:13 2006 -0700 +++ b/configure.ac Thu Sep 21 04:16:52 2006 -0700 @@ -1018,7 +1018,7 @@ localedir="$datadir/locale" AC_SUBST(localedir) -BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" +BEEP_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious-plugins\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" CFLAGS="$CFLAGS $EXTRA_CFLAGS" if test "$enable_user_plugin_dir" = "no"; then