Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8147 in orxonox.OLD for trunk/configure.ac


Ignore:
Timestamp:
Jun 5, 2006, 12:09:15 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the network branche back here
merged with command:
svn merge -r8070:HEAD https://svn.orxonox.net/orxonox/branches/network .
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r8145 r8147  
    5757#----------------#
    5858DATA_DIR=$datadir
    59 echo \$\{prefix\}
    6059if test $DATA_DIR = \$\{prefix\}/share ; then
    6160        echo "not given"
     
    109108fi
    110109
    111 if test $DEBUD_LEVEL > 3 ; then
    112   CPPFLAGS="${CPPFLAGS} -g"
     110if test ${DEBUG_LEVEL} -gt 3 ; then
     111  CPPFLAGS="${CPPFLAGS} -g -Wall"
    113112fi
    114113AC_DEFINE_UNQUOTED(DEBUG_LEVEL, ${DEBUG_LEVEL}, [in which debug mode we are])
     
    293292echo "mingw-WINDOWS detected"
    294293
    295 CPPFLAGS="-I/usr/include -I/mingw/include $CPPFLAGS"
     294CPPFLAGS="-I/usr/include -I/mingw/include ${CPPFLAGS}"
    296295
    297296    mingw="yes"
     
    424423  SDL_VERSION=`sdl-config --version`
    425424  echo $SDL_VERSION
    426    CPPFLAGS="$CPPFLAGS `sdl-config --cflags`"
     425   CPPFLAGS="${CPPFLAGS} `sdl-config --cflags`"
    427426
    428427  AX_CHECK_REQUIRED_HEADER_LIB([SDL.h SDL/SDL.h], [SDL], [main],,, [http://www.libsdl.org])
     
    440439 osX="yes"
    441440
    442  CPPFLAGS="-I/sw/include -I/sw/include $CPPFLAGS"
     441 CPPFLAGS="-I/sw/include -I/sw/include ${CPPFLAGS}"
    443442 LDFLAGS="$LDFLAGS -L/sw/lib"
    444443# checking gl header
Note: See TracChangeset for help on using the changeset viewer.