Mercurial > sdl-ios-xcode
comparison sdl-config.in @ 296:fab1ddc4d7bf
Removed the API changes to preserve SDL 1.2 stability
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Mar 2002 11:05:47 +0000 |
parents | 9ac9ab945955 |
children | 7e53d17ec798 |
comparison
equal
deleted
inserted
replaced
295:54ad1d2f1325 | 296:fab1ddc4d7bf |
---|---|
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 | 6 |
7 usage="\ | 7 usage="\ |
8 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--cflags]" | 8 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" |
9 | 9 |
10 if test $# -eq 0; then | 10 if test $# -eq 0; then |
11 echo "${usage}" 1>&2 | 11 echo "${usage}" 1>&2 |
12 exit 1 | 12 exit 1 |
13 fi | 13 fi |