1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-11-05 11:20:37 +02:00

Merge branch 'master' of git@projects.qi-hardware.com:gmenu2x

This commit is contained in:
Mirko Lindner 2010-02-14 21:58:30 +01:00
commit dbcc825e06
2 changed files with 1583 additions and 4 deletions

1578
autogen.sh Executable file

File diff suppressed because it is too large Load Diff

View File

@ -15,10 +15,11 @@ SDL_VERSION=1.2.8
AM_PATH_SDL($SDL_VERSION, :, AM_PATH_SDL($SDL_VERSION, :,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])) AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]))
AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW, , AC_MSG_ERROR([ AC_ARG_WITH(sdl-image-prefix,
*** Unable to find SDL_image libary with PNG support [ --with-sdl-image-prefix=DIR specify where SDL_image library is installed],
(http://www.libsdl.org/projects/SDL_image/) [SDL_IMAGE_PREFIX="$withval"])
]))
AC_CHECK_LIB(SDL_image, IMG_LoadPNG_RW,,check_sdl_image="no")
AC_ARG_WITH(sdl-gfx-prefix, AC_ARG_WITH(sdl-gfx-prefix,
[ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed], [ --with-sdl-gfx-prefix=DIR specify where SDL_gfx library is installed],