(file) Return to configure CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / config

Diff for /pegasus_unsupported/config/configure between version 1.16 and 1.17

version 1.16, 2008/07/11 01:05:20 version 1.17, 2008/07/17 20:46:28
Line 98 
Line 98 
       enable_debug=1       enable_debug=1
       ;;       ;;
  
       --enable-mrr-generation)
         enable_mrr_generation=1
         ;;
   
       --enable-mrr)
         enable_mrr=1
         ;;
   
     --disable-oop)     --disable-oop)
       disable_oop=1       disable_oop=1
       ;;       ;;
Line 170 
Line 178 
       with_solaris_defaults=1       with_solaris_defaults=1
       ;;       ;;
  
       --solaris)
         with_solaris_defaults=1
         ;;
   
     --with-vxworks-xscale-defaults)     --with-vxworks-xscale-defaults)
       with_vxworks_xscale_defaults=1       with_vxworks_xscale_defaults=1
       ;;       ;;
  
     --vx1)      --vxworks-xscale)
       with_vxworks_xscale_defaults=1       with_vxworks_xscale_defaults=1
       ;;       ;;
  
Line 231 
Line 243 
         Install data files here.         Install data files here.
     --enable-debug     --enable-debug
         Build for debug.         Build for debug.
       --enable-mrr-generation
           Enable memory-resident repository generation (in cimmofl).
       --enable-mrr
           Enable the memory-resident repository.
     --disable-oop     --disable-oop
         Disable out-of-process providers.         Disable out-of-process providers.
     --disable-trace     --disable-trace
Line 298 
Line 314 
     disable_oop=1     disable_oop=1
     disable_trace=1     disable_trace=1
     enable_ssl=1     enable_ssl=1
       enable_slp=1
       disable_cmpi=1
       enable_mrr=1
 fi fi
  
 ##============================================================================== ##==============================================================================
Line 557 
Line 576 
 ## ##
 ##============================================================================== ##==============================================================================
  
   if [ ! -z "$enable_pam" ]
   then
   
     if [ ! -f "/usr/include/security/pam_appl.h" -a \
          ! -f "/usr/local/include/security/pam_appl.h" ]
     then
         echo "$0: <security/pam_appl.h> is missing (required by --enable_pam)"
         exit 1
     fi
   
   fi
   
   ##==============================================================================
   ##
   ## Create options.mak
   ##
   ##==============================================================================
   
 options=options.mak options=options.mak
 rm -f $options rm -f $options
 echo "# This file was generated by configure." >> $options echo "# This file was generated by configure." >> $options
Line 605 
Line 642 
   echo "export PEGASUS_DEBUG=1" >> $options   echo "export PEGASUS_DEBUG=1" >> $options
 fi fi
  
   if [ "$enable_mrr_generation" = 1 ]
   then
     echo "export PEGASUS_ENABLE_MRR_GENERATION=1" >> $options
   fi
   
   if [ "$enable_mrr" = 1 ]
   then
     echo "export PEGASUS_ENABLE_MRR=1" >> $options
   fi
   
 if [ "$enable_pam" = "1" ]; then if [ "$enable_pam" = "1" ]; then
   echo "export PEGASUS_PAM_AUTHENTICATION=true" >> $options   echo "export PEGASUS_PAM_AUTHENTICATION=true" >> $options
 fi fi


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2