Lines Matching refs:SDL2_CONFIG
2488 if test x${SDL2_CONFIG+set} != xset ; then
2489 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
2494 if test x${SDL2_CONFIG+set} != xset ; then
2495 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
2502 SDL2_CONFIG="pkg-config sdl2"
2508 AC_PATH_PROG(SDL2_CONFIG, sdl2-config, no, [$PATH])
2513 if test "$SDL2_CONFIG" = "no" ; then
2516 SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
2517 SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
2519 sdl_major_version=`$SDL2_CONFIG $sdl_config_args --version | \
2521 sdl_minor_version=`$SDL2_CONFIG $sdl_config_args --version | \
2523 sdl_micro_version=`$SDL2_CONFIG $sdl_config_args --version | \
2587 printf("*** If sdl2-config was wrong, set the environment variable SDL2_CONFIG\n");
2609 if test "$SDL2_CONFIG" = "no" ; then
2612 echo "*** your path, or set the SDL2_CONFIG environment variable to the"
2643 echo "*** may want to edit the sdl2-config script: $SDL2_CONFIG" ])
2997 m4trace:configure.in:121: -1- m4_pattern_allow([^SDL2_CONFIG$])