--- projects/cms/source/server/configure 2001/03/14 22:01:08 1.9 +++ projects/cms/source/server/configure 2001/03/14 22:21:18 1.11 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.9 2001/03/14 22:01:08 tdb Exp $ +# $Id: configure,v 1.11 2001/03/14 22:21:18 tdb Exp $ # ## Config @@ -17,14 +17,14 @@ WGETPARAM="-nv" WGET="/usr/local/bin/wget ${WGETPARAM}" # This should always be the same -PWD=`pwd` +SRCROOT=`pwd` ## Library check echo "> Checking for required libraries" cd build/lib -LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.2-bin.jar" +LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.4-bin.jar" for LIB in ${LIBRARIES}; do @@ -52,9 +52,9 @@ fi echo "> Generating Makefile includes" echo " + writing root of source tree" -echo "SOURCEROOT=${PWD}" > ${PWD}/Config.inc +echo "SOURCEROOT=${SRCROOT}" > ${SRCROOT}/Config.inc echo " + writing include" -echo "include \$(SOURCEROOT)/Config2.inc" >> ${PWD}/Config.inc +echo "include \$(SOURCEROOT)/Config2.inc" >> ${SRCROOT}/Config.inc echo "> Configure Completed"