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.10 by tdb, Wed Mar 14 22:15:10 2001 UTC vs.
Revision 1.11 by tdb, Wed Mar 14 22:21:18 2001 UTC

# Line 17 | Line 17 | WGETPARAM="-nv"
17   WGET="/usr/local/bin/wget ${WGETPARAM}"
18  
19   # This should always be the same
20 < PWD=`pwd`
20 > SRCROOT=`pwd`
21  
22   ## Library check
23  
# Line 52 | Line 52 | fi
52  
53   echo "> Generating Makefile includes"
54   echo "  + writing root of source tree"
55 < echo "SOURCEROOT=${PWD}" > ${PWD}/Config.inc
55 > echo "SOURCEROOT=${SRCROOT}" > ${SRCROOT}/Config.inc
56   echo "  + writing include"
57 < echo "include \$(SOURCEROOT)/Config2.inc" >> ${PWD}/Config.inc
57 > echo "include \$(SOURCEROOT)/Config2.inc" >> ${SRCROOT}/Config.inc
58  
59   echo "> Configure Completed"
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines