- Timestamp:
- Nov 3, 2005, 12:40:14 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r5463 r5467 882 882 libraries. 883 883 --with-sub-projects also builds the subProjects while make from srcdir 884 --with-tardis sets all the necesary environment flags for 885 linux-TARDIS boxes at the ETH Zurich 884 886 885 887 Some influential environment variables: … … 4152 4154 fi 4153 4155 4156 4157 4158 4159 #---------------------------# 4160 # WITH TARDIS (convenience) # 4161 #---------------------------# 4162 def_tardis=no 4163 echo "$as_me:$LINENO: checking convenience flag for working at the taris in the ETH zurich" >&5 4164 echo $ECHO_N "checking convenience flag for working at the taris in the ETH zurich... $ECHO_C" >&6 4165 4166 # Check whether --with-tardi or --without-tardi was given. 4167 if test "${with_tardi+set}" = set; then 4168 withval="$with_tardi" 4169 def_tardis=yes 4170 fi; 4171 if test x$def_tardis = xyes; then 4172 PREFIX=/usr/pack/gamelibs-1.0-to 4173 CPPFLAGS="$CPPFLAGS -I$PREFIX/include" 4174 LDFLAGS="$LDFLAGS -L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib" 4175 echo "yes" 4176 fi 4177 if test x$def_tardis = xno; then 4178 echo "no" 4179 fi 4154 4180 4155 4181 ####################### -
trunk/configure.ac
r5463 r5467 209 209 AM_CONDITIONAL(DOCUMENTATION, test x$def_documentation = xyes) 210 210 211 212 213 #---------------------------# 214 # WITH TARDIS (convenience) # 215 #---------------------------# 216 def_tardis=no 217 AC_MSG_CHECKING([convenience flag for working at the taris in the ETH zurich]) 218 AC_ARG_WITH([tardi], 219 AC_HELP_STRING( [--with-tardis], 220 [sets all the necesary environment flags for linux-TARDIS boxes at the ETH Zurich]), [def_tardis=yes]) 221 if test x$def_tardis = xyes; then 222 PREFIX=/usr/pack/gamelibs-1.0-to 223 CPPFLAGS="$CPPFLAGS -I$PREFIX/include" 224 LDFLAGS="$LDFLAGS -L$PREFIX/$ARCH/lib -Wl,-rpath -Wl,$PREFIX/$ARCH/lib" 225 echo "yes" 226 fi 227 if test x$def_tardis = xno; then 228 echo "no" 229 fi 230 211 231 ####################### 212 232 ## PROGRAMM CHECKING ## … … 699 719 src/lib/shell/Makefile 700 720 src/lib/gui/Makefile 701 702 721 src/lib/gui/gtk_gui/Makefile 722 src/lib/gui/gl_gui/Makefile 703 723 src/lib/tinyxml/Makefile 704 724 src/util/Makefile
Note: See TracChangeset
for help on using the changeset viewer.