(file) Return to configure CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configure between version 1.57 and 1.58

version 1.57, 2010/03/10 23:58:46 version 1.58, 2010/03/11 03:58:49
Line 175  if ($CHKLIBS == "no") then
Line 175  if ($CHKLIBS == "no") then
         # Site Localization         # Site Localization
  
         # Path to the configuration file - at some point, make this an argument to the configure script         # Path to the configuration file - at some point, make this an argument to the configure script
           set LOCALIZATIONDIR = ""
         set conflocal = "config.local"         set conflocal = "config.local"
   
           if (-e $conflocal) then
         set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal`         set LOCALIZATIONDIR = `perl -n -e 'if ($_ =~ /^LOCALIZATIONDIR\s+(.+)/) { print $1; }' $conflocal`
           endif
  
         if ($LOCALIZATIONDIR == "") then         if ($LOCALIZATIONDIR == "") then
             set LOCALIZATIONDIR = ${PWD}/localization             set LOCALIZATIONDIR = ${PWD}/localization


Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

Karen Tian
Powered by
ViewCVS 0.9.4