Changeset 2994 in orxonox.OLD for orxonox/branches/osX/configure
- Timestamp:
- Nov 26, 2004, 2:02:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/osX/configure
r2993 r2994 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_pAWK 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 SDL_CONFIG SDL_CFLAGS SDL_LIBS MSBITFIELDS PKG_CONFIG GTK2_CFLAGS GTK2_LIBS HAVE_GTK2_TRUE HAVE_GTK2_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 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 SDL_CONFIG SDL_CFLAGS SDL_LIBS MSBITFIELDS PKG_CONFIG GTK2_CFLAGS GTK2_LIBS HAVE_GTK2_TRUE HAVE_GTK2_FALSE LIBOBJS LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 863 863 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 864 864 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 865 --disable-dependency-tracking speeds up one-time build866 --enable-dependency-tracking do not reject slow dependency extractors865 --disable-dependency-tracking Speeds up one-time builds 866 --enable-dependency-tracking Do not reject slow dependency extractors 867 867 --disable-sdltest Do not try to compile and run a test SDL program 868 868 … … 1444 1444 1445 1445 1446 am__api_version="1. 8"1446 am__api_version="1.7" 1447 1447 # Find a good install program. We prefer a C program (faster), 1448 1448 # so one script is as good as another. But avoid the broken or … … 1582 1582 rm conftest.sed 1583 1583 1584 1584 1585 # expand $ac_aux_dir to an absolute path 1585 1586 am_aux_dir=`cd $ac_aux_dir && pwd` … … 1593 1594 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 1594 1595 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} 1595 fi1596 1597 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then1598 # Keeping the `.' argument allows $(mkdir_p) to be used without1599 # argument. Indeed, we sometimes output rules like1600 # $(mkdir_p) $(somedir)1601 # where $(somedir) is conditionally defined.1602 # (`test -n '$(somedir)' && $(mkdir_p) $(somedir)' is a more1603 # expensive solution, as it forces Make to start a sub-shell.)1604 mkdir_p='mkdir -p -- .'1605 else1606 # On NextStep and OpenStep, the `mkdir' command does not1607 # recognize any option. It will interpret all options as1608 # directories to create, and then abort because `.' already1609 # exists.1610 for d in ./-p ./--version;1611 do1612 test -d $d && rmdir $d1613 done1614 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.1615 if test -f "$ac_aux_dir/mkinstalldirs"; then1616 mkdir_p='$(mkinstalldirs)'1617 else1618 mkdir_p='$(install_sh) -d'1619 fi1620 1596 fi 1621 1597 … … 1698 1674 rmdir .tst 2>/dev/null 1699 1675 1700 # test to see if srcdir already configured1676 # test to see if srcdir already configured 1701 1677 if test "`cd $srcdir && pwd`" != "`pwd`" && 1702 1678 test -f $srcdir/config.status; then … … 2513 2489 for i in 1 2 3 4 5 6; do 2514 2490 echo '#include "conftst'$i'.h"' >> sub/conftest.c 2515 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 2516 # Solaris 8's {/usr,}/bin/sh. 2517 touch sub/conftst$i.h 2491 : > sub/conftst$i.h 2518 2492 done 2519 2493 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 2543 2517 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 2544 2518 # icc doesn't choke on unknown options, it will just issue warnings 2545 # or remarks (even with -Werror). So we grep stderr for any message 2546 # that says an option was ignored or not supported. 2547 # When given -MP, icc 7.0 and 7.1 complain thusly: 2548 # icc: Command line warning: ignoring option '-M'; no argument required 2549 # The diagnosis changed in icc 8.0: 2550 # icc: Command line remark: option '-MP' not supported 2551 if (grep 'ignoring option' conftest.err || 2552 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 2519 # (even with -Werror). So we grep stderr for any message 2520 # that says an option was ignored. 2521 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 2553 2522 am_cv_CXX_dependencies_compiler_type=$depmode 2554 2523 break … … 3351 3320 for i in 1 2 3 4 5 6; do 3352 3321 echo '#include "conftst'$i'.h"' >> sub/conftest.c 3353 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with 3354 # Solaris 8's {/usr,}/bin/sh. 3355 touch sub/conftst$i.h 3322 : > sub/conftst$i.h 3356 3323 done 3357 3324 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf … … 3381 3348 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 3382 3349 # icc doesn't choke on unknown options, it will just issue warnings 3383 # or remarks (even with -Werror). So we grep stderr for any message 3384 # that says an option was ignored or not supported. 3385 # When given -MP, icc 7.0 and 7.1 complain thusly: 3386 # icc: Command line warning: ignoring option '-M'; no argument required 3387 # The diagnosis changed in icc 8.0: 3388 # icc: Command line remark: option '-MP' not supported 3389 if (grep 'ignoring option' conftest.err || 3390 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else 3350 # (even with -Werror). So we grep stderr for any message 3351 # that says an option was ignored. 3352 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 3391 3353 am_cv_CC_dependencies_compiler_type=$depmode 3392 3354 break … … 7771 7733 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t 7772 7734 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t 7773 s,@mkdir_p@,$mkdir_p,;t t7774 7735 s,@AWK@,$AWK,;t t 7775 7736 s,@SET_MAKE@,$SET_MAKE,;t t … … 8435 8396 # Extract the definition of DEP_FILES from the Makefile without 8436 8397 # running `make'. 8437 DEPDIR=`sed -n 's/^DEPDIR =//p' < "$mf"`8398 DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` 8438 8399 test -z "$DEPDIR" && continue 8439 8400 # When using ansi2knr, U may be empty or an underscore; expand it 8440 U=`sed -n 's/^U =//p' < "$mf"`8401 U=`sed -n -e '/^U = / s///p' < "$mf"` 8441 8402 test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" 8442 8403 # We invoke sed twice because it is the simplest approach to 8443 8404 # changing $(DEPDIR) to its actual value in the expansion. 8444 for file in `sed -n '8405 for file in `sed -n -e ' 8445 8406 /^DEP_FILES = .*\\\\$/ { 8446 8407 s/^DEP_FILES = //
Note: See TracChangeset
for help on using the changeset viewer.