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

Diff for /JSOC/configure between version 1.31 and 1.34

version 1.31, 2008/07/16 18:51:33 version 1.34, 2009/01/29 18:55:44
Line 305  if ($CHKLIBS == "no") then
Line 305  if ($CHKLIBS == "no") then
             echo "CFITSIOFNAME_GCC_X86_64 = cfitsio_gcc" > custom.mk             echo "CFITSIOFNAME_GCC_X86_64 = cfitsio_gcc" > custom.mk
         endif         endif
  
           # Make customizations - ensure changes here are synchronized to changes in make_basic.mk
           if (!(-e suflag.txt)) then
               # put compilation customizations here
               # echo "DRMS_DEFAULT_RETENTION = -10" >> custom.mk
           endif
   
         echo "done"         echo "done"
         echo         echo
  
Line 346  if ($CHKLIBS == "yes") then
Line 352  if ($CHKLIBS == "yes") then
  
  
 endif endif
   
   # Call gen_init.csh to generate localized scripts and localization.h
   if (!(-e suflag.txt)) then
       echo "CUSTOM_DEFINES = __LOCALIZED_DEFS__" >> custom.mk
       ./gen_init.csh
   endif


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.34

Karen Tian
Powered by
ViewCVS 0.9.4