Changeset 5479 in orxonox.OLD for trunk/configure
- Timestamp:
- Nov 3, 2005, 8:50:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5475 r5479 867 867 --enable-debug compiles in debug mode. Lots of debug info about the 868 868 game. 869 --disable-modular-debug compiles in modular-debug mode, that logs870 differently on the many modules of orxonox. 869 --disable-modular-debug compiles in modular-debug 870 that logs differently on the many modules of orxonox.mode 871 871 --disable-gtk Prevents GTK from being loaded 872 872 --disable-curl Prevents libcURL from being loaded … … 879 879 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 880 880 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 881 --with-shared-lib-path Tells the executable, where to look for the shared 882 libraries. 881 --with-shared-lib-path Tells the executable 883 882 --with-sub-projects also builds the subProjects while make from srcdir 884 883 --with-tardis sets all the necesary environment flags for … … 4173 4172 #---------------------------# 4174 4173 def_tardis=no 4174 GTKPATH="" 4175 4175 echo "$as_me:$LINENO: checking convenience flag for working at the taris in the ETH zurich" >&5 4176 4176 echo $ECHO_N "checking convenience flag for working at the taris in the ETH zurich... $ECHO_C" >&6 … … 4189 4189 ## GTK 4190 4190 GTKPREFIX=/usr/pack/gtk-2.8.3-mo 4191 GTKPATH=${GTKPREFIX}/${ARCH}/bin 4191 4192 CPPFLAGS="${CPPFLAGS} -I${GTKPREFIX}/include" 4192 4193 LDFLAGS="${LDFLAGS} -L${GTKPREFIX}/${ARCH}/lib -Wl,-rpath -Wl,${GTKPREFIX}/${ARCH}/lib" … … 4302 4303 #-------------------------# 4303 4304 if test x$def_gtk = xyes; then 4304 # Extract the first word of "pkg-config", so it can be a program name with args. 4305 if test x${GTKPATH} != x; then 4306 # Extract the first word of "pkg-config", so it can be a program name with args. 4305 4307 set dummy pkg-config; ac_word=$2 4308 echo "$as_me:$LINENO: checking for $ac_word" >&5 4309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4310 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then 4311 echo $ECHO_N "(cached) $ECHO_C" >&6 4312 else 4313 case $PKG_CONFIG in 4314 [\\/]* | ?:[\\/]*) 4315 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 4316 ;; 4317 *) 4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 4319 for as_dir in $GTKPATH 4320 do 4321 IFS=$as_save_IFS 4322 test -z "$as_dir" && as_dir=. 4323 for ac_exec_ext in '' $ac_executable_extensions; do 4324 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 4325 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" 4326 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 4327 break 2 4328 fi 4329 done 4330 done 4331 4332 ;; 4333 esac 4334 fi 4335 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 4336 4337 if test -n "$PKG_CONFIG"; then 4338 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 4339 echo "${ECHO_T}$PKG_CONFIG" >&6 4340 else 4341 echo "$as_me:$LINENO: result: no" >&5 4342 echo "${ECHO_T}no" >&6 4343 fi 4344 4345 else 4346 # Extract the first word of "pkg-config ", so it can be a program name with args. 4347 set dummy pkg-config ; ac_word=$2 4306 4348 echo "$as_me:$LINENO: checking for $ac_word" >&5 4307 4349 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 … … 4341 4383 fi 4342 4384 4385 fi 4343 4386 fi 4344 4387
Note: See TracChangeset
for help on using the changeset viewer.