From 227da2377a80c66b755f0fa49770bb6234eb1ad2 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 6 Jan 2013 16:47:09 -0800 Subject: Modify version string to post-release version 0.17.4~git --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c246ddbb..9a495b66 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.17.3, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.17.4~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=17 -- cgit v1.2.3 From 78f4171a7ac923d2bf9be6b42ee9b1909ab59e86 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Wed, 9 Jan 2013 14:35:25 +0600 Subject: configure.ac: improve detection of libgme At least in my configuration libgme lacks .pc file thus could not be detected with pkg-config. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9a495b66..05f28882 100644 --- a/configure.ac +++ b/configure.ac @@ -853,7 +853,7 @@ fi AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes) dnl ---------------------------------- libgme --------------------------------- -MPD_AUTO_PKG(gme, GME, [libgme], +MPD_AUTO_PKG_LIB(gme, GME, [libgme], gme, gme_open_file, [-lgme -lstdc++], [], [gme decoder plugin], [libgme not found]) AM_CONDITIONAL(HAVE_GME, test x$enable_gme = xyes) if test x$enable_gme = xyes; then -- cgit v1.2.3