--- projects/cms/source/server/configure 2003/02/11 22:00:56 1.19 +++ projects/cms/source/server/configure 2003/02/11 22:38:29 1.20 @@ -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.20 2003/02/11 22:38:29 tdb Exp $ # ## Config @@ -77,6 +77,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