common/autoconf/generated-configure.sh

Print this page




 595 # include <inttypes.h>
 596 #endif
 597 #ifdef HAVE_STDINT_H
 598 # include <stdint.h>
 599 #endif
 600 #ifdef HAVE_UNISTD_H
 601 # include <unistd.h>
 602 #endif"
 603 
 604 ac_subst_vars='LTLIBOBJS
 605 LIBOBJS
 606 CCACHE
 607 USE_PRECOMPILED_HEADER
 608 SJAVAC_SERVER_DIR
 609 ENABLE_SJAVAC
 610 SJAVAC_SERVER_CORES
 611 SJAVAC_SERVER_JAVA
 612 JOBS
 613 MEMORY_SIZE
 614 NUM_CORES

 615 SALIB_NAME
 616 HOTSPOT_MAKE_ARGS
 617 FIXPATH
 618 LIBCXX
 619 STATIC_CXX_SETTING
 620 LIBDL
 621 LIBM
 622 LIBZIP_CAN_USE_MMAP
 623 USE_EXTERNAL_LIBZ
 624 USE_EXTERNAL_LIBGIF
 625 USE_EXTERNAL_LIBJPEG
 626 ALSA_LIBS
 627 ALSA_CFLAGS
 628 FREETYPE2_LIB_PATH
 629 USING_SYSTEM_FT_LIB
 630 FREETYPE2_LIBS
 631 FREETYPE2_CFLAGS
 632 CUPS_CFLAGS
 633 OPENWIN_HOME
 634 X_EXTRA_LIBS


3734 
3735 # Check if the VS env variables were setup prior to running configure.
3736 # If not, then find vcvarsall.bat and run it automatically, and integrate
3737 # the set env variables into the spec file.
3738 
3739 
3740 
3741 # Setup the DXSDK paths
3742 
3743 
3744 
3745 
3746 
3747 
3748 # This line needs to be here, verbatim, after all includes and the dummy hook
3749 # definitions. It is replaced with custom functionality when building
3750 # custom sources.
3751 #CUSTOM_AUTOCONF_INCLUDE
3752 
3753 # Do not change or remove the following line, it is needed for consistency checks:
3754 DATE_WHEN_GENERATED=1363150186
3755 
3756 ###############################################################################
3757 #
3758 # Initialization / Boot-strapping
3759 #
3760 # The bootstrapping process needs to solve the "chicken or the egg" problem,
3761 # thus it jumps back and forth, each time gaining something needed later on.
3762 #
3763 ###############################################################################
3764 
3765 # Basic initialization that must happen first of all
3766 
3767 # Save the original command line. This is passed to us by the wrapper configure script.
3768 
3769 DATE_WHEN_CONFIGURED=`LANG=C date`
3770 
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: Configuration created at $DATE_WHEN_CONFIGURED." >&5
3772 $as_echo "$as_me: Configuration created at $DATE_WHEN_CONFIGURED." >&6;}
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: configure script generated at timestamp $DATE_WHEN_GENERATED." >&5
3774 $as_echo "$as_me: configure script generated at timestamp $DATE_WHEN_GENERATED." >&6;}


10768 ###############################################################################
10769 #
10770 # Enable or disable unlimited crypto
10771 #
10772 # Check whether --enable-unlimited-crypto was given.
10773 if test "${enable_unlimited_crypto+set}" = set; then :
10774   enableval=$enable_unlimited_crypto;
10775 else
10776   enable_unlimited_crypto=no
10777 fi
10778 
10779 if test "x$enable_unlimited_crypto" = "xyes"; then
10780     UNLIMITED_CRYPTO=true
10781 else
10782     UNLIMITED_CRYPTO=false
10783 fi
10784 
10785 
10786 ###############################################################################
10787 #






10788 # Compress jars
10789 #
10790 COMPRESS_JARS=false
10791 
10792 
10793 
10794 
10795 # Source the version numbers
10796 . $AUTOCONF_DIR/version-numbers
10797 
10798 # Get the settings from parameters
10799 
10800 # Check whether --with-milestone was given.
10801 if test "${with_milestone+set}" = set; then :
10802   withval=$with_milestone;
10803 fi
10804 
10805 if test "x$with_milestone" = xyes; then
10806   as_fn_error $? "Milestone must have a value" "$LINENO" 5
10807 elif test "x$with_milestone" != x; then


31648     rm -f $OUTPUT_ROOT/fixpath?.??? $OUTPUT_ROOT/fixpath.obj
31649 fi
31650 
31651 
31652 
31653 
31654 ###############################################################################
31655 #
31656 # We need to do some final tweaking, when everything else is done.
31657 #
31658 ###############################################################################
31659 
31660 
31661 HOTSPOT_MAKE_ARGS="$HOTSPOT_TARGET"
31662 
31663 
31664 # The name of the Service Agent jar.
31665 SALIB_NAME="${LIBRARY_PREFIX}saproc${SHARED_LIBRARY_SUFFIX}"
31666 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
31667   SALIB_NAME="${LIBRARY_PREFIX}sawindbg${SHARED_LIBRARY_SUFFIX}"
















31668 fi
31669 
31670 
31671 
31672 
31673 ###############################################################################
31674 #
31675 # Configure parts of the build that only affect the build performance,
31676 # not the result.
31677 #
31678 ###############################################################################
31679 
31680 
31681   # How many cores do we have on this build system?
31682 
31683 # Check whether --with-num-cores was given.
31684 if test "${with_num_cores+set}" = set; then :
31685   withval=$with_num_cores;
31686 fi
31687 




 595 # include <inttypes.h>
 596 #endif
 597 #ifdef HAVE_STDINT_H
 598 # include <stdint.h>
 599 #endif
 600 #ifdef HAVE_UNISTD_H
 601 # include <unistd.h>
 602 #endif"
 603 
 604 ac_subst_vars='LTLIBOBJS
 605 LIBOBJS
 606 CCACHE
 607 USE_PRECOMPILED_HEADER
 608 SJAVAC_SERVER_DIR
 609 ENABLE_SJAVAC
 610 SJAVAC_SERVER_CORES
 611 SJAVAC_SERVER_JAVA
 612 JOBS
 613 MEMORY_SIZE
 614 NUM_CORES
 615 ENABLE_INTREE_EC
 616 SALIB_NAME
 617 HOTSPOT_MAKE_ARGS
 618 FIXPATH
 619 LIBCXX
 620 STATIC_CXX_SETTING
 621 LIBDL
 622 LIBM
 623 LIBZIP_CAN_USE_MMAP
 624 USE_EXTERNAL_LIBZ
 625 USE_EXTERNAL_LIBGIF
 626 USE_EXTERNAL_LIBJPEG
 627 ALSA_LIBS
 628 ALSA_CFLAGS
 629 FREETYPE2_LIB_PATH
 630 USING_SYSTEM_FT_LIB
 631 FREETYPE2_LIBS
 632 FREETYPE2_CFLAGS
 633 CUPS_CFLAGS
 634 OPENWIN_HOME
 635 X_EXTRA_LIBS


3735 
3736 # Check if the VS env variables were setup prior to running configure.
3737 # If not, then find vcvarsall.bat and run it automatically, and integrate
3738 # the set env variables into the spec file.
3739 
3740 
3741 
3742 # Setup the DXSDK paths
3743 
3744 
3745 
3746 
3747 
3748 
3749 # This line needs to be here, verbatim, after all includes and the dummy hook
3750 # definitions. It is replaced with custom functionality when building
3751 # custom sources.
3752 #CUSTOM_AUTOCONF_INCLUDE
3753 
3754 # Do not change or remove the following line, it is needed for consistency checks:
3755 DATE_WHEN_GENERATED=1363288091
3756 
3757 ###############################################################################
3758 #
3759 # Initialization / Boot-strapping
3760 #
3761 # The bootstrapping process needs to solve the "chicken or the egg" problem,
3762 # thus it jumps back and forth, each time gaining something needed later on.
3763 #
3764 ###############################################################################
3765 
3766 # Basic initialization that must happen first of all
3767 
3768 # Save the original command line. This is passed to us by the wrapper configure script.
3769 
3770 DATE_WHEN_CONFIGURED=`LANG=C date`
3771 
3772 { $as_echo "$as_me:${as_lineno-$LINENO}: Configuration created at $DATE_WHEN_CONFIGURED." >&5
3773 $as_echo "$as_me: Configuration created at $DATE_WHEN_CONFIGURED." >&6;}
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: configure script generated at timestamp $DATE_WHEN_GENERATED." >&5
3775 $as_echo "$as_me: configure script generated at timestamp $DATE_WHEN_GENERATED." >&6;}


10769 ###############################################################################
10770 #
10771 # Enable or disable unlimited crypto
10772 #
10773 # Check whether --enable-unlimited-crypto was given.
10774 if test "${enable_unlimited_crypto+set}" = set; then :
10775   enableval=$enable_unlimited_crypto;
10776 else
10777   enable_unlimited_crypto=no
10778 fi
10779 
10780 if test "x$enable_unlimited_crypto" = "xyes"; then
10781     UNLIMITED_CRYPTO=true
10782 else
10783     UNLIMITED_CRYPTO=false
10784 fi
10785 
10786 
10787 ###############################################################################
10788 #
10789 # Enable or disable the elliptic curve crypto implementation
10790 #
10791 
10792 
10793 ###############################################################################
10794 #
10795 # Compress jars
10796 #
10797 COMPRESS_JARS=false
10798 
10799 
10800 
10801 
10802 # Source the version numbers
10803 . $AUTOCONF_DIR/version-numbers
10804 
10805 # Get the settings from parameters
10806 
10807 # Check whether --with-milestone was given.
10808 if test "${with_milestone+set}" = set; then :
10809   withval=$with_milestone;
10810 fi
10811 
10812 if test "x$with_milestone" = xyes; then
10813   as_fn_error $? "Milestone must have a value" "$LINENO" 5
10814 elif test "x$with_milestone" != x; then


31655     rm -f $OUTPUT_ROOT/fixpath?.??? $OUTPUT_ROOT/fixpath.obj
31656 fi
31657 
31658 
31659 
31660 
31661 ###############################################################################
31662 #
31663 # We need to do some final tweaking, when everything else is done.
31664 #
31665 ###############################################################################
31666 
31667 
31668 HOTSPOT_MAKE_ARGS="$HOTSPOT_TARGET"
31669 
31670 
31671 # The name of the Service Agent jar.
31672 SALIB_NAME="${LIBRARY_PREFIX}saproc${SHARED_LIBRARY_SUFFIX}"
31673 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
31674   SALIB_NAME="${LIBRARY_PREFIX}sawindbg${SHARED_LIBRARY_SUFFIX}"
31675 fi
31676 
31677 
31678 
31679 
31680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if elliptic curve crypto implementation is present" >&5
31681 $as_echo_n "checking if elliptic curve crypto implementation is present... " >&6; }
31682 
31683 if test -d "${SRC_ROOT}/jdk/src/share/native/sun/security/ec/impl"; then
31684     ENABLE_INTREE_EC=yes
31685     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
31686 $as_echo "yes" >&6; }
31687 else
31688     ENABLE_INTREE_EC=no
31689     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
31690 $as_echo "no" >&6; }
31691 fi
31692 
31693 
31694 
31695 
31696 ###############################################################################
31697 #
31698 # Configure parts of the build that only affect the build performance,
31699 # not the result.
31700 #
31701 ###############################################################################
31702 
31703 
31704   # How many cores do we have on this build system?
31705 
31706 # Check whether --with-num-cores was given.
31707 if test "${with_num_cores+set}" = set; then :
31708   withval=$with_num_cores;
31709 fi
31710