]> git.alsa-project.org Git - alsa-oss.git/commitdiff
Fixed path aoss.in
authorJaroslav Kysela <perex@perex.cz>
Tue, 6 Nov 2001 07:44:00 +0000 (07:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 6 Nov 2001 07:44:00 +0000 (07:44 +0000)
aoss.in
configure.in

diff --git a/aoss.in b/aoss.in
index 9ffe7765f0a9765301e2c0d50a7631a52cf53b5f..14e0f0b767865c5640c17873bed659706f48b47b 100644 (file)
--- a/aoss.in
+++ b/aoss.in
@@ -4,4 +4,4 @@
 # Usage:
 #      aoss <command> <command options and arguments>
 
-LD_PRELOAD=PREFIX/libaoss.so $*
+LD_PRELOAD=@prefix@/lib/libaoss.so $*
index dd33990094cbe4bcedde48d7ef4c836e82523bb5..3af72e4b4660c748f21d8e46d29561785f3f789b 100644 (file)
@@ -9,4 +9,4 @@ AC_PROG_LN_S
 AM_PROG_LIBTOOL
 AM_PATH_ALSA(0.9.0)
 
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile aoss.in)