common/autoconf/generated-configure.sh
changeset 19763 f234bbfc5ab3
parent 19760 7cd5ce917641
child 19764 345aa6f8d18a
equal deleted inserted replaced
19762:1bc60666c599 19763:f234bbfc5ab3
  1030 with_override_hotspot
  1030 with_override_hotspot
  1031 with_override_nashorn
  1031 with_override_nashorn
  1032 with_override_jdk
  1032 with_override_jdk
  1033 with_import_hotspot
  1033 with_import_hotspot
  1034 with_msvcr_dll
  1034 with_msvcr_dll
       
  1035 with_dxsdk
       
  1036 with_dxsdk_lib
       
  1037 with_dxsdk_include
  1035 with_jtreg
  1038 with_jtreg
  1036 with_extra_cflags
  1039 with_extra_cflags
  1037 with_extra_cxxflags
  1040 with_extra_cxxflags
  1038 with_extra_ldflags
  1041 with_extra_ldflags
  1039 enable_debug_symbols
  1042 enable_debug_symbols
  1784   --with-import-hotspot   import hotspot binaries from this jdk image or
  1787   --with-import-hotspot   import hotspot binaries from this jdk image or
  1785                           hotspot build dist dir instead of building from
  1788                           hotspot build dist dir instead of building from
  1786                           source
  1789                           source
  1787   --with-msvcr-dll        copy this msvcr100.dll into the built JDK (Windows
  1790   --with-msvcr-dll        copy this msvcr100.dll into the built JDK (Windows
  1788                           only) [probed]
  1791                           only) [probed]
       
  1792   --with-dxsdk            Deprecated. Option is kept for backwards
       
  1793                           compatibility and is ignored
       
  1794   --with-dxsdk-lib        Deprecated. Option is kept for backwards
       
  1795                           compatibility and is ignored
       
  1796   --with-dxsdk-include    Deprecated. Option is kept for backwards
       
  1797                           compatibility and is ignored
  1789   --with-jtreg            Regression Test Harness [probed]
  1798   --with-jtreg            Regression Test Harness [probed]
  1790   --with-extra-cflags     extra flags to be used when compiling jdk c-files
  1799   --with-extra-cflags     extra flags to be used when compiling jdk c-files
  1791   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
  1800   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
  1792   --with-extra-ldflags    extra flags to be used when linking jdk
  1801   --with-extra-ldflags    extra flags to be used when linking jdk
  1793   --with-x                use the X Window System
  1802   --with-x                use the X Window System
  3133 # $1: The name of the variable to fix
  3142 # $1: The name of the variable to fix
  3134 
  3143 
  3135 
  3144 
  3136 
  3145 
  3137 
  3146 
       
  3147 # Register a --with argument but mark it as deprecated
       
  3148 # $1: The name of the with argument to deprecate, not including --with-
       
  3149 
       
  3150 
  3138 
  3151 
  3139 
  3152 
  3140 # Test that variable $1 denoting a program is not empty. If empty, exit with an error.
  3153 # Test that variable $1 denoting a program is not empty. If empty, exit with an error.
  3141 # $1: variable to check
  3154 # $1: variable to check
  3142 # $2: executable name to print in warning (optional)
  3155 # $2: executable name to print in warning (optional)
  3803 # definitions. It is replaced with custom functionality when building
  3816 # definitions. It is replaced with custom functionality when building
  3804 # custom sources.
  3817 # custom sources.
  3805 #CUSTOM_AUTOCONF_INCLUDE
  3818 #CUSTOM_AUTOCONF_INCLUDE
  3806 
  3819 
  3807 # Do not change or remove the following line, it is needed for consistency checks:
  3820 # Do not change or remove the following line, it is needed for consistency checks:
  3808 DATE_WHEN_GENERATED=1379077060
  3821 DATE_WHEN_GENERATED=1379500606
  3809 
  3822 
  3810 ###############################################################################
  3823 ###############################################################################
  3811 #
  3824 #
  3812 # Initialization / Boot-strapping
  3825 # Initialization / Boot-strapping
  3813 #
  3826 #
 17582 
 17595 
 17583     MSVCR_DLL="`cd "$path"; $THEPWDCMD -L`"
 17596     MSVCR_DLL="`cd "$path"; $THEPWDCMD -L`"
 17584   fi
 17597   fi
 17585 
 17598 
 17586 
 17599 
       
 17600 
       
 17601 
       
 17602 # Check whether --with-dxsdk was given.
       
 17603 if test "${with_dxsdk+set}" = set; then :
       
 17604   withval=$with_dxsdk; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --with-dxsdk is deprecated and will be ignored." >&5
       
 17605 $as_echo "$as_me: WARNING: Option --with-dxsdk is deprecated and will be ignored." >&2;}
       
 17606 fi
       
 17607 
       
 17608 
       
 17609 
       
 17610 
       
 17611 # Check whether --with-dxsdk-lib was given.
       
 17612 if test "${with_dxsdk_lib+set}" = set; then :
       
 17613   withval=$with_dxsdk_lib; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --with-dxsdk-lib is deprecated and will be ignored." >&5
       
 17614 $as_echo "$as_me: WARNING: Option --with-dxsdk-lib is deprecated and will be ignored." >&2;}
       
 17615 fi
       
 17616 
       
 17617 
       
 17618 
       
 17619 
       
 17620 # Check whether --with-dxsdk-include was given.
       
 17621 if test "${with_dxsdk_include+set}" = set; then :
       
 17622   withval=$with_dxsdk_include; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --with-dxsdk-include is deprecated and will be ignored." >&5
       
 17623 $as_echo "$as_me: WARNING: Option --with-dxsdk-include is deprecated and will be ignored." >&2;}
       
 17624 fi
       
 17625 
       
 17626 
 17587 fi
 17627 fi
 17588 
 17628 
 17589 
 17629 
 17590 
 17630 
 17591 # If --build AND --host is set, then the configure script will find any
 17631 # If --build AND --host is set, then the configure script will find any