Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 5, 2005, 1:32:47 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the guiMerge-branche back into the trunk
merged with command:
svn merge -r 4043:HEAD guiMerge/ ../trunk/
no conflicts, only updates and moves :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r4010 r4054  
    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 DOCUMENTATION_TRUE DOCUMENTATION_FALSE DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE GPROF 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 RANLIB ac_ct_RANLIB 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 GPROF 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
     
    16041604fi
    16051605
    1606 if mkdir -p -- . 2>/dev/null; then
     1606if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
    16071607  # Keeping the `.' argument allows $(mkdir_p) to be used without
    16081608  # argument.  Indeed, we sometimes output rules like
     
    16171617  # directories to create, and then abort because `.' already
    16181618  # exists.
    1619   for d in ./-p ./--;
     1619  for d in ./-p ./--version;
    16201620  do
    16211621    test -d $d && rmdir $d
     
    25232523    for i in 1 2 3 4 5 6; do
    25242524      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    2525       : > sub/conftst$i.h
     2525      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     2526      # Solaris 8's {/usr,}/bin/sh.
     2527      touch sub/conftst$i.h
    25262528    done
    25272529    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    25512553       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    25522554      # icc doesn't choke on unknown options, it will just issue warnings
    2553       # (even with -Werror).  So we grep stderr for any message
    2554       # that says an option was ignored.
    2555       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     2555      # or remarks (even with -Werror).  So we grep stderr for any message
     2556      # that says an option was ignored or not supported.
     2557      # When given -MP, icc 7.0 and 7.1 complain thusly:
     2558      #   icc: Command line warning: ignoring option '-M'; no argument required
     2559      # The diagnosis changed in icc 8.0:
     2560      #   icc: Command line remark: option '-MP' not supported
     2561      if (grep 'ignoring option' conftest.err ||
     2562          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    25562563        am_cv_CXX_dependencies_compiler_type=$depmode
    25572564        break
     
    25832590fi
    25842591
     2592
     2593if test -n "$ac_tool_prefix"; then
     2594  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
     2595set dummy ${ac_tool_prefix}ranlib; ac_word=$2
     2596echo "$as_me:$LINENO: checking for $ac_word" >&5
     2597echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2598if test "${ac_cv_prog_RANLIB+set}" = set; then
     2599  echo $ECHO_N "(cached) $ECHO_C" >&6
     2600else
     2601  if test -n "$RANLIB"; then
     2602  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
     2603else
     2604as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2605for as_dir in $PATH
     2606do
     2607  IFS=$as_save_IFS
     2608  test -z "$as_dir" && as_dir=.
     2609  for ac_exec_ext in '' $ac_executable_extensions; do
     2610  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2611    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
     2612    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2613    break 2
     2614  fi
     2615done
     2616done
     2617
     2618fi
     2619fi
     2620RANLIB=$ac_cv_prog_RANLIB
     2621if test -n "$RANLIB"; then
     2622  echo "$as_me:$LINENO: result: $RANLIB" >&5
     2623echo "${ECHO_T}$RANLIB" >&6
     2624else
     2625  echo "$as_me:$LINENO: result: no" >&5
     2626echo "${ECHO_T}no" >&6
     2627fi
     2628
     2629fi
     2630if test -z "$ac_cv_prog_RANLIB"; then
     2631  ac_ct_RANLIB=$RANLIB
     2632  # Extract the first word of "ranlib", so it can be a program name with args.
     2633set dummy ranlib; ac_word=$2
     2634echo "$as_me:$LINENO: checking for $ac_word" >&5
     2635echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
     2636if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
     2637  echo $ECHO_N "(cached) $ECHO_C" >&6
     2638else
     2639  if test -n "$ac_ct_RANLIB"; then
     2640  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
     2641else
     2642as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2643for as_dir in $PATH
     2644do
     2645  IFS=$as_save_IFS
     2646  test -z "$as_dir" && as_dir=.
     2647  for ac_exec_ext in '' $ac_executable_extensions; do
     2648  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
     2649    ac_cv_prog_ac_ct_RANLIB="ranlib"
     2650    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2651    break 2
     2652  fi
     2653done
     2654done
     2655
     2656  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
     2657fi
     2658fi
     2659ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
     2660if test -n "$ac_ct_RANLIB"; then
     2661  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2662echo "${ECHO_T}$ac_ct_RANLIB" >&6
     2663else
     2664  echo "$as_me:$LINENO: result: no" >&5
     2665echo "${ECHO_T}no" >&6
     2666fi
     2667
     2668  RANLIB=$ac_ct_RANLIB
     2669else
     2670  RANLIB="$ac_cv_prog_RANLIB"
     2671fi
    25852672
    25862673ac_ext=c
     
    33543441    for i in 1 2 3 4 5 6; do
    33553442      echo '#include "conftst'$i'.h"' >> sub/conftest.c
    3356       : > sub/conftst$i.h
     3443      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3444      # Solaris 8's {/usr,}/bin/sh.
     3445      touch sub/conftst$i.h
    33573446    done
    33583447    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     
    33823471       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    33833472      # icc doesn't choke on unknown options, it will just issue warnings
    3384       # (even with -Werror).  So we grep stderr for any message
    3385       # that says an option was ignored.
    3386       if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else
     3473      # or remarks (even with -Werror).  So we grep stderr for any message
     3474      # that says an option was ignored or not supported.
     3475      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3476      #   icc: Command line warning: ignoring option '-M'; no argument required
     3477      # The diagnosis changed in icc 8.0:
     3478      #   icc: Command line remark: option '-MP' not supported
     3479      if (grep 'ignoring option' conftest.err ||
     3480          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
    33873481        am_cv_CC_dependencies_compiler_type=$depmode
    33883482        break
     
    88688962s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
    88698963s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
     8964s,@RANLIB@,$RANLIB,;t t
     8965s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
    88708966s,@CC@,$CC,;t t
    88718967s,@CFLAGS@,$CFLAGS,;t t
     
    95259621  # Extract the definition of DEP_FILES from the Makefile without
    95269622  # running `make'.
    9527   DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
     9623  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    95289624  test -z "$DEPDIR" && continue
    95299625  # When using ansi2knr, U may be empty or an underscore; expand it
    9530   U=`sed -n -e '/^U = / s///p' < "$mf"`
     9626  U=`sed -n 's/^U = //p' < "$mf"`
    95319627  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
    95329628  # We invoke sed twice because it is the simplest approach to
    95339629  # changing $(DEPDIR) to its actual value in the expansion.
    9534   for file in `sed -n -e '
     9630  for file in `sed -n '
    95359631    /^DEP_FILES = .*\\\\$/ {
    95369632      s/^DEP_FILES = //
Note: See TracChangeset for help on using the changeset viewer.