comparison configure.ac @ 745:9dc5378cc806

Remove XMMS_EXTRA stuff, as we require XMMS 1.2.10+ now.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:24:49 +0200
parents c7fa50576c70
children c8be6b069eec
comparison
equal deleted inserted replaced
744:c7fa50576c70 745:9dc5378cc806
17 17
18 dnl *** 18 dnl ***
19 dnl *** Define some templates 19 dnl *** Define some templates
20 dnl *** 20 dnl ***
21 AH_TEMPLATE([HAVE_SONG_POSITION], [Define if you have XMMS patched with the songpos patch.]) 21 AH_TEMPLATE([HAVE_SONG_POSITION], [Define if you have XMMS patched with the songpos patch.])
22 AH_TEMPLATE([HAVE_XMMSEXTRA], [Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to support some extra features.])
23 AH_TEMPLATE([HAVE_SIDPLAY1], [Define if you have and want to use libSIDPlay 1]) 22 AH_TEMPLATE([HAVE_SIDPLAY1], [Define if you have and want to use libSIDPlay 1])
24 AH_TEMPLATE([HAVE_SIDPLAY2], [Define if you have and want to use libSIDPlay 2]) 23 AH_TEMPLATE([HAVE_SIDPLAY2], [Define if you have and want to use libSIDPlay 2])
25 AH_TEMPLATE([HAVE_SIDPLAY2_FP], [Define if you have and want to use libSIDPlay 2-FP http://sourceforge.net/projects/sidplay-residfp/]) 24 AH_TEMPLATE([HAVE_SIDPLAY2_FP], [Define if you have and want to use libSIDPlay 2-FP http://sourceforge.net/projects/sidplay-residfp/])
26 AH_TEMPLATE([HAVE_THEMETUNE], [Define if you want to build code to play XMMS-SID theme SID-tune. The tune needs to be installed too, though.]) 25 AH_TEMPLATE([HAVE_THEMETUNE], [Define if you want to build code to play XMMS-SID theme SID-tune. The tune needs to be installed too, though.])
27 26
155 154
156 155
157 dnl *** 156 dnl ***
158 dnl *** Check XMMS version 157 dnl *** Check XMMS version
159 dnl *** 158 dnl ***
160 AM_PATH_XMMS([1.2.0],, [ 159 AM_PATH_XMMS([1.2.10],, [
161 AC_MSG_ERROR([*** XMMS >= 1.2.0 not found. You need XMMS v1.2.0 or later to use XMMS-SID plugin.]) 160 AC_MSG_ERROR([*** XMMS >= 1.2.10 not found. You need XMMS v1.2.10 or later to use XMMS-SID plugin.])
162 ]) 161 ])
163 libdir="$XMMS_INPUT_PLUGIN_DIR" 162 libdir="$XMMS_INPUT_PLUGIN_DIR"
164
165 XMMS_TEST_VERSION([$XMMS_VERSION], [1.2.5], [
166 AC_DEFINE([HAVE_XMMSEXTRA])
167 xs_have_xmmsextra="yes"
168 ], [
169 xs_have_xmmsextra="no"
170 ])
171 163
172 164
173 dnl *** 165 dnl ***
174 dnl *** And finally, output the all generatable files! 166 dnl *** And finally, output the all generatable files!
175 dnl *** 167 dnl ***
186 dnl *** 178 dnl ***
187 AC_MSG_RESULT([ 179 AC_MSG_RESULT([
188 $PACKAGE_STRING has been configured successfully: 180 $PACKAGE_STRING has been configured successfully:
189 181
190 Installation directory : $libdir 182 Installation directory : $libdir
191 XMMS >= v1.2.5 extra features : $xs_have_xmmsextra
192 Song-position patch : $xs_have_songpos 183 Song-position patch : $xs_have_songpos
193 libSIDPlay 1 support : $xs_have_sidplay1 184 libSIDPlay 1 support : $xs_have_sidplay1
194 libSIDPlay 2 support : $xs_have_sidplay2_lib $xs_have_sidplay2_api 185 libSIDPlay 2 support : $xs_have_sidplay2_lib $xs_have_sidplay2_api
195 Included builders : $xs_builders 186 Included builders : $xs_builders
196 XMMS-SID theme SID-tune : $xs_have_themetune 187 XMMS-SID theme SID-tune : $xs_have_themetune