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

Comparing projects/cms/source/server/configure (file contents):
Revision 1.2 by tdb, Wed Dec 13 18:34:09 2000 UTC vs.
Revision 1.5 by tdb, Mon Jan 22 21:18:34 2001 UTC

# Line 4 | Line 4 | HTTPSERVER="http://killigrew.ukc.ac.uk/"
4  
5   echo "Generating Makefile includes"
6   echo "SERVERROOT="`pwd` > Config.inc
7 < echo "include $(SERVERROOT)/Config2.inc" >> Config.inc
7 > echo "include \$(SERVERROOT)/Config2.inc" >> Config.inc
8  
9   echo "Checking for required libraries"
10   cd build/lib
# Line 35 | Line 35 | if test -r "parser.jar"; then \
35   else \
36    echo "  parser.jar not found, fetching from ${HTTPSERVER}parser.jar"; \
37    wget -nv ${HTTPSERVER}parser.jar; \
38 + fi
39 +
40 + if test -r "mm.mysql-2.0.2-bin.jar"; then \
41 +  echo "  mm.mysql-2.0.2-bin.jar found"; \
42 + else \
43 +  echo "  mm.mysql-2.0.2-bin.jar not found, fetching from ${HTTPSERVER}mm.mysql-2.0.2-bin.jar"; \
44 +  wget -nv ${HTTPSERVER}mm.mysql-2.0.2-bin.jar; \
45   fi
46  
47   echo "Checking for jacorb.properties"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines