2000-12-11 12:17:02 +00:00
|
|
|
--- smpeg-config.in.orig Fri Aug 4 02:51:30 2000
|
|
|
|
+++ smpeg-config.in Mon Dec 11 14:15:26 2000
|
2000-12-11 12:14:20 +00:00
|
|
|
@@ -42,7 +42,7 @@
|
|
|
|
if test @includedir@ != /usr/include ; then
|
|
|
|
includes=-I@includedir@
|
|
|
|
fi
|
|
|
|
- echo $includes -I@includedir@/smpeg `sdl-config --cflags`
|
|
|
|
+ echo $includes -I@includedir@/smpeg `@SDL_CONFIG@ --cflags`
|
|
|
|
;;
|
|
|
|
--libs)
|
|
|
|
if [ "`uname`" = "SunOS" ]; then
|
2000-12-11 12:17:02 +00:00
|
|
|
@@ -50,7 +50,7 @@
|
|
|
|
else
|
|
|
|
libdirs="-L@libdir@ @SMPEG_RLD_FLAGS@"
|
|
|
|
fi
|
|
|
|
- echo $libdirs -lsmpeg `sdl-config --libs`
|
|
|
|
+ echo $libdirs -lsmpeg `@SDL_CONFIG@ --libs`
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
echo "${usage}" 1>&2
|