Changeset 3561 in orxonox.OLD for orxonox/branches/updater/configure
- Timestamp:
- Mar 15, 2005, 5:59:44 PM (20 years ago)
- Location:
- orxonox/branches/updater
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/updater
- Property svn:externals set to
-
orxonox/branches/updater/configure
r3283 r3561 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 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 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' 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 while make from srcdir 869 870 870 871 Optional Packages: … … 1338 1339 1339 1340 1340 # Detect the canonical host and target build environment.1341 ## Detect the canonical host and target build environment. 1341 1342 ac_aux_dir= 1342 1343 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do … … 1446 1447 NONENONEs,x,x, && 1447 1448 program_prefix=${target_alias}- 1448 1449 1449 1450 1450 am__api_version="1.8" … … 1853 1853 1854 1854 1855 1856 # Checks for programs. 1855 ######################### 1856 ## Checks for programs ## 1857 ######################### 1857 1858 ac_ext=cc 1858 1859 ac_cpp='$CXXCPP $CPPFLAGS' … … 3841 3842 3842 3843 3843 ### CHECKING OPTIONAT ARGUMENTS 3844 ## DEBUG-statement 3844 ################################## 3845 ## CHECKING OPTIONAL ARGUMENTS ## 3846 ################################## 3847 3848 #-----------------# 3849 # DEBUG-statement # 3850 #-----------------# 3845 3851 DEBUG=no 3846 3852 echo "$as_me:$LINENO: checking if DEBUG-mode should be enabled" >&5 … … 3852 3858 fi; 3853 3859 3854 if test "$DEBUG" = "no"; then3860 if test x$DEBUG = xno; then 3855 3861 echo "no" 3856 echo " -> Setting debuglevel to 1. Like this you can still see errors."3857 DEBUG= 13858 elif test "$DEBUG" =yes; then3862 echo " -> Setting debuglevel to 3. (orxonox is still in Development. It really is needed." 3863 DEBUG=3 3864 elif test x$DEBUG = xyes; then 3859 3865 echo "yes" 3860 echo " -> Setting debuglevel to 3. HARD DEBUG MODE!!."3861 DEBUG= 33862 else 3863 echo "yes setto $DEBUG"3866 echo " -> Setting debuglevel to 4. HARD DEBUG MODE!!." 3867 DEBUG=4 3868 else 3869 echo "yes: setting debuglevel to to $DEBUG" 3864 3870 fi 3865 3871 … … 3871 3877 3872 3878 3873 ## GTK-disabled 3879 #--------------# 3880 # GTK-disabled # 3881 #--------------# 3874 3882 echo "$as_me:$LINENO: checking if gtk should be enabled" >&5 3875 3883 echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6 … … 3882 3890 def_gtk=yes 3883 3891 fi; 3884 if test "$def_gtk" =yes; then3892 if test x$def_gtk = xyes; then 3885 3893 echo "yes" 3886 3894 fi 3887 if test "$def_gtk" =no; then3895 if test x$def_gtk = xno; then 3888 3896 echo "no" 3889 3897 fi 3890 3898 3891 ## gThread-disabled 3899 #------------------# 3900 # gThread-disabled # 3901 #------------------# 3892 3902 echo "$as_me:$LINENO: checking if gThread should be enabled" >&5 3893 3903 echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6 … … 3900 3910 def_gthread=yes 3901 3911 fi; 3902 if test "$def_gthread" =yes; then3912 if test x$def_gthread = xyes; then 3903 3913 echo "yes" 3904 3914 fi 3905 if test "$def_gthread" =no; then3915 if test x$def_gthread = xno; then 3906 3916 echo "no" 3907 3917 fi 3908 3918 3909 ## pthread-disabled 3919 #------------------# 3920 # pthread-disabled # 3921 #------------------# 3910 3922 echo "$as_me:$LINENO: checking if pthread should be enabled" >&5 3911 3923 echo $ECHO_N "checking if pthread should be enabled... $ECHO_C" >&6 … … 3918 3930 def_pthread=yes 3919 3931 fi; 3920 if test "$def_pthread" =yes; then3932 if test x$def_pthread = xyes; then 3921 3933 echo "yes" 3922 3934 fi 3923 if test "$def_pthread" =no; then3935 if test x$def_pthread = xno; then 3924 3936 echo "no" 3925 3937 fi 3926 3938 3927 ## libCurl disabled? 3939 #------------------# 3940 # libCurl-disabled # 3941 #------------------# 3928 3942 echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5 3929 3943 echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6 … … 3936 3950 def_curl=yes 3937 3951 fi; 3938 if test "$def_curl" =yes; then3952 if test x$def_curl = xyes; then 3939 3953 echo "yes" 3940 3954 fi 3941 if test "$def_curl" =no; then3955 if test x$def_curl = xno; then 3942 3956 echo "no" 3943 3957 fi 3944 3958 3945 ### SDL_image-disable 3959 #-------------------# 3960 # SDL_image-disable # 3961 #-------------------# 3946 3962 def_sdl_image=yes 3947 3963 echo "$as_me:$LINENO: checking if SDL_image should be enabled" >&5 … … 3953 3969 def_sdl_image=no 3954 3970 fi; 3955 if test "$def_sdl_image" =yes; then3971 if test x$def_sdl_image = xyes; then 3956 3972 echo "yes" 3957 3973 fi 3958 if test "$def_sdl_image" =no; then3974 if test x$def_sdl_image = xno; then 3959 3975 echo "no" 3960 3976 fi 3961 3962 3963 ## PROGRAMM CHECKING 3964 # checking for Doxygen 3977 #-------------------# 3978 # SubProject-enable # 3979 #-------------------# 3980 def_sub_projects=no 3981 echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5 3982 echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6 3983 # Check whether --enable-sub-projects or --disable-sub-projects was given. 3984 if test "${enable_sub_projects+set}" = set; then 3985 enableval="$enable_sub_projects" 3986 def_sub_projects=yes 3987 fi; 3988 if test x$def_sub_projects = xyes; then 3989 echo "yes" 3990 fi 3991 if test x$def_sub_projects = xno; then 3992 echo "no" 3993 fi 3994 3995 3996 if test x$def_sub_projects = xyes; then 3997 SUB_PROJECTS_TRUE= 3998 SUB_PROJECTS_FALSE='#' 3999 else 4000 SUB_PROJECTS_TRUE='#' 4001 SUB_PROJECTS_FALSE= 4002 fi 4003 4004 4005 ####################### 4006 ## PROGRAMM CHECKING ## 4007 ## 3. party Programs ## 4008 ####################### 4009 4010 #----------------------# 4011 # checking for Doxygen # 4012 #----------------------# 3965 4013 # Extract the first word of "doxygen", so it can be a program name with args. 3966 4014 set dummy doxygen; ac_word=$2 … … 4013 4061 4014 4062 4015 ### CHECKING FOR SYSTEM ### 4063 ######################### 4064 ## CHECKING FOR SYSTEM ## 4065 ######################### 4066 ## here the system is checked, and openGL is included 4067 ## also checking for SDL on differen Systems 4016 4068 4017 4069 echo "$as_me:$LINENO: checking for System" >&5 … … 4019 4071 ## checking for openGL-environment and other sys-specific parameters 4020 4072 case "$target" in 4021 ### WINDOWS ### 4073 #---------# 4074 # WINDOWS # 4075 #---------# 4022 4076 *-*-mingw32*) 4023 4077 echo "mingw-WINDOWS detected" … … 4322 4376 fi 4323 4377 4324 if test "$FOUND_opengl32" = "yes"; then4378 if test x$FOUND_opengl32 = xyes ; then 4325 4379 LIBS="$LIBS -lopengl32" 4326 4380 else … … 4551 4605 fi 4552 4606 4553 if test "$FOUND_glu32" = "yes"; then4607 if test x$FOUND_glu32 = xyes ; then 4554 4608 LIBS="$LIBS -lGLU32" 4555 4609 else … … 4624 4678 fi 4625 4679 4626 if test $FOUND_mingw32 = "yes"; then4680 if test x$FOUND_mingw32 = xyes; then 4627 4681 LIBS="$LIBS -lmingw32" 4628 4682 fi … … 4846 4900 fi 4847 4901 4848 if test "$FOUND_sdlmain" = "yes"; then4902 if test x$FOUND_sdlmain = xyes ; then 4849 4903 LIBS="$LIBS -lsdlmain" 4850 4904 else … … 4917 4971 fi 4918 4972 4919 if test "$FOUND_sdl" = "yes"; then4973 if test x$FOUND_sdl = xyes ; then 4920 4974 LIBS="$LIBS -lsdl" 4921 4975 else … … 4928 4982 4929 4983 ;; 4930 4931 ### LINUX ### 4984 #-------# 4985 # LINUX # 4986 #-------# 4932 4987 *-*-linux*) 4933 4988 echo "Linux detected" … … 4936 4991 4937 4992 CPPFLAGS="-I/usr/X11R6/include" 4938 LDFLAGS="-L/usr/ Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS"4993 LDFLAGS="-L/usr/lib/opengl/xorg-x11/lib -L/usr/Mesa-6.0.1/lib -L/usr/X11R6/lib $LDFLAGS" 4939 4994 # checking gl header 4940 4995 … … 5094 5149 5095 5150 # checking for Unix GL 5096 echo "$as_me:$LINENO: checking for mainin -lGL" >&55097 echo $ECHO_N "checking for mainin -lGL... $ECHO_C" >&65098 if test "${ac_cv_lib_GL_ main+set}" = set; then5151 echo "$as_me:$LINENO: checking for glLoadIdentity in -lGL" >&5 5152 echo $ECHO_N "checking for glLoadIdentity in -lGL... $ECHO_C" >&6 5153 if test "${ac_cv_lib_GL_glLoadIdentity+set}" = set; then 5099 5154 echo $ECHO_N "(cached) $ECHO_C" >&6 5100 5155 else … … 5108 5163 /* end confdefs.h. */ 5109 5164 5110 5165 /* Override any gcc2 internal prototype to avoid an error. */ 5166 #ifdef __cplusplus 5167 extern "C" 5168 #endif 5169 /* We use char because int might match the return type of a gcc2 5170 builtin and then its argument prototype would still apply. */ 5171 char glLoadIdentity (); 5111 5172 int 5112 5173 main () 5113 5174 { 5114 main();5175 glLoadIdentity (); 5115 5176 ; 5116 5177 return 0; … … 5139 5200 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5140 5201 (exit $ac_status); }; }; then 5141 ac_cv_lib_GL_ main=yes5202 ac_cv_lib_GL_glLoadIdentity=yes 5142 5203 else 5143 5204 echo "$as_me: failed program was:" >&5 5144 5205 sed 's/^/| /' conftest.$ac_ext >&5 5145 5206 5146 ac_cv_lib_GL_ main=no5207 ac_cv_lib_GL_glLoadIdentity=no 5147 5208 fi 5148 5209 rm -f conftest.err conftest.$ac_objext \ … … 5150 5211 LIBS=$ac_check_lib_save_LIBS 5151 5212 fi 5152 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_ main" >&55153 echo "${ECHO_T}$ac_cv_lib_GL_ main" >&65154 if test $ac_cv_lib_GL_ main= yes; then5213 echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glLoadIdentity" >&5 5214 echo "${ECHO_T}$ac_cv_lib_GL_glLoadIdentity" >&6 5215 if test $ac_cv_lib_GL_glLoadIdentity = yes; then 5155 5216 FOUND_GL=yes 5156 5217 fi 5157 5218 5158 if test "$FOUND_GL" = "yes"; then5219 if test x$FOUND_GL = xyes ; then 5159 5220 LIBS="$LIBS -lGL" 5160 5221 else … … 5390 5451 fi 5391 5452 5392 if test "$FOUND_GLU" = "yes"; then5453 if test x$FOUND_GLU = xyes ; then 5393 5454 LIBS="$LIBS -lGLU" 5394 5455 else … … 5619 5680 fi 5620 5681 5621 if test "$FOUND_SDL" = "yes"; then5682 if test x$FOUND_SDL = xyes ; then 5622 5683 LIBS="$LIBS -lSDL" 5623 5684 else … … 5639 5700 # LIBS="$LIBS $SDL_LIBS" 5640 5701 ;; 5641 5642 ### OS X ### 5702 #-----------# 5703 # MAC -OS X # 5704 #-----------# 5643 5705 *darwin*) 5644 echo "OS X detected"5706 echo "OS X detected" 5645 5707 5646 5708 osX="yes" … … 5960 6022 LIBS="$LIBS -framework OpenGL" 5961 6023 6024 SDL_CFLAGS=`sdl-config --cflags` 6025 SDL_LIBS=`sdl-config --libs` 6026 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS" 6027 LIBS="$LIBS $SDL_LIBS" 6028 6029 5962 6030 # checking for SDL-headers 5963 6031 # AC_CHECK_HEADERS(SDL/SDL.h ,, … … 5971 6039 # ) 5972 6040 5973 SDL_CFLAGS=`sdl-config --cflags`5974 SDL_LIBS=`sdl-config --libs`5975 CXXFLAGS="$CXXFLAGS $SDL_CFLAGS"5976 LIBS="$LIBS $SDL_LIBS"5977 6041 5978 6042 ;; … … 5984 6048 5985 6049 5986 ## check for SDL_Image 5987 if test "$def_sdl_image" = "yes"; then 6050 ################################### 6051 ## CHECKING FOR HEADERS AND LIBS ## 6052 ################################### 6053 6054 #-----------# 6055 # SDL_Image # 6056 #-----------# 6057 if test x$def_sdl_image = xyes; then 5988 6058 # checking for SDL_image-headers 5989 6059 … … 6140 6210 6141 6211 fi 6142 if test "$def_sdl_image" = "yes"; then6212 if test x$def_sdl_image = xyes; then 6143 6213 # checking for SDL_image-lib 6144 6214 echo "$as_me:$LINENO: checking for main in -lSDL_image" >&5 … … 6204 6274 fi 6205 6275 6206 if test "$FOUND_SDL_image" = "yes"; then6276 if test x$FOUND_SDL_image = xyes ; then 6207 6277 LIBS="$LIBS -lSDL_image" 6208 6278 else … … 6215 6285 fi 6216 6286 6217 6218 if test "$def_sdl_image" = "no"; then 6219 ## checking for libjpeg 6287 ## case no SDL-image: 6288 if test x$def_sdl_image = xno; then 6289 #---------# 6290 # libjpeg # 6291 #---------# 6220 6292 6221 6293 for ac_header in jpeglib.h … … 6370 6442 done 6371 6443 6372 if test $jpegHeader = "no"; then6444 if test x$jpegHeader = xno; then 6373 6445 echo " not including jpeg." 6374 6446 else … … 6435 6507 fi 6436 6508 6437 if test "$FOUND_jpeg" = "yes"; then6509 if test x$FOUND_jpeg = xyes ; then 6438 6510 LIBS="$LIBS -ljpeg" 6439 6511 else … … 6446 6518 fi 6447 6519 6448 ## checking for libpng 6520 #--------# 6521 # libpng # 6522 #--------# 6449 6523 6450 6524 for ac_header in png.h … … 6599 6673 done 6600 6674 6601 if test $pngHeader = "no"; then6675 if test x$pngHeader = xno; then 6602 6676 echo " not including png." 6603 6677 else … … 6664 6738 fi 6665 6739 6666 if test "$FOUND_png" = "yes"; then6740 if test x$FOUND_png = xyes ; then 6667 6741 LIBS="$LIBS -lpng" 6668 6742 else … … 6676 6750 fi 6677 6751 6678 ## checking for GTK 6679 if test "$def_gtk" = yes; then 6752 #-----# 6753 # GTK # 6754 #-----# 6755 if test x$def_gtk = xyes; then 6680 6756 6681 6757 #PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.3 gthread-2.0 >= 2.0.3, have_gtk2=yes, have_gtk2=no) … … 6710 6786 6711 6787 6712 ## checking for gThread 6713 if test "$def_gthread" = yes; then 6788 #---------# 6789 # gThread # 6790 #---------# 6791 if test x$def_gthread = xyes; then 6714 6792 6715 6793 echo "$as_me:$LINENO: checking for gthread" >&5 … … 6743 6821 6744 6822 6745 ## checking for libcURL 6746 if test "$def_curl" = yes; then 6823 #---------# 6824 # libcURL # 6825 #---------# 6826 if test x$def_curl = xyes; then 6747 6827 6748 6828 … … 6987 7067 6988 7068 6989 6990 ##checking for pthread 7069 #---------# 7070 # pthread # 7071 #---------# 6991 7072 if test x$def_pthread = xyes ; then 6992 7073 if test x$have_gthread = xyes ; then … … 7205 7286 fi 7206 7287 7207 if test "$FOUND_pthread" = "yes"; then7288 if test x$FOUND_pthread = xyes ; then 7208 7289 LIBS="$LIBS -lpthread" 7209 7290 fi 7210 7291 fi 7211 7292 fi 7293 7294 7212 7295 # FIXME: Replace `main' with a function in `-lm': 7213 7296 … … 8096 8179 8097 8180 8098 ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile src/importer/Makefile" 8181 ###################### 8182 ## OUTPUT CONFIGURE ## 8183 ###################### 8184 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" 8185 8099 8186 8100 8187 cat >confcache <<\_ACEOF … … 8207 8294 Usually this means the macro was only invoked conditionally." >&5 8208 8295 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. 8296 Usually this means the macro was only invoked conditionally." >&2;} 8297 { (exit 1); exit 1; }; } 8298 fi 8299 if test -z "${SUB_PROJECTS_TRUE}" && test -z "${SUB_PROJECTS_FALSE}"; then 8300 { { echo "$as_me:$LINENO: error: conditional \"SUB_PROJECTS\" was never defined. 8301 Usually this means the macro was only invoked conditionally." >&5 8302 echo "$as_me: error: conditional \"SUB_PROJECTS\" was never defined. 8209 8303 Usually this means the macro was only invoked conditionally." >&2;} 8210 8304 { (exit 1); exit 1; }; } … … 8683 8777 # Handling of arguments. 8684 8778 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 8685 "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;8686 "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;;8687 8779 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 8688 "src/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/importer/Makefile" ;; 8780 "src/lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; 8781 "src/lib/graphics/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/Makefile" ;; 8782 "src/lib/graphics/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/graphics/importer/Makefile" ;; 8783 "src/lib/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/Makefile" ;; 8784 "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;; 8785 "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;; 8689 8786 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 8690 8787 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; … … 8831 8928 s,@EGREP@,$EGREP,;t t 8832 8929 s,@DEBUG@,$DEBUG,;t t 8930 s,@SUB_PROJECTS_TRUE@,$SUB_PROJECTS_TRUE,;t t 8931 s,@SUB_PROJECTS_FALSE@,$SUB_PROJECTS_FALSE,;t t 8833 8932 s,@DOXYGEN@,$DOXYGEN,;t t 8834 8933 s,@DOXYGEN_TRUE@,$DOXYGEN_TRUE,;t t
Note: See TracChangeset
for help on using the changeset viewer.