Lines Matching refs:SDL_CONFIG
24 if test x${SDL_CONFIG+set} != xset ; then
25 SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
30 if test x${SDL_CONFIG+set} != xset ; then
31 SDL_CONFIG=$sdl_prefix/bin/sdl-config
38 AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH])
42 if test "$SDL_CONFIG" = "no" ; then
45 SDL_CFLAGS=`$SDL_CONFIG $sdlconf_args --cflags`
46 SDL_LIBS=`$SDL_CONFIG $sdlconf_args --libs`
48 sdl_major_version=`$SDL_CONFIG $sdl_args --version | \
50 sdl_minor_version=`$SDL_CONFIG $sdl_args --version | \
52 sdl_micro_version=`$SDL_CONFIG $sdl_config_args --version | \
116 printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
134 if test "$SDL_CONFIG" = "no" ; then
137 echo "*** your path, or set the SDL_CONFIG environment variable to the"
168 echo "*** may want to edit the sdl-config script: $SDL_CONFIG" ])