X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=5f2e2441fab4bbd842ff97efbc33d0d2bdc46823;hb=e7bcfe5bd4514a2764af9f25faace5bae133c21d;hp=e280bc986f281f32f8fed977a1f997a3defff026;hpb=5897b458f3b227005def739e776ff47cbd2f1316;p=supertux.git diff --git a/configure.ac b/configure.ac index e280bc986..5f2e2441f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,17 +1,21 @@ dnl =========================================================================== dnl "configure.in" dnl -dnl author: Duong-Khang NGUYEN -dnl neoneurone@users.sf.net +dnl current contact: +dnl SuperTux development team +dnl +dnl original author: +dnl Duong-Khang NGUYEN +dnl neoneurone@users.sf.net dnl =========================================================================== dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.54]) -AC_INIT(SuperTux, 0.1.0pre1) +AC_INIT(SuperTux, 0.1.1) AC_CONFIG_SRCDIR([src/supertux.cpp]) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE(dist-bzip2) SDL_VERSION=1.2.4 @@ -67,6 +71,7 @@ AM_PATH_SDL($SDL_VERSION, CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" CFLAGS="$CFLAGS $SDL_CFLAGS" LIBS="$LIBS $SDL_LIBS" +GL_LIBS="-lGL" dnl Checks for additional libraries. AC_CHECK_LIB(SDL_mixer, Mix_OpenAudio,,