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 |