Changeset 4774 in orxonox.OLD for orxonox/trunk/configure
- Timestamp:
- Jul 2, 2005, 6:28:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure
r4772 r4774 869 869 --disable-modular-debug compiles in modular-debug mode, that logs 870 870 differently on the many modules of orxonox. 871 --enable-sub-projects also builds the subProjects while make from srcdir 871 --disable-gtk Prevents GTK from being loaded 872 --disable-curl Prevents libcURL from being loaded 872 873 --enable-profile builds orxonox with profiling support 873 874 --enable-efence builds orxonox with efence support … … 878 879 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 879 880 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 880 --without-gtk Prevents GTK from being loaded 881 --without-curl Prevents libcURL from being loaded 881 --with-sub-projects also builds the subProjects while make from srcdir 882 882 883 883 Some influential environment variables: … … 3925 3925 3926 3926 3927 ## THIS IS OUR DEFAULT-DATA-DIRECTORY 3928 3927 3929 ################################## 3928 3930 ## CHECKING OPTIONAL ARGUMENTS ## 3929 3931 ################################## 3932 #----------------# 3933 # Data-Directory # 3934 #----------------# 3935 DATA_DIR=$datadir 3936 echo \$\{prefix\} 3937 if test $DATA_DIR = \$\{prefix\}/share ; then 3938 echo "not given" 3939 DATA_DIR=/usr/share 3940 else 3941 echo "given: $DATA_DIR" 3942 fi 3943 3944 cat >>confdefs.h <<_ACEOF 3945 #define DATADIR "$DATA_DIR" 3946 _ACEOF 3947 3930 3948 3931 3949 #-----------------# … … 3988 4006 echo "$as_me:$LINENO: checking if gtk should be enabled" >&5 3989 4007 echo $ECHO_N "checking if gtk should be enabled... $ECHO_C" >&6 3990 3991 # Check whether --with-gtk or --without-gtk was given. 3992 if test "${with_gtk+set}" = set; then 3993 withval="$with_gtk" 4008 # Check whether --enable-gtk or --disable-gtk was given. 4009 if test "${enable_gtk+set}" = set; then 4010 enableval="$enable_gtk" 3994 4011 def_gtk=no 3995 4012 else … … 4008 4025 echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5 4009 4026 echo $ECHO_N "checking if libcURL should be enabled... $ECHO_C" >&6 4010 4011 # Check whether --with-curl or --without-curl was given. 4012 if test "${with_curl+set}" = set; then 4013 withval="$with_curl" 4027 # Check whether --enable-curl or --disable-curl was given. 4028 if test "${enable_curl+set}" = set; then 4029 enableval="$enable_curl" 4014 4030 def_curl=no 4015 4031 else … … 4029 4045 echo "$as_me:$LINENO: checking if the SubProjects should be built" >&5 4030 4046 echo $ECHO_N "checking if the SubProjects should be built... $ECHO_C" >&6 4031 # Check whether --enable-sub-projects or --disable-sub-projects was given. 4032 if test "${enable_sub_projects+set}" = set; then 4033 enableval="$enable_sub_projects" 4047 4048 # Check whether --with-sub-projects or --without-sub-projects was given. 4049 if test "${with_sub_projects+set}" = set; then 4050 withval="$with_sub_projects" 4034 4051 def_sub_projects=yes 4035 4052 fi; … … 4114 4131 DOCUMENTATION_FALSE= 4115 4132 fi 4133 4116 4134 4117 4135 #######################
Note: See TracChangeset
for help on using the changeset viewer.