diff --git a/README b/README index 007a88d..40ee536 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ Audacious input plugin for AMIGA Future Composer audio decoding -https://github.com/mschwendt/future-composer-audio-decoding +https://github.com/mschwendt/audacious-plugins-fc This release is built upon libfc14audiodecoder. diff --git a/configure.ac b/configure.ac index 9929343..4f68356 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,6 @@ -AC_INIT([audacious-plugin-fc], [0.8.3.8]) +AC_INIT([audacious-plugin-fc], [0.8.4]) AC_CONFIG_SRCDIR([src/audfc.h]) AM_INIT_AUTOMAKE([foreign]) -AM_DISABLE_STATIC -AM_PROG_LIBTOOL AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -37,5 +35,7 @@ test "x$audfc_plugin_dir" == "x" && AC_MSG_ERROR([check failed]) AUDACIOUS_IPLUGIN_DIR="$audfc_plugin_dir/Input" AC_SUBST([AUDACIOUS_IPLUGIN_DIR]) +LT_INIT([disable-static]) + AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT