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

Diff for /JSOC/configure between version 1.69 and 1.72

version 1.69, 2013/03/07 23:19:03 version 1.72, 2013/11/12 02:38:49
Line 6  set PERLBIN = ""
Line 6  set PERLBIN = ""
 if ($PERLBIN == "") then if ($PERLBIN == "") then
     if (-e configsdp.txt) then     if (-e configsdp.txt) then
         # at stanford, use         # at stanford, use
         set PERLBIN = "/home/jsoc/bin/linux_x86_64/perl5.12.2"          set PERLBIN = "/home/jsoc/bin/linux_x86_64/activeperl"
     else     else
         set PERLBIN = "perl"         set PERLBIN = "perl"
     endif     endif
Line 170  endif
Line 170  endif
             endif             endif
         endif         endif
  
           # TEMPORARILY create a link from ${LOCALIZATIONDIR}/drmsparams.h to JSOC/base/libs/perl/JSOC_DB_INFO_INCLUDE.pl
           cd ${LOCALIZATIONDIR}
           rm -f drmsparams.pm
           ln -s ../base/libs/perl/JSOC_DB_INFO_INCLUDE.pl drmsparams.pm
           cd ..
   
   
         if (-e ${LOCALIZATIONDIR}/custom.mk) then         if (-e ${LOCALIZATIONDIR}/custom.mk) then
             rm ${LOCALIZATIONDIR}/custom.mk             rm ${LOCALIZATIONDIR}/custom.mk
         endif         endif


Legend:
Removed from v.1.69  
changed lines
  Added in v.1.72

Karen Tian
Powered by
ViewCVS 0.9.4