changeset 88:0cf08d137248

Some fixes for RPM-stuff
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Oct 2003 12:38:02 +0000
parents 94497283affa
children b3f5b731a3fe
files configure.in
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Oct 05 10:38:03 2003 +0000
+++ b/configure.in	Sun Oct 05 12:38:02 2003 +0000
@@ -6,7 +6,7 @@
 AC_PREREQ(2.56)
 
 dnl Initialize
-AC_INIT(XMMS-SID, 0.8.0beta3, ccr@tnsp.org)
+AC_INIT(XMMS-SID, 0.8.0beta5, ccr@tnsp.org)
 AC_COPYRIGHT([[(C) 2002-2003 Matti 'ccr' Hämäläinen]])
 AC_CONFIG_SRCDIR(src/xmms-sid.h)
 AM_INIT_AUTOMAKE
@@ -168,7 +168,7 @@
 fi
 if test "$xs_have_sidplay1" = yes; then
 	AC_DEFINE(HAVE_SIDPLAY1)
-	AC_SUBST(REQUIRE_LIBRARY,[libsidplay.so.1])
+	xs_reqlib="$xs_reqlib libsidplay.so.1"
 	OPT_SIDPLAY1="yes"
 fi
 
@@ -188,7 +188,7 @@
 fi
 if test "$xs_have_sidplay2" = yes; then
 	AC_DEFINE(HAVE_SIDPLAY2)
-	AC_SUBST(REQUIRE_LIBRARY,[libsidplay.so.2])
+	xs_reqlib="$xs_reqlib libsidplay.so.2"
 	OPT_SIDPLAY2="yes"
 	BUILDERS_FIND
 	BUILDERS_FIND_RESID
@@ -198,6 +198,7 @@
 	fi
 fi
 
+AC_SUBST(REQUIRE_LIBRARY,$xs_reqlib)
 
 dnl *** Check if we have some emulator library available?
 if test "$OPT_SIDPLAY1" = no; then