Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4556 in orxonox.OLD for orxonox/trunk/configure


Ignore:
Timestamp:
Jun 8, 2005, 2:35:10 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r4531 r4556  
    39423942
    39433943if test x$DEBUG = xno; then
    3944         echo "no"
    3945         echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed."
    3946         DEBUG=4
     3944        echo "no"
     3945        echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed."
     3946        DEBUG=4
    39473947elif test x$DEBUG = xyes; then
    3948         echo "yes"
    3949         echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!."
    3950         DEBUG=4
    3951 else
    3952         echo "yes: setting debuglevel to to $DEBUG"
     3948        echo "yes"
     3949        echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!."
     3950        DEBUG=4
     3951else
     3952        echo "yes: setting debuglevel to to $DEBUG"
    39533953fi
    39543954
     
    39733973
    39743974if test x$MODULAR_DEBUG = xno; then
    3975         echo "no"
     3975        echo "no"
    39763976elif test x$MODULAR_DEBUG = xyes; then
    3977         echo "yes"
     3977        echo "yes"
    39783978
    39793979cat >>confdefs.h <<_ACEOF
     
    42854285
    42864286# checking gl header
    4287         #done before loop
     4287        #done before loop
    42884288
    42894289# checking gl header
     
    45804580
    45814581    if test x$FOUND_opengl32 = xyes ; then
    4582         LIBS="$LIBS -lopengl32"
     4582        LIBS="$LIBS -lopengl32"
    45834583    else
    4584         echo "------------------"
    4585         echo "opengl not found."
    4586         echo "please install the opengl package which can be found at http://www.opengl.org"
    4587         echo "------------------"
    4588         exit -1
     4584        echo "------------------"
     4585        echo "opengl not found."
     4586        echo "please install the opengl package which can be found at http://www.opengl.org"
     4587        echo "------------------"
     4588        exit -1
    45894589    fi
    45904590
     
    48094809
    48104810    if test x$FOUND_glu32 = xyes ; then
    4811         LIBS="$LIBS -lGLU32"
     4811        LIBS="$LIBS -lGLU32"
    48124812    else
    4813         echo "------------------"
    4814         echo "GLU library not found."
    4815         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
    4816         echo "------------------"
    4817         exit -1
     4813        echo "------------------"
     4814        echo "GLU library not found."
     4815        echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
     4816        echo "------------------"
     4817        exit -1
    48184818    fi
    48194819
     
    48824882
    48834883    if test x$FOUND_mingw32 = xyes; then
    4884         LIBS="$LIBS -lmingw32"
     4884        LIBS="$LIBS -lmingw32"
    48854885    fi
    48864886# checking for SDL-headers
     
    54235423     LIBS="$LIBS -lGL"
    54245424   else
    5425         echo "------------------"
    5426         echo "opengl not found."
    5427         echo "please install the opengl package which can be found at http://www.opengl.org"
    5428         echo "------------------"
    5429         exit -1
     5425        echo "------------------"
     5426        echo "opengl not found."
     5427        echo "please install the opengl package which can be found at http://www.opengl.org"
     5428        echo "------------------"
     5429        exit -1
    54305430   fi
    54315431
     
    56575657      LIBS="$LIBS -lGLU"
    56585658    else
    5659         echo "------------------"
    5660         echo "GLU library not found."
    5661         echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
    5662         echo "------------------"
    5663         exit -1
     5659        echo "------------------"
     5660        echo "GLU library not found."
     5661        echo "please install the GLU library, that should come with openGL, which can be found at http://www.opengl.org"
     5662        echo "------------------"
     5663        exit -1
    56645664    fi
    56655665
     
    58885888        echo "------------------"
    58895889        echo "SDL library not found."
    5890         echo "please install the SDL library, which can be found at http://www.libsdl.org"
     5890        echo "please install the SDL library, which can be found at http://www.libsdl.org"
    58915891        echo "------------------"
    58925892        exit -1
     
    64816481        echo "------------------"
    64826482        echo "openal library not found."
    6483         echo "please install the openal library, which can be found at http://www.openal.org"
     6483        echo "please install the openal library, which can be found at http://www.openal.org"
    64846484        echo "------------------"
    64856485        exit -1
     
    67126712        echo "------------------"
    67136713        echo "ogg library not found."
    6714         echo "please install the ogg library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
     6714        echo "please install the ogg library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
    67156715        echo "------------------"
    67166716        exit -1
     
    67886788        echo "------------------"
    67896789        echo "vorbis library not found."
    6790         echo "please install the vorbis library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
     6790        echo "please install the vorbis library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
    67916791        echo "------------------"
    67926792        exit -1
     
    70197019        echo "------------------"
    70207020        echo "vorbisfile library not found."
    7021         echo "please install the vorbisfile library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
     7021        echo "please install the vorbisfile library, which can be found at http://www.xiph.org/ogg/vorbis/index.html"
    70227022        echo "------------------"
    70237023        exit -1
     
    72517251        echo "------------------"
    72527252        echo "SDL_ttf library not found."
    7253         echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
     7253        echo "please install the SDL_ttf library, which can be found at http://www.libsdl.org/projects/SDL_ttf/"
    72547254        echo "------------------"
    72557255        exit -1
     
    74907490#-----#
    74917491if test x$def_gtk = xyes; then
    7492         #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
    7493         echo "$as_me:$LINENO: checking for gtk2.0" >&5
     7492        #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no)
     7493        echo "$as_me:$LINENO: checking for gtk2.0" >&5
    74947494echo $ECHO_N "checking for gtk2.0... $ECHO_C" >&6
    7495         if `$PKG_CONFIG --exists gtk+-2.0`; then
    7496                 echo "yes"
    7497                 have_gtk2=yes
    7498                 GTK2_LIBS=`$PKG_CONFIG --libs gtk+-2.0`
    7499                 GTK2_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0`
     7495        if `$PKG_CONFIG --exists gtk+-2.0`; then
     7496                echo "yes"
     7497                have_gtk2=yes
     7498                GTK2_LIBS=`$PKG_CONFIG --libs gtk+-2.0`
     7499                GTK2_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0`
    75007500
    75017501cat >>confdefs.h <<_ACEOF
     
    75037503_ACEOF
    75047504
    7505                 if test $DEBUG -ge 3; then
    7506                 echo "cflags: $GTK2_CFLAGS"
    7507                 echo "libs: $GTK2_LIBS"
    7508                 fi
    7509         else
    7510                 echo "no"
    7511         fi
     7505                if test $DEBUG -ge 3; then
     7506                echo "cflags: $GTK2_CFLAGS"
     7507                echo "libs: $GTK2_LIBS"
     7508                fi
     7509        else
     7510                echo "no"
     7511        fi
    75127512
    75137513fi
Note: See TracChangeset for help on using the changeset viewer.