ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/configure
(Generate patch)

Comparing configure (file contents):
Revision 1.57 by arta, Wed Mar 10 23:58:46 2010 UTC vs.
Revision 1.58 by arta, Thu Mar 11 03:58:49 2010 UTC

# Line 175 | Line 175 | if ($CHKLIBS == "no") then
175          # Site Localization
176  
177          # Path to the configuration file - at some point, make this an argument to the configure script
178 +        set LOCALIZATIONDIR = ""
179          set conflocal = "config.local"
180 <        set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal`
180 >
181 >        if (-e $conflocal) then
182 >            set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal`
183 >        endif
184  
185          if ($LOCALIZATIONDIR == "") then
186              set LOCALIZATIONDIR = ${PWD}/localization

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines