equal
deleted
inserted
replaced
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 |
6 |
7 usage="\ |
7 @ENABLE_STATIC_FALSE@usage="\ |
8 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" |
8 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" |
|
9 @ENABLE_STATIC_TRUE@usage="\ |
|
10 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" |
9 |
11 |
10 if test $# -eq 0; then |
12 if test $# -eq 0; then |
11 echo "${usage}" 1>&2 |
13 echo "${usage}" 1>&2 |
12 exit 1 |
14 exit 1 |
13 fi |
15 fi |