From 74a778e65fb7dd665d45725b995755e872692334 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 18 Nov 2013 20:03:30 +0100 Subject: configure.ac: prepare for 0.18.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6805a5d46..268cb7aa7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.4, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.18.5~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=18 -- cgit v1.2.3 From 727c6226597fb710239b14e7985d97ec6b53f0ee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 21 Nov 2013 22:50:58 +0100 Subject: configure.ac: auto-detect fluidsynth by default The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no". --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 268cb7aa7..b62cb22eb 100644 --- a/configure.ac +++ b/configure.ac @@ -874,10 +874,12 @@ AM_CONDITIONAL(HAVE_FLAC, test x$enable_flac = xyes) enable_flac_encoder=$enable_flac dnl -------------------------------- FluidSynth ------------------------------- + +MPD_AUTO_PKG(fluidsynth, FLUIDSYNTH, [fluidsynth >= 1.1], + [fluidsynth decoder], [fluidsynth not found]) + if test x$enable_fluidsynth = xyes; then - PKG_CHECK_MODULES(FLUIDSYNTH, [fluidsynth >= 1.1], - AC_DEFINE(ENABLE_FLUIDSYNTH, 1, [Define for fluidsynth support]), - enable_fluidsynth=no) + AC_DEFINE(ENABLE_FLUIDSYNTH, 1, [Define for fluidsynth support]) fi AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes) -- cgit v1.2.3 From 57e0cc54424561499039967aa501c17d4b179019 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 23 Nov 2013 18:08:39 +0100 Subject: release v0.18.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b62cb22eb..b55c19e30 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.18.5~git, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.18.5, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=18 -- cgit v1.2.3