Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3605 in orxonox.OLD for orxonox/branches/levelloader/configure


Ignore:
Timestamp:
Mar 18, 2005, 11:52:15 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged trunk back to levelloader
merged with command:
svn merge -r 3499:HEAD trunk branches/levelloader

Conflicts in
C track_manager.h
C world_entities/player.cc
C world_entities/player.h
C world_entities/environment.h
C lib/coord/p_node.cc
C defs/debug.h
C track_manager.cc
C story_entities/campaign.h

solved in merge-favouring. It was quite easy because Chris only worked on the headers, and he didi it quite clean. Thats the spirit :)

Conflits in world.cc are a MESS: fix it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/configure

    r3563 r3605  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for orxonox 0.2.1-pre-alpha.
     3# Generated by GNU Autoconf 2.59 for orxonox 0.2.2-pre-alpha.
    44#
    55# Report bugs to <orxonox-dev at mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.2.1-pre-alpha'
    273 PACKAGE_STRING='orxonox 0.2.1-pre-alpha'
     272PACKAGE_VERSION='0.2.2-pre-alpha'
     273PACKAGE_STRING='orxonox 0.2.2-pre-alpha'
    274274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
    275275
     
    312312#endif"
    313313
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG SUB_PROJECTS_TRUE SUB_PROJECTS_FALSE DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    789789  # This message is too long to be a string in the A/UX 3.1 sh.
    790790  cat <<_ACEOF
    791 \`configure' configures orxonox 0.2.1-pre-alpha to adapt to many kinds of systems.
     791\`configure' configures orxonox 0.2.2-pre-alpha to adapt to many kinds of systems.
    792792
    793793Usage: $0 [OPTION]... [VAR=VALUE]...
     
    856856if test -n "$ac_init_help"; then
    857857  case $ac_init_help in
    858      short | recursive ) echo "Configuration of orxonox 0.2.1-pre-alpha:";;
     858     short | recursive ) echo "Configuration of orxonox 0.2.2-pre-alpha:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    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.
    869871  --enable-sub-projects   also builds the subProjects while make from srcdir
     872  --enable-documentation  also builds the sDocumentation while make from
     873                          srcdir
    870874
    871875Optional Packages:
     
    988992if $ac_init_version; then
    989993  cat <<\_ACEOF
    990 orxonox configure 0.2.1-pre-alpha
     994orxonox configure 0.2.2-pre-alpha
    991995generated by GNU Autoconf 2.59
    992996
     
    10021006running configure, to aid debugging if configure makes a mistake.
    10031007
    1004 It was created by orxonox $as_me 0.2.1-pre-alpha, which was
     1008It was created by orxonox $as_me 0.2.2-pre-alpha, which was
    10051009generated by GNU Autoconf 2.59.  Invocation command line was
    10061010
     
    15991603fi
    16001604
    1601 if mkdir -p -- . 2>/dev/null; then
     1605if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
    16021606  # Keeping the `.' argument allows $(mkdir_p) to be used without
    16031607  # argument.  Indeed, we sometimes output rules like
     
    16121616  # directories to create, and then abort because `.' already
    16131617  # exists.
    1614   for d in ./-p ./--;
     1618  for d in ./-p ./--version;
    16151619  do
    16161620    test -d $d && rmdir $d
     
    17221726# Define the identity of the package.
    17231727 PACKAGE='orxonox'
    1724  VERSION='0.2.1-pre-alpha'
     1728 VERSION='0.2.2-pre-alpha'
    17251729
    17261730
     
    25182522    for i in 1 2 3 4 5 6; do
    25192523      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2520       : > sub/conftst$i.h
     2524      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     2525      # Solaris 8's {/usr,}/bin/sh.
     2526      touch sub/conftst$i.h
    25212527    done
    25222528    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    25462552       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    25472553      # icc doesn't choke on unknown options, it will just issue warnings
    2548       # (even with -Werror).  So we grep stderr for any message
    2549       # that says an option was ignored.
    2550       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     2554      # or remarks (even with -Werror).  So we grep stderr for any message
     2555      # that says an option was ignored or not supported.
     2556      # When given -MP, icc 7.0 and 7.1 complain thusly:
     2557      #   icc: Command line warning: ignoring option '-M'; no argument required
     2558      # The diagnosis changed in icc 8.0:
     2559      #   icc: Command line remark: option '-MP' not supported
     2560      if (grep 'ignoring option' conftest.err ||
     2561          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    25512562        am_cv_CXX_dependencies_compiler_type=$depmode
    25522563        break
     
    33493360    for i in 1 2 3 4 5 6; do
    33503361      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3351       : > sub/conftst$i.h
     3362      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3363      # Solaris 8's {/usr,}/bin/sh.
     3364      touch sub/conftst$i.h
    33523365    done
    33533366    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    33773390       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    33783391      # icc doesn't choke on unknown options, it will just issue warnings
    3379       # (even with -Werror).  So we grep stderr for any message
    3380       # that says an option was ignored.
    3381       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     3392      # or remarks (even with -Werror).  So we grep stderr for any message
     3393      # that says an option was ignored or not supported.
     3394      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3395      #   icc: Command line warning: ignoring option '-M'; no argument required
     3396      # The diagnosis changed in icc 8.0:
     3397      #   icc: Command line remark: option '-MP' not supported
     3398      if (grep 'ignoring option' conftest.err ||
     3399          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    33823400        am_cv_CC_dependencies_compiler_type=$depmode
    33833401        break
     
    38463864if test x$DEBUG = xno; then
    38473865        echo "no"
    3848         echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed."
    3849         DEBUG=3
     3866        echo " -> Setting debuglevel to 4. (orxonox is still in Development. It really is needed."
     3867        DEBUG=4
    38503868elif test x$DEBUG = xyes; then
    38513869        echo "yes"
     
    38623880
    38633881
     3882
     3883#---------------#
     3884# Modular Debug #
     3885#---------------#
     3886MODULAR_DEBUG=yes
     3887echo "$as_me:$LINENO: checking if Modular-DEBUG-mode should be ebabled" >&5
     3888echo $ECHO_N "checking if Modular-DEBUG-mode should be ebabled... $ECHO_C" >&6
     3889# Check whether --enable-modular-debug or --disable-modular-debug was given.
     3890if test "${enable_modular_debug+set}" = set; then
     3891  enableval="$enable_modular_debug"
     3892  MODULAR_DEBUG=$enableval
     3893fi;
     3894
     3895if test x$MODULAR_DEBUG = xno; then
     3896        echo "no"
     3897elif test x$MODULAR_DEBUG = xyes; then
     3898        echo "yes"
     3899
     3900cat >>confdefs.h <<_ACEOF
     3901#define MODULAR_DEBUG 1
     3902_ACEOF
     3903
     3904fi
    38643905
    38653906#--------------#
     
    39614002  echo "no"
    39624003fi
     4004
    39634005#-------------------#
    39644006# SubProject-enable #
     
    39884030fi
    39894031
     4032
     4033#----------------------#
     4034# Documentation-enable #
     4035#----------------------#
     4036def_documentation=no
     4037echo "$as_me:$LINENO: checking if the Documentation should be build by default" >&5
     4038echo $ECHO_N "checking if the Documentation should be build by default... $ECHO_C" >&6
     4039# Check whether --enable-documentation or --disable-documentation was given.
     4040if test "${enable_documentation+set}" = set; then
     4041  enableval="$enable_documentation"
     4042  def_documentation=yes
     4043fi;
     4044if test x$def_documentation = xyes; then
     4045  echo "yes"
     4046fi
     4047if test x$def_documentation = xno; then
     4048  echo "no"
     4049fi
     4050
     4051
     4052if test x$def_documentation = xyes; then
     4053  DOCUMENTATION_TRUE=
     4054  DOCUMENTATION_FALSE='#'
     4055else
     4056  DOCUMENTATION_TRUE='#'
     4057  DOCUMENTATION_FALSE=
     4058fi
    39904059
    39914060#######################
     
    81688237## OUTPUT CONFIGURE ##
    81698238######################
    8170                                                                                 ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile"
     8239                                                                                                    ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile"
    81718240
    81728241
     
    82878356Usually this means the macro was only invoked conditionally." >&5
    82888357echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined.
     8358Usually this means the macro was only invoked conditionally." >&2;}
     8359   { (exit 1); exit 1; }; }
     8360fi
     8361if test -z "${DOCUMENTATION_TRUE}" && test -z "${DOCUMENTATION_FALSE}"; then
     8362  { { echo "$as_me:$LINENO: error: conditional \"DOCUMENTATION\" was never defined.
     8363Usually this means the macro was only invoked conditionally." >&5
     8364echo "$as_me: error: conditional \"DOCUMENTATION\" was never defined.
    82898365Usually this means the macro was only invoked conditionally." >&2;}
    82908366   { (exit 1); exit 1; }; }
     
    85898665cat >&5 <<_CSEOF
    85908666
    8591 This file was extended by orxonox $as_me 0.2.1-pre-alpha, which was
     8667This file was extended by orxonox $as_me 0.2.2-pre-alpha, which was
    85928668generated by GNU Autoconf 2.59.  Invocation command line was
    85938669
     
    86528728cat >>$CONFIG_STATUS <<_ACEOF
    86538729ac_cs_version="\\
    8654 orxonox config.status 0.2.1-pre-alpha
     8730orxonox config.status 0.2.2-pre-alpha
    86558731configured by $0, generated by GNU Autoconf 2.59,
    86568732  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
     
    87708846  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
    87718847  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
     8848  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
     8849  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
    87728850  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    87738851  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
     
    89168994s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t
    89178995s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t
     8996s,@DOCUMENTATION_TRUE@,$DOCUMENTATION_TRUE,;t t
     8997s,@DOCUMENTATION_FALSE@,$DOCUMENTATION_FALSE,;t t
    89188998s,@DOXYGEN@,$DOXYGEN,;t t
    89198999s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
     
    95599639  # Extract the definition of DEP_FILES from the Makefile without
    95609640  # running `make'.
    9561   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
     9641  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    95629642  test -z "$DEPDIR" && continue
    95639643  # When using ansi2knr, U may be empty or an underscore; expand it
    9564   U=`sed -n -e '/^U = / s///p' < "$mf"`
     9644  U=`sed -n 's/^U = //p' < "$mf"`
    95659645  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    95669646  # We invoke sed twice because it is the simplest approach to
    95679647  # changing $(DEPDIR) to its actual value in the expansion.
    9568   for file in `sed -n -e '
     9648  for file in `sed -n '
    95699649    /^DEP_FILES = .*\\\\$/ {
    95709650      s/^DEP_FILES = //
Note: See TracChangeset for help on using the changeset viewer.