ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/configure
(Generate patch)

Comparing projects/cms/source/conient/configure (file contents):
Revision 1.8 by tdb, Wed Feb 5 19:35:04 2003 UTC vs.
Revision 1.9 by tdb, Thu Feb 6 09:48:19 2003 UTC

# Line 40 | Line 40 | for LIB in ${LIBRARIES}; do
40          echo "  + ${LIB} found"; \
41      else \
42          echo "  - ${LIB} not found, fetching from ${HTTPSERVER}${LIB}"; \
43 <        ${WGET} ${HTTPSERVER}${LIB}; \
43 >        ${WGET} -nv ${HTTPSERVER}${LIB}; \
44      fi
45      
46   done
47 +
48 + ## Cache javadoc API package-list files
49 + echo "> Caching remote API's"
50 +
51 + JDKURL="http://java.sun.com/j2se/1.3/docs/api/"
52 + mkdir -p ${SRCROOT}/.api-cache/jdk
53 + cd ${SRCROOT}/.api-cache/jdk
54 + if test -r "package-list"; then \
55 +  echo "  + jdk/package-list found"; \
56 + else \
57 +  echo "  - jdk/package-list not found, fetching from ${JDKURL}package-list"; \
58 +  ${WGET} ${JDKURL}package-list; \
59 + fi
60  
61   ## Write out the include file for the Makefile's
62  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines