blob: 7e15d39e6230cce78a84bad19e6abe1e94300000 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- smpeg-config.in.orig Fri Aug 4 02:51:30 2000
+++ smpeg-config.in Mon Dec 11 14:15:26 2000
@@ -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
@@ -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
|