comparison sdl-config.in @ 2100:62debeaac5e9

Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 01 Apr 2007 03:28:36 +0000
parents c121d94672cb
children
comparison
equal deleted inserted replaced
2099:891ed60fcaa9 2100:62debeaac5e9
1 #!/bin/sh 1 #!/bin/sh
2 2
3 prefix=@prefix@ 3 prefix=@prefix@
4 exec_prefix=@exec_prefix@ 4 exec_prefix=@exec_prefix@
5 exec_prefix_set=no 5 exec_prefix_set=no
6 libdir=@libdir@
6 7
7 @ENABLE_STATIC_FALSE@usage="\ 8 @ENABLE_STATIC_FALSE@usage="\
8 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" 9 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]"
9 @ENABLE_STATIC_TRUE@usage="\ 10 @ENABLE_STATIC_TRUE@usage="\
10 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 11 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]"