Lines Matching refs:sdl
8 Index: SDL-1.2.15/sdl.m4
10 --- SDL-1.2.15.orig/sdl.m4
11 +++ SDL-1.2.15/sdl.m4
16 -dnl Get the cflags and libraries from the sdl-config script
18 -AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)],
20 -AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (opti…
28 - SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config
34 - SDL_CONFIG=$sdl_prefix/bin/sdl-config
42 - AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH])
68 -dnl checks the results of sdl-config to some extent
118 - printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the minimum version\n", $sdl_maj…
119 - printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, min…
121 - printf("*** If sdl-config was wrong, set the environment variable SDL_CONFIG\n");
122 - printf("*** to point to the correct copy of sdl-config, and remove the file\n");
140 - echo "*** The sdl-config script installed by SDL could not be found"
143 - echo "*** full path to sdl-config."
173 - echo "*** may want to edit the sdl-config script: $SDL_CONFIG" ])
183 + PKG_CHECK_MODULES([SDL], [sdl >= $min_sdl_version])