Changeset 4054 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- May 5, 2005, 1:32:47 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r4010 r4054 312 312 #endif" 313 313 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'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 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' 315 315 ac_subst_files='' 316 316 … … 1604 1604 fi 1605 1605 1606 if mkdir -p -- . 2>/dev/null; then1606 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 1607 1607 # Keeping the `.' argument allows $(mkdir_p) to be used without 1608 1608 # argument. Indeed, we sometimes output rules like … … 1617 1617 # directories to create, and then abort because `.' already 1618 1618 # exists. 1619 for d in ./-p ./-- ;1619 for d in ./-p ./--version; 1620 1620 do 1621 1621 test -d $d && rmdir $d … … 2523 2523 for i in 1 2 3 4 5 6; do 2524 2524 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 2526 2528 done 2527 2529 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2551 2553 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2552 2554 # 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 2556 2563 am_cv_CXX_dependencies_compiler_type=$depmode 2557 2564 break … … 2583 2590 fi 2584 2591 2592 2593 if 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. 2595 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2596 echo "$as_me:$LINENO: checking for $ac_word" >&5 2597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2598 if test "${ac_cv_prog_RANLIB+set}" = set; then 2599 echo $ECHO_N "(cached) $ECHO_C" >&6 2600 else 2601 if test -n "$RANLIB"; then 2602 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. 2603 else 2604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2605 for as_dir in $PATH 2606 do 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 2615 done 2616 done 2617 2618 fi 2619 fi 2620 RANLIB=$ac_cv_prog_RANLIB 2621 if test -n "$RANLIB"; then 2622 echo "$as_me:$LINENO: result: $RANLIB" >&5 2623 echo "${ECHO_T}$RANLIB" >&6 2624 else 2625 echo "$as_me:$LINENO: result: no" >&5 2626 echo "${ECHO_T}no" >&6 2627 fi 2628 2629 fi 2630 if 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. 2633 set dummy ranlib; ac_word=$2 2634 echo "$as_me:$LINENO: checking for $ac_word" >&5 2635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2636 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 2637 echo $ECHO_N "(cached) $ECHO_C" >&6 2638 else 2639 if test -n "$ac_ct_RANLIB"; then 2640 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. 2641 else 2642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 2643 for as_dir in $PATH 2644 do 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 2653 done 2654 done 2655 2656 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":" 2657 fi 2658 fi 2659 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 2660 if test -n "$ac_ct_RANLIB"; then 2661 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 2662 echo "${ECHO_T}$ac_ct_RANLIB" >&6 2663 else 2664 echo "$as_me:$LINENO: result: no" >&5 2665 echo "${ECHO_T}no" >&6 2666 fi 2667 2668 RANLIB=$ac_ct_RANLIB 2669 else 2670 RANLIB="$ac_cv_prog_RANLIB" 2671 fi 2585 2672 2586 2673 ac_ext=c … … 3354 3441 for i in 1 2 3 4 5 6; do 3355 3442 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 3357 3446 done 3358 3447 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3382 3471 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3383 3472 # 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 3387 3481 am_cv_CC_dependencies_compiler_type=$depmode 3388 3482 break … … 8868 8962 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t 8869 8963 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t 8964 s,@RANLIB@,$RANLIB,;t t 8965 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t 8870 8966 s,@CC@,$CC,;t t 8871 8967 s,@CFLAGS@,$CFLAGS,;t t … … 9525 9621 # Extract the definition of DEP_FILES from the Makefile without 9526 9622 # running `make'. 9527 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`9623 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` 9528 9624 test -z "$DEPDIR" && continue 9529 9625 # 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"` 9531 9627 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 9532 9628 # We invoke sed twice because it is the simplest approach to 9533 9629 # changing $(DEPDIR) to its actual value in the expansion. 9534 for file in `sed -n -e'9630 for file in `sed -n ' 9535 9631 /^DEP_FILES = .*\\\\$/ { 9536 9632 s/^DEP_FILES = //
Note: See TracChangeset
for help on using the changeset viewer.