# # Rick Ratzel # 3/11/2004 # # run configure with specific settings # DEMODIR=`pwd` if ([[ ${1} == "--work" ]]); then ${DEMODIR}/configure \ --with-elmer=/shared/Tools/OpenSource/Linux_2.4/elmer1.1.1 \ --with-python=/shared/Tools/OpenSource/Linux_2.4/Python-2.2.1 \ --with-tcl=/projects/linux/tcl/tclpro-1.4 else ${DEMODIR}/configure \ --with-elmer=/home/rlratzel/programs/elmer1.1.2 fi