Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5479 in orxonox.OLD for trunk/configure


Ignore:
Timestamp:
Nov 3, 2005, 8:50:51 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: updated to new autoconf, moved resourcemanager to util/loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r5475 r5479  
    867867  --enable-debug          compiles in debug mode. Lots of debug info about the
    868868                          game.
    869   --disable-modular-debug compiles in modular-debug mode, that logs
    870                           differently on the many modules of orxonox.
     869  --disable-modular-debug                            compiles in modular-debug
     870that logs differently on the many modules of orxonox.mode
    871871  --disable-gtk           Prevents GTK from being loaded
    872872  --disable-curl          Prevents libcURL from being loaded
     
    879879  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    880880  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    881   --with-shared-lib-path  Tells the executable, where to look for the shared
    882                           libraries.
     881  --with-shared-lib-path               Tells the executable
    883882  --with-sub-projects     also builds the subProjects while make from srcdir
    884883  --with-tardis           sets all the necesary environment flags for
     
    41734172#---------------------------#
    41744173def_tardis=no
     4174GTKPATH=""
    41754175echo "$as_me:$LINENO: checking convenience flag for working at the taris in the ETH zurich" >&5
    41764176echo $ECHO_N "checking convenience flag for working at the taris in the ETH zurich... $ECHO_C" >&6
     
    41894189  ## GTK
    41904190  GTKPREFIX=/usr/pack/gtk-2.8.3-mo
     4191  GTKPATH=${GTKPREFIX}/${ARCH}/bin
    41914192  CPPFLAGS="${CPPFLAGS} -I${GTKPREFIX}/include"
    41924193  LDFLAGS="${LDFLAGS} -L${GTKPREFIX}/${ARCH}/lib -Wl,-rpath -Wl,${GTKPREFIX}/${ARCH}/lib"
     
    43024303#-------------------------#
    43034304if test x$def_gtk = xyes; then
    4304  # Extract the first word of "pkg-config", so it can be a program name with args.
     4305 if test x${GTKPATH} != x; then
     4306   # Extract the first word of "pkg-config", so it can be a program name with args.
    43054307set dummy pkg-config; ac_word=$2
     4308echo "$as_me:$LINENO: checking for $ac_word" >&5
     4309echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     4310if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
     4311  echo $ECHO_N "(cached) $ECHO_C" >&6
     4312else
     4313  case $PKG_CONFIG in
     4314  [\\/]* | ?:[\\/]*)
     4315  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
     4316  ;;
     4317  *)
     4318  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     4319for as_dir in $GTKPATH
     4320do
     4321  IFS=$as_save_IFS
     4322  test -z "$as_dir" && as_dir=.
     4323  for ac_exec_ext in '' $ac_executable_extensions; do
     4324  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     4325    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
     4326    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4327    break 2
     4328  fi
     4329done
     4330done
     4331
     4332  ;;
     4333esac
     4334fi
     4335PKG_CONFIG=$ac_cv_path_PKG_CONFIG
     4336
     4337if test -n "$PKG_CONFIG"; then
     4338  echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
     4339echo "${ECHO_T}$PKG_CONFIG" >&6
     4340else
     4341  echo "$as_me:$LINENO: result: no" >&5
     4342echo "${ECHO_T}no" >&6
     4343fi
     4344
     4345 else
     4346   # Extract the first word of "pkg-config ", so it can be a program name with args.
     4347set dummy pkg-config ; ac_word=$2
    43064348echo "$as_me:$LINENO: checking for $ac_word" >&5
    43074349echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     
    43414383fi
    43424384
     4385 fi
    43434386fi
    43444387
Note: See TracChangeset for help on using the changeset viewer.