--- projects/cms/source/server/configure 2001/03/14 22:21:18 1.11 +++ projects/cms/source/server/configure 2001/07/17 17:07:55 1.13 @@ -4,13 +4,13 @@ # i-scream Distributed Centralised Monitoring System # Server configure script # -# $Id: configure,v 1.11 2001/03/14 22:21:18 tdb Exp $ +# $Id: configure,v 1.13 2001/07/17 17:07:55 tdb Exp $ # ## Config # HTTP Server. This is the source of all downloads. -HTTPSERVER="http://killigrew.ukc.ac.uk/" +HTTPSERVER="http://www.i-scream.org.uk/downloads/lib/" # This script uses wget, set it's path and parameters here WGETPARAM="-nv" @@ -32,7 +32,7 @@ for LIB in ${LIBRARIES}; do echo " + ${LIB} found"; \ else \ echo " - ${LIB} not found, fetching from ${HTTPSERVER}${LIB}"; \ - /usr/local/bin/wget -nv ${HTTPSERVER}${LIB}; \ + ${WGET} -nv ${HTTPSERVER}${LIB}; \ fi done @@ -45,7 +45,7 @@ if test -r "jacorb.properties"; then \ echo " + jacorb.properties found"; \ else \ echo " - jacorb.properties not found, fetching from ${HTTPSERVER}jacorb.properties"; \ - wget -nv ${HTTPSERVER}jacorb.properties; \ + ${WGET} ${HTTPSERVER}jacorb.properties; \ fi ## Write out the include file for the Makefile's