Changeset 3377 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- Jan 10, 2005, 12:00:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r3365 r3377 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 DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS 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 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 LIBOBJS LTLIBOBJS' 315 315 ac_subst_files='' 316 316 … … 867 867 --enable-debug compiles in debug mode. Lots of debug info about the 868 868 game. 869 --enable-sub-projects also builds the subProjects by default 869 870 870 871 Optional Packages: … … 3903 3904 3904 3905 3906 ### SubProject-enable 3907 def_sdl_image=yes 3908 echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5 3909 echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6 3910 # Check whether --enable-sub-projects or --disable-sub-projects was given. 3911 if test "${enable_sub_projects+set}" = set; then 3912 enableval="$enable_sub_projects" 3913 def_sub_projects=yes 3914 fi; 3915 if test "$def_sub_projects" = yes; then 3916 echo "yes" 3917 fi 3918 if test "$def_sub_projects" = no; then 3919 echo "no" 3920 fi 3921 3922 3923 if test x$def_sub_projects = xyes; then 3924 SUB_PROJECTS_TRUE= 3925 SUB_PROJECTS_FALSE='#' 3926 else 3927 SUB_PROJECTS_TRUE='#' 3928 SUB_PROJECTS_FALSE= 3929 fi 3930 3931 3905 3932 ## PROGRAMM CHECKING 3906 3933 # checking for Doxygen … … 7547 7574 7548 7575 7549 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile" 7576 ac_config_files="$ac_config_files Makefile src/Makefile src/importer/Makefile src/console/Makefile src/gui/Makefile" 7577 7550 7578 7551 7579 cat >confcache <<\_ACEOF … … 7658 7686 Usually this means the macro was only invoked conditionally." >&5 7659 7687 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 7688 Usually this means the macro was only invoked conditionally." >&2;} 7689 { (exit 1); exit 1; }; } 7690 fi 7691 if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then 7692 { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined. 7693 Usually this means the macro was only invoked conditionally." >&5 7694 echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined. 7660 7695 Usually this means the macro was only invoked conditionally." >&2;} 7661 7696 { (exit 1); exit 1; }; } … … 8120 8155 # Handling of arguments. 8121 8156 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8157 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8158 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;; 8122 8159 "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;; 8123 8160 "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;; 8124 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;8125 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;;8126 8161 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8127 8162 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; … … 8268 8303 s,@EGREP@,$EGREP,;t t 8269 8304 s,@DEBUG@,$DEBUG,;t t 8305 s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t 8306 s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t 8270 8307 s,@DOXYGEN@,$DOXYGEN,;t t 8271 8308 s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
Note: See TracChangeset
for help on using the changeset viewer.