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

Diff for /JSOC/configure between version 1.65 and 1.66

version 1.65, 2011/02/17 23:15:55 version 1.66, 2012/04/24 21:52:19
Line 180  endif
Line 180  endif
         endif         endif
  
         if (!(-e configsdp.txt)) then         if (!(-e configsdp.txt)) then
               # This is NetDRMS.
             if (!(-e config.local)) then             if (!(-e config.local)) then
                 echo "Error: config.local not found. If you have a saved version of this"                 echo "Error: config.local not found. If you have a saved version of this"
                 echo "       file from a previous installation, you should copy that into"                 echo "       file from a previous installation, you should copy that into"
Line 197  endif
Line 198  endif
                 echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> ${LOCALIZATIONDIR}/custom.mk                 echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> ${LOCALIZATIONDIR}/custom.mk
                 ./gen_init.csh                 ./gen_init.csh
  
                   # Non-customizable parameters. There are certain features that are not
                   # present in NetDRMS, but that are present in the SDP JSOC version of DRMS.
                   # Set defines needed to accomplish this here.
                   # NetDRMS sites do not have DSDS.
                   echo '#define DSDS_SUPPORT (0)' >> base/include/localization.h
   
                 set CUSTOMDEFSFILE = "base/include/localization.h"                 set CUSTOMDEFSFILE = "base/include/localization.h"
  
                 # run moreconfigure.pl - this script is written in perl because it is easier to do the compiler detection                 # run moreconfigure.pl - this script is written in perl because it is easier to do the compiler detection
Line 208  endif
Line 215  endif
                 $PERLBIN ./customizemake.pl ./config.local ${LOCALIZATIONDIR}                 $PERLBIN ./customizemake.pl ./config.local ${LOCALIZATIONDIR}
             endif             endif
         else if (-e config.local) then         else if (-e config.local) then
               # This is Stanford.
   
             # config.local is optional at Stanford, but it won't necessarily contain the same information that             # config.local is optional at Stanford, but it won't necessarily contain the same information that
             # a NetDRMS config.local contains. The first section contains items that will override the             # a NetDRMS config.local contains. The first section contains items that will override the
             # the items in serverdefs.h. The second section contains items used to populate custom.mk,             # the items in serverdefs.h. The second section contains items used to populate custom.mk,


Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

Karen Tian
Powered by
ViewCVS 0.9.4