--- projects/cms/source/server/configure 2003/02/11 22:00:56 1.19 +++ projects/cms/source/server/configure 2003/05/05 22:04:55 1.22 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.19 2003/02/11 22:00:56 tdb Exp $ +# $Id: configure,v 1.22 2003/05/05 22:04:55 tdb Exp $ # ## Config @@ -32,7 +32,7 @@ SRCROOT=`pwd` echo "> Checking for required libraries" cd build/lib -LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar mm.mysql-2.0.11-bin.jar pircbot.jar iscream_util.jar" +LIBRARIES="crimson.jar idl.jar jacorb.jar jaxp.jar pircbot.jar iscream_util.jar" for LIB in ${LIBRARIES}; do @@ -45,17 +45,6 @@ for LIB in ${LIBRARIES}; do done -## Check for jacorb properties file - -echo "> Checking for jacorb.properties" -cd ${HOME} -if test -r "jacorb.properties"; then \ - echo " + jacorb.properties found"; \ -else \ - echo " - jacorb.properties not found, fetching from ${HTTPSERVER}jacorb.properties"; \ - ${WGET} ${HTTPSERVER}jacorb.properties; \ -fi - ## Cache javadoc API package-list files echo "> Caching remote API's" @@ -77,6 +66,16 @@ if test -r "package-list"; then \ else \ echo " - pircbot/package-list not found, fetching from ${PIRCBOTURL}package-list"; \ ${WGET} ${PIRCBOTURL}package-list; \ +fi + +UTILURL="http://www.i-scream.org.uk/javadoc/util/" +mkdir -p ${SRCROOT}/.api-cache/util +cd ${SRCROOT}/.api-cache/util +if test -r "package-list"; then \ + echo " + util/package-list found"; \ +else \ + echo " - util/package-list not found, fetching from ${UTILURL}package-list"; \ + ${WGET} ${UTILURL}package-list; \ fi ## Write out the include file for the Makefile's