--- projects/cms/source/conient/configure 2003/02/11 22:00:55 1.10 +++ projects/cms/source/conient/configure 2003/02/11 22:38:28 1.11 @@ -4,7 +4,7 @@ # i-scream Distributed Centralised Monitoring System # Conient configure script # -# $Id: configure,v 1.10 2003/02/11 22:00:55 tdb Exp $ +# $Id: configure,v 1.11 2003/02/11 22:38:28 tdb Exp $ # ## Config @@ -56,6 +56,16 @@ if test -r "package-list"; then \ else \ echo " - jdk/package-list not found, fetching from ${JDKURL}package-list"; \ ${WGET} ${JDKURL}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