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

Diff for /JSOC/configure between version 1.32 and 1.36

version 1.32, 2008/11/19 00:57:45 version 1.36, 2009/01/29 19:53:12
Line 215  if ($CHKLIBS == "no") then
Line 215  if ($CHKLIBS == "no") then
             cd ..             cd ..
  
             cd ..             cd ..
         else          #else
 # Non-Stanford users: edit these lines to reflect the location of required # Non-Stanford users: edit these lines to reflect the location of required
 #  3rd party libs: cfitsio.a #  3rd party libs: cfitsio.a
             ln -sfv /usr/local/include include              #ln -sfv /usr/local/include include
             if (!(-d lib)) mkdir lib              #if (!(-d lib)) mkdir lib
             ln -sfv /usr/local/lib lib/$JSOC_MACHINE              #ln -sfv /usr/local/lib lib/$JSOC_MACHINE
         endif         endif
  
         set TPWARN = 0         set TPWARN = 0
Line 352  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.32  
changed lines
  Added in v.1.36

Karen Tian
Powered by
ViewCVS 0.9.4