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

Diff for /pegasus_unsupported/config/configure between version 1.14 and 1.15

version 1.14, 2008/07/07 23:50:42 version 1.15, 2008/07/11 00:46:48
Line 102 
Line 102 
       disable_oop=1       disable_oop=1
       ;;       ;;
  
       --disable-trace)
         disable_trace=1
         ;;
   
     --disable-ipv6)     --disable-ipv6)
       disable_ipv6=1       disable_ipv6=1
       ;;       ;;
Line 166 
Line 170 
       with_solaris_defaults=1       with_solaris_defaults=1
       ;;       ;;
  
       --with-vxworks-xscale-defaults)
         with_vxworks_xscale_defaults=1
         ;;
   
       --vx1)
         with_vxworks_xscale_defaults=1
         ;;
   
     --with-test-user=*)     --with-test-user=*)
       with_test_user=$optarg       with_test_user=$optarg
       ;;       ;;
Line 204 
Line 216 
             LINUX_X86_64_GNU             LINUX_X86_64_GNU
             SOLARIS_SPARC_64_CC             SOLARIS_SPARC_64_CC
             SOLARIS_X86_64_CC             SOLARIS_X86_64_CC
               VXWORKS_XSCALE_GNU
     --prefix=DIR     --prefix=DIR
         Install under DIR         Install under DIR
     --bindir=DIR     --bindir=DIR
Line 220 
Line 233 
         Build for debug.         Build for debug.
     --disable-oop     --disable-oop
         Disable out-of-process providers.         Disable out-of-process providers.
       --disable-trace
           Disable tracing facility.
     --disable-ipv6     --disable-ipv6
         Disable IPV6 support.         Disable IPV6 support.
     --disable-trace     --disable-trace
Line 255 
Line 270 
             --enable-ssl             --enable-ssl
             --enable-openslp             --enable-openslp
             --enable-pam-standalone             --enable-pam-standalone
       --with-vxworks-xscale-defaults
           Enables reasonable defaults for the VXWorks/XScale platform.
           includes:
               --platform=VXWORKS_XSCALE_GNU
               --disable-oop
               --disable-trace
               --enable-ssl
 END END
 exit exit
 fi fi
Line 272 
Line 293 
     enable_pam_standalone=1     enable_pam_standalone=1
 fi fi
  
   if [ "$with_vxworks_xscale_defaults" = 1 ]; then
       platform=VXWORKS_XSCALE_GNU
       disable_oop=1
       disable_trace=1
       enable_ssl=1
   fi
   
 ##============================================================================== ##==============================================================================
 ## ##
 ## Check the --platform option. ## Check the --platform option.
Line 289 
Line 317 
             ;;             ;;
         SOLARIS_X86_64_CC)         SOLARIS_X86_64_CC)
             ;;             ;;
           VXWORKS_XSCALE_GNU)
               ;;
         *)         *)
             echo "$0: Unknown platform: --platform=$platform"             echo "$0: Unknown platform: --platform=$platform"
             echo ""             echo ""
Line 534 
Line 564 
 cwd=`/bin/pwd` cwd=`/bin/pwd`
 root=$cwd root=$cwd
 echo "export ROOT=$root" >> $options echo "export ROOT=$root" >> $options
 echo "export PATH=$PATH:$cwd/$platform/bin" >> $options  #echo "export PATH=$PATH:$cwd/$platform/bin" >> $options
 echo "export LD_LIBRARY_PATH=$cwd/$platform/lib:$libdir" >> $options  #echo "export LD_LIBRARY_PATH=$cwd/$platform/lib:$libdir" >> $options
 echo "export PEGASUS_PLATFORM=$platform" >> $options echo "export PEGASUS_PLATFORM=$platform" >> $options
 echo "export PEGASUS_ROOT=$root" >> $options echo "export PEGASUS_ROOT=$root" >> $options
 echo "export PEGASUS_HOME=$cwd/$platform" >> $options echo "export PEGASUS_HOME=$cwd/$platform" >> $options
Line 547 
Line 577 
   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options
 fi fi
  
   if [ "$disable_trace" = "1" ]
   then
     echo "export PEGASUS_REMOVE_TRACE=1" >> $options
   fi
   
 if [ "$disable_ipv6" = "1" ] if [ "$disable_ipv6" = "1" ]
 then then
   echo "export PEGASUS_ENABLE_IPV6=false" >> $options   echo "export PEGASUS_ENABLE_IPV6=false" >> $options
Line 622 
Line 657 
 cat > GNUmakefile << END cat > GNUmakefile << END
 include options.mak include options.mak
  
   export PATH := \$(PATH):\$(PEGASUS_HOME)/bin
   export LD_LIBRARY_PATH := \$(LD_LIBRARY_PATH):\$(PEGASUS_HOME)/bin
   
 include Makefile include Makefile
  
 distclean: distclean:


Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2