common/autoconf/generated-configure.sh

changeset 863
56db38956113
parent 862
dffe654ab24c
child 864
9e177e7fc438
equal deleted inserted replaced
862:dffe654ab24c 863:56db38956113
1713 --enable-unlimited-crypto 1713 --enable-unlimited-crypto
1714 Enable unlimited crypto policy [disabled] 1714 Enable unlimited crypto policy [disabled]
1715 --disable-debug-symbols disable generation of debug symbols [enabled] 1715 --disable-debug-symbols disable generation of debug symbols [enabled]
1716 --disable-zip-debug-info 1716 --disable-zip-debug-info
1717 disable zipping of debug-info files [enabled] 1717 disable zipping of debug-info files [enabled]
1718 --disable-macosx-runtime-support 1718 --enable-macosx-runtime-support
1719 disable the use of MacOSX Java runtime support 1719 Deprecated. Option is kept for backwards
1720 framework [enabled] 1720 compatibility and is ignored
1721 --enable-sjavac use sjavac to do fast incremental compiles 1721 --enable-sjavac use sjavac to do fast incremental compiles
1722 [disabled] 1722 [disabled]
1723 --disable-precompiled-headers 1723 --disable-precompiled-headers
1724 disable using precompiled headers when compiling C++ 1724 disable using precompiled headers when compiling C++
1725 [enabled] 1725 [enabled]
3146 3146
3147 # Register a --with argument but mark it as deprecated 3147 # Register a --with argument but mark it as deprecated
3148 # $1: The name of the with argument to deprecate, not including --with- 3148 # $1: The name of the with argument to deprecate, not including --with-
3149 3149
3150 3150
3151 # Register a --enable argument but mark it as deprecated
3152 # $1: The name of the with argument to deprecate, not including --enable-
3153 # $2: The name of the argument to deprecate, in shell variable style (i.e. with _ instead of -)
3154
3155
3151 3156
3152 3157
3153 # Test that variable $1 denoting a program is not empty. If empty, exit with an error. 3158 # Test that variable $1 denoting a program is not empty. If empty, exit with an error.
3154 # $1: variable to check 3159 # $1: variable to check
3155 # $2: executable name to print in warning (optional) 3160 # $2: executable name to print in warning (optional)
3846 # definitions. It is replaced with custom functionality when building 3851 # definitions. It is replaced with custom functionality when building
3847 # custom sources. 3852 # custom sources.
3848 #CUSTOM_AUTOCONF_INCLUDE 3853 #CUSTOM_AUTOCONF_INCLUDE
3849 3854
3850 # Do not change or remove the following line, it is needed for consistency checks: 3855 # Do not change or remove the following line, it is needed for consistency checks:
3851 DATE_WHEN_GENERATED=1382433088 3856 DATE_WHEN_GENERATED=1382437436
3852 3857
3853 ############################################################################### 3858 ###############################################################################
3854 # 3859 #
3855 # Initialization / Boot-strapping 3860 # Initialization / Boot-strapping
3856 # 3861 #
29918 PULSE_NOT_NEEDED=yes 29923 PULSE_NOT_NEEDED=yes
29919 X11_NOT_NEEDED=yes 29924 X11_NOT_NEEDED=yes
29920 FREETYPE2_NOT_NEEDED=yes 29925 FREETYPE2_NOT_NEEDED=yes
29921 # If the java runtime framework is disabled, then we need X11. 29926 # If the java runtime framework is disabled, then we need X11.
29922 # This will be adjusted below. 29927 # This will be adjusted below.
29923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: alsa pulse x11" >&5 29928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: alsa pulse x11 freetype" >&5
29924 $as_echo "alsa pulse x11" >&6; } 29929 $as_echo "alsa pulse x11 freetype" >&6; }
29925 fi 29930 fi
29926 29931
29927 if test "x$OPENJDK_TARGET_OS" = xbsd; then 29932 if test "x$OPENJDK_TARGET_OS" = xbsd; then
29928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is not needed on bsd?" >&5 29933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is not needed on bsd?" >&5
29929 $as_echo_n "checking what is not needed on bsd?... " >&6; } 29934 $as_echo_n "checking what is not needed on bsd?... " >&6; }
29940 X11_NOT_NEEDED=yes 29945 X11_NOT_NEEDED=yes
29941 fi 29946 fi
29942 29947
29943 ############################################################################### 29948 ###############################################################################
29944 # 29949 #
29945 # Check for MacOSX support for OpenJDK. If this exists, try to build a JVM 29950 # Check for MacOSX support for OpenJDK.
29946 # that uses this API.
29947 # 29951 #
29952
29953
29948 # Check whether --enable-macosx-runtime-support was given. 29954 # Check whether --enable-macosx-runtime-support was given.
29949 if test "${enable_macosx_runtime_support+set}" = set; then : 29955 if test "${enable_macosx_runtime_support+set}" = set; then :
29950 enableval=$enable_macosx_runtime_support; MACOSX_RUNTIME_SUPPORT="${enableval}" 29956 enableval=$enable_macosx_runtime_support;
29951 else 29957 fi
29952 MACOSX_RUNTIME_SUPPORT="no" 29958
29953 fi 29959 if test "x$enable_macosx_runtime_support" != x; then
29954 29960 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Option --enable-macosx-runtime-support is deprecated and will be ignored." >&5
29955 29961 $as_echo "$as_me: WARNING: Option --enable-macosx-runtime-support is deprecated and will be ignored." >&2;}
29956 USE_MACOSX_RUNTIME_SUPPORT=no 29962 fi
29957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for explicit Java runtime support in the OS" >&5 29963
29958 $as_echo_n "checking for explicit Java runtime support in the OS... " >&6; } 29964
29965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Mac OS X Java Framework" >&5
29966 $as_echo_n "checking for Mac OS X Java Framework... " >&6; }
29959 if test -f /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Headers/JavaRuntimeSupport.h; then 29967 if test -f /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Headers/JavaRuntimeSupport.h; then
29960 if test "x$MACOSX_RUNTIME_SUPPORT" != xno; then 29968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: /System/Library/Frameworks/JavaVM.framework" >&5
29961 MACOSX_RUNTIME_SUPPORT=yes 29969 $as_echo "/System/Library/Frameworks/JavaVM.framework" >&6; }
29962 USE_MACOSX_RUNTIME_SUPPORT=yes
29963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, does not need alsa freetype2 pulse and X11" >&5
29964 $as_echo "yes, does not need alsa freetype2 pulse and X11" >&6; }
29965 else
29966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, but explicitly disabled." >&5
29967 $as_echo "yes, but explicitly disabled." >&6; }
29968 fi
29969 else 29970 else
29970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 29971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
29971 $as_echo "no" >&6; } 29972 $as_echo "no" >&6; }
29972 fi
29973
29974 if test "x$OPENJDK_TARGET_OS" = xmacosx && test "x$USE_MACOSX_RUNTIME_SUPPORT" = xno; then
29975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what is not needed on an X11 build on MacOSX?" >&5
29976 $as_echo_n "checking what is not needed on an X11 build on MacOSX?... " >&6; }
29977 X11_NOT_NEEDED=
29978 FREETYPE2_NOT_NEEDED=
29979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: alsa pulse" >&5
29980 $as_echo "alsa pulse" >&6; }
29981 fi 29973 fi
29982 29974
29983 29975
29984 29976
29985 ############################################################################### 29977 ###############################################################################

mercurial