comparison sdl-config.in @ 3929:56ec4d962487 SDL-1.2

Date: Sat, 31 Mar 2007 16:39:52 +0200 From: Bert Wesarg To: sdl@lists.libsdl.org Subject: [SDL] [PATCH] sdl-config.in needs ${libdir} Hello, after the patch for Bug #321, sdl-config.in needs the libdir variable. and there is a hardcoded 'lib' in SDL.spec.in too. Bert Wesarg
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 01 Apr 2007 03:27:45 +0000
parents 21f13c787b46
children
comparison
equal deleted inserted replaced
3928:6a62cbdd65f5 3929:56ec4d962487
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]"