common/autoconf/generated-configure.sh

Print this page




 629 ENABLE_SJAVAC
 630 SJAVAC_SERVER_JAVA
 631 JOBS
 632 MEMORY_SIZE
 633 NUM_CORES
 634 ENABLE_INTREE_EC
 635 SALIB_NAME
 636 HOTSPOT_MAKE_ARGS
 637 LIBCXX
 638 LLVM_LIBS
 639 LLVM_LDFLAGS
 640 LLVM_CFLAGS
 641 LLVM_CONFIG
 642 LIBFFI_LIBS
 643 LIBFFI_CFLAGS
 644 STATIC_CXX_SETTING
 645 LIBDL
 646 LIBM
 647 LIBZIP_CAN_USE_MMAP
 648 USE_EXTERNAL_LIBZ

 649 USE_EXTERNAL_LIBGIF
 650 USE_EXTERNAL_LIBJPEG
 651 ALSA_LIBS
 652 ALSA_CFLAGS
 653 FREETYPE_BUNDLE_LIB_PATH
 654 FREETYPE_LIBS
 655 FREETYPE_CFLAGS
 656 CUPS_CFLAGS
 657 OPENWIN_HOME
 658 X_EXTRA_LIBS
 659 X_LIBS
 660 X_PRE_LIBS
 661 X_CFLAGS
 662 XMKMF
 663 FIXPATH
 664 CXXFLAGS_DEBUG_SYMBOLS
 665 CFLAGS_DEBUG_SYMBOLS
 666 ZIP_DEBUGINFO_FILES
 667 ENABLE_DEBUG_SYMBOLS
 668 USING_BROKEN_SUSE_LD


1051 with_dxsdk_lib
1052 with_dxsdk_include
1053 with_jtreg
1054 with_extra_cflags
1055 with_extra_cxxflags
1056 with_extra_ldflags
1057 enable_debug_symbols
1058 enable_zip_debug_info
1059 enable_macosx_runtime_support
1060 with_x
1061 with_cups
1062 with_cups_include
1063 with_freetype
1064 with_freetype_include
1065 with_freetype_lib
1066 enable_freetype_bundling
1067 with_alsa
1068 with_alsa_include
1069 with_alsa_lib
1070 with_giflib

1071 with_zlib
1072 with_stdc__lib
1073 with_num_cores
1074 with_memory_size
1075 with_jobs
1076 with_sjavac_server_java
1077 enable_sjavac
1078 enable_precompiled_headers
1079 enable_ccache
1080 with_ccache_dir
1081 '
1082       ac_precious_vars='build_alias
1083 host_alias
1084 target_alias
1085 BASENAME
1086 BASH
1087 CAT
1088 CHMOD
1089 CMP
1090 COMM


1899   --with-jtreg            Regression Test Harness [probed]
1900   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1901   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1902   --with-extra-ldflags    extra flags to be used when linking jdk
1903   --with-x                use the X Window System
1904   --with-cups             specify prefix directory for the cups package
1905                           (expecting the headers under PATH/include)
1906   --with-cups-include     specify directory for the cups include files
1907   --with-freetype         specify prefix directory for the freetype package
1908                           (expecting the libraries under PATH/lib and the
1909                           headers under PATH/include)
1910   --with-freetype-include specify directory for the freetype include files
1911   --with-freetype-lib     specify directory for the freetype library
1912   --with-alsa             specify prefix directory for the alsa package
1913                           (expecting the libraries under PATH/lib and the
1914                           headers under PATH/include)
1915   --with-alsa-include     specify directory for the alsa include files
1916   --with-alsa-lib         specify directory for the alsa library
1917   --with-giflib           use giflib from build system or OpenJDK source
1918                           (system, bundled) [bundled]


1919   --with-zlib             use zlib from build system or OpenJDK source
1920                           (system, bundled) [bundled]
1921   --with-stdc++lib=<static>,<dynamic>,<default>
1922                           force linking of the C++ runtime on Linux to either
1923                           static or dynamic, default is static with dynamic as
1924                           fallback
1925   --with-num-cores        number of cores in the build system, e.g.
1926                           --with-num-cores=8 [probed]
1927   --with-memory-size      memory (in MB) available in the build system, e.g.
1928                           --with-memory-size=1024 [probed]
1929   --with-jobs             number of parallel jobs to let make run [calculated
1930                           based on cores and memory]
1931   --with-sjavac-server-java
1932                           use this java binary for running the sjavac
1933                           background server [Boot JDK java]
1934   --with-ccache-dir       where to store ccache files [~/.ccache]
1935 
1936 Some influential environment variables:
1937   BASENAME    Override default value for BASENAME
1938   BASH        Override default value for BASH


4070 
4071 # Check if the VS env variables were setup prior to running configure.
4072 # If not, then find vcvarsall.bat and run it automatically, and integrate
4073 # the set env variables into the spec file.
4074 
4075 
4076 
4077 
4078 
4079 
4080 
4081 
4082 
4083 
4084 # This line needs to be here, verbatim, after all includes and the dummy hook
4085 # definitions. It is replaced with custom functionality when building
4086 # custom sources.
4087 #CUSTOM_AUTOCONF_INCLUDE
4088 
4089 # Do not change or remove the following line, it is needed for consistency checks:
4090 DATE_WHEN_GENERATED=1391160222
4091 
4092 ###############################################################################
4093 #
4094 # Initialization / Boot-strapping
4095 #
4096 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4097 # thus it jumps back and forth, each time gaining something needed later on.
4098 #
4099 ###############################################################################
4100 
4101 # Basic initialization that must happen first of all
4102 
4103   # Save the original command line. This is passed to us by the wrapper configure script.
4104 
4105   DATE_WHEN_CONFIGURED=`LANG=C date`
4106 
4107   { $as_echo "$as_me:${as_lineno-$LINENO}: Configuration created at $DATE_WHEN_CONFIGURED." >&5
4108 $as_echo "$as_me: Configuration created at $DATE_WHEN_CONFIGURED." >&6;}
4109   { $as_echo "$as_me:${as_lineno-$LINENO}: configure script generated at timestamp $DATE_WHEN_GENERATED." >&5
4110 $as_echo "$as_me: configure script generated at timestamp $DATE_WHEN_GENERATED." >&6;}


47173     conftest$ac_exeext conftest.$ac_ext
47174 LIBS=$ac_check_lib_save_LIBS
47175 fi
47176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5
47177 $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; }
47178 if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then :
47179   cat >>confdefs.h <<_ACEOF
47180 #define HAVE_LIBGIF 1
47181 _ACEOF
47182 
47183   LIBS="-lgif $LIBS"
47184 
47185 else
47186    as_fn_error $? "--with-giflib=system specified, but no giflib found!" "$LINENO" 5
47187 fi
47188 
47189 
47190     USE_EXTERNAL_LIBGIF=true
47191   else
47192     as_fn_error $? "Invalid value of --with-giflib: ${with_giflib}, use 'system' or 'bundled'" "$LINENO" 5























































































47193   fi
47194 
47195 
47196   ###############################################################################
47197   #
47198   # Check for the zlib library
47199   #
47200 
47201 
47202 # Check whether --with-zlib was given.
47203 if test "${with_zlib+set}" = set; then :
47204   withval=$with_zlib;
47205 fi
47206 
47207 
47208   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
47209 $as_echo_n "checking for compress in -lz... " >&6; }
47210 if ${ac_cv_lib_z_compress+:} false; then :
47211   $as_echo_n "(cached) " >&6
47212 else




 629 ENABLE_SJAVAC
 630 SJAVAC_SERVER_JAVA
 631 JOBS
 632 MEMORY_SIZE
 633 NUM_CORES
 634 ENABLE_INTREE_EC
 635 SALIB_NAME
 636 HOTSPOT_MAKE_ARGS
 637 LIBCXX
 638 LLVM_LIBS
 639 LLVM_LDFLAGS
 640 LLVM_CFLAGS
 641 LLVM_CONFIG
 642 LIBFFI_LIBS
 643 LIBFFI_CFLAGS
 644 STATIC_CXX_SETTING
 645 LIBDL
 646 LIBM
 647 LIBZIP_CAN_USE_MMAP
 648 USE_EXTERNAL_LIBZ
 649 USE_EXTERNAL_LIBPNG
 650 USE_EXTERNAL_LIBGIF
 651 USE_EXTERNAL_LIBJPEG
 652 ALSA_LIBS
 653 ALSA_CFLAGS
 654 FREETYPE_BUNDLE_LIB_PATH
 655 FREETYPE_LIBS
 656 FREETYPE_CFLAGS
 657 CUPS_CFLAGS
 658 OPENWIN_HOME
 659 X_EXTRA_LIBS
 660 X_LIBS
 661 X_PRE_LIBS
 662 X_CFLAGS
 663 XMKMF
 664 FIXPATH
 665 CXXFLAGS_DEBUG_SYMBOLS
 666 CFLAGS_DEBUG_SYMBOLS
 667 ZIP_DEBUGINFO_FILES
 668 ENABLE_DEBUG_SYMBOLS
 669 USING_BROKEN_SUSE_LD


1052 with_dxsdk_lib
1053 with_dxsdk_include
1054 with_jtreg
1055 with_extra_cflags
1056 with_extra_cxxflags
1057 with_extra_ldflags
1058 enable_debug_symbols
1059 enable_zip_debug_info
1060 enable_macosx_runtime_support
1061 with_x
1062 with_cups
1063 with_cups_include
1064 with_freetype
1065 with_freetype_include
1066 with_freetype_lib
1067 enable_freetype_bundling
1068 with_alsa
1069 with_alsa_include
1070 with_alsa_lib
1071 with_giflib
1072 with_libpng
1073 with_zlib
1074 with_stdc__lib
1075 with_num_cores
1076 with_memory_size
1077 with_jobs
1078 with_sjavac_server_java
1079 enable_sjavac
1080 enable_precompiled_headers
1081 enable_ccache
1082 with_ccache_dir
1083 '
1084       ac_precious_vars='build_alias
1085 host_alias
1086 target_alias
1087 BASENAME
1088 BASH
1089 CAT
1090 CHMOD
1091 CMP
1092 COMM


1901   --with-jtreg            Regression Test Harness [probed]
1902   --with-extra-cflags     extra flags to be used when compiling jdk c-files
1903   --with-extra-cxxflags   extra flags to be used when compiling jdk c++-files
1904   --with-extra-ldflags    extra flags to be used when linking jdk
1905   --with-x                use the X Window System
1906   --with-cups             specify prefix directory for the cups package
1907                           (expecting the headers under PATH/include)
1908   --with-cups-include     specify directory for the cups include files
1909   --with-freetype         specify prefix directory for the freetype package
1910                           (expecting the libraries under PATH/lib and the
1911                           headers under PATH/include)
1912   --with-freetype-include specify directory for the freetype include files
1913   --with-freetype-lib     specify directory for the freetype library
1914   --with-alsa             specify prefix directory for the alsa package
1915                           (expecting the libraries under PATH/lib and the
1916                           headers under PATH/include)
1917   --with-alsa-include     specify directory for the alsa include files
1918   --with-alsa-lib         specify directory for the alsa library
1919   --with-giflib           use giflib from build system or OpenJDK source
1920                           (system, bundled) [bundled]
1921   --with-libpng           use libpng from build system or OpenJDK source
1922                           (system, bundled) [bundled]
1923   --with-zlib             use zlib from build system or OpenJDK source
1924                           (system, bundled) [bundled]
1925   --with-stdc++lib=<static>,<dynamic>,<default>
1926                           force linking of the C++ runtime on Linux to either
1927                           static or dynamic, default is static with dynamic as
1928                           fallback
1929   --with-num-cores        number of cores in the build system, e.g.
1930                           --with-num-cores=8 [probed]
1931   --with-memory-size      memory (in MB) available in the build system, e.g.
1932                           --with-memory-size=1024 [probed]
1933   --with-jobs             number of parallel jobs to let make run [calculated
1934                           based on cores and memory]
1935   --with-sjavac-server-java
1936                           use this java binary for running the sjavac
1937                           background server [Boot JDK java]
1938   --with-ccache-dir       where to store ccache files [~/.ccache]
1939 
1940 Some influential environment variables:
1941   BASENAME    Override default value for BASENAME
1942   BASH        Override default value for BASH


4074 
4075 # Check if the VS env variables were setup prior to running configure.
4076 # If not, then find vcvarsall.bat and run it automatically, and integrate
4077 # the set env variables into the spec file.
4078 
4079 
4080 
4081 
4082 
4083 
4084 
4085 
4086 
4087 
4088 # This line needs to be here, verbatim, after all includes and the dummy hook
4089 # definitions. It is replaced with custom functionality when building
4090 # custom sources.
4091 #CUSTOM_AUTOCONF_INCLUDE
4092 
4093 # Do not change or remove the following line, it is needed for consistency checks:
4094 DATE_WHEN_GENERATED=1391446004
4095 
4096 ###############################################################################
4097 #
4098 # Initialization / Boot-strapping
4099 #
4100 # The bootstrapping process needs to solve the "chicken or the egg" problem,
4101 # thus it jumps back and forth, each time gaining something needed later on.
4102 #
4103 ###############################################################################
4104 
4105 # Basic initialization that must happen first of all
4106 
4107   # Save the original command line. This is passed to us by the wrapper configure script.
4108 
4109   DATE_WHEN_CONFIGURED=`LANG=C date`
4110 
4111   { $as_echo "$as_me:${as_lineno-$LINENO}: Configuration created at $DATE_WHEN_CONFIGURED." >&5
4112 $as_echo "$as_me: Configuration created at $DATE_WHEN_CONFIGURED." >&6;}
4113   { $as_echo "$as_me:${as_lineno-$LINENO}: configure script generated at timestamp $DATE_WHEN_GENERATED." >&5
4114 $as_echo "$as_me: configure script generated at timestamp $DATE_WHEN_GENERATED." >&6;}


47177     conftest$ac_exeext conftest.$ac_ext
47178 LIBS=$ac_check_lib_save_LIBS
47179 fi
47180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5
47181 $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; }
47182 if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then :
47183   cat >>confdefs.h <<_ACEOF
47184 #define HAVE_LIBGIF 1
47185 _ACEOF
47186 
47187   LIBS="-lgif $LIBS"
47188 
47189 else
47190    as_fn_error $? "--with-giflib=system specified, but no giflib found!" "$LINENO" 5
47191 fi
47192 
47193 
47194     USE_EXTERNAL_LIBGIF=true
47195   else
47196     as_fn_error $? "Invalid value of --with-giflib: ${with_giflib}, use 'system' or 'bundled'" "$LINENO" 5
47197   fi
47198 
47199 
47200   ###############################################################################
47201   #
47202   # Check for the png library
47203   #
47204 
47205 
47206 # Check whether --with-libpng was given.
47207 if test "${with_libpng+set}" = set; then :
47208   withval=$with_libpng;
47209 fi
47210 
47211 
47212   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_sig_cmp in -lpng" >&5
47213 $as_echo_n "checking for png_sig_cmp in -lpng... " >&6; }
47214 if ${ac_cv_lib_png_png_sig_cmp+:} false; then :
47215   $as_echo_n "(cached) " >&6
47216 else
47217   ac_check_lib_save_LIBS=$LIBS
47218 LIBS="-lpng  $LIBS"
47219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
47220 /* end confdefs.h.  */
47221 
47222 /* Override any GCC internal prototype to avoid an error.
47223    Use char because int might match the return type of a GCC
47224    builtin and then its argument prototype would still apply.  */
47225 #ifdef __cplusplus
47226 extern "C"
47227 #endif
47228 char png_sig_cmp ();
47229 int
47230 main ()
47231 {
47232 return png_sig_cmp ();
47233   ;
47234   return 0;
47235 }
47236 _ACEOF
47237 if ac_fn_cxx_try_link "$LINENO"; then :
47238   ac_cv_lib_png_png_sig_cmp=yes
47239 else
47240   ac_cv_lib_png_png_sig_cmp=no
47241 fi
47242 rm -f core conftest.err conftest.$ac_objext \
47243     conftest$ac_exeext conftest.$ac_ext
47244 LIBS=$ac_check_lib_save_LIBS
47245 fi
47246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_sig_cmp" >&5
47247 $as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; }
47248 if test "x$ac_cv_lib_png_png_sig_cmp" = xyes; then :
47249    LIBPNG_FOUND=yes
47250 else
47251    LIBPNG_FOUND=no
47252 fi
47253 
47254 
47255   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for which libpng to use" >&5
47256 $as_echo_n "checking for which libpng to use... " >&6; }
47257 
47258   # default is bundled
47259   DEFAULT_LIBPNG=bundled
47260 
47261   #
47262   # if user didn't specify, use DEFAULT_LIBPNG
47263   #
47264   if test "x${with_libpng}" = "x"; then
47265       with_libpng=${DEFAULT_libpng}
47266   fi
47267 
47268   if test "x${with_libpng}" = "xbundled"; then
47269       USE_EXTERNAL_LIBPNG=false
47270       { $as_echo "$as_me:${as_lineno-$LINENO}: result: bundled" >&5
47271 $as_echo "bundled" >&6; }
47272   elif test "x${with_libpng}" = "xsystem"; then
47273       if test "x${LIBPNG_FOUND}" = "xyes"; then
47274           USE_EXTERNAL_LIBPNG=true
47275           { $as_echo "$as_me:${as_lineno-$LINENO}: result: system" >&5
47276 $as_echo "system" >&6; }
47277       else
47278           { $as_echo "$as_me:${as_lineno-$LINENO}: result: system not found" >&5
47279 $as_echo "system not found" >&6; }
47280           as_fn_error $? "--with-libpng=system specified, but no libpng found!" "$LINENO" 5
47281       fi
47282   else
47283       as_fn_error $? "Invalid value of --with-libpng: ${with_libpng}, use 'system' or 'bundled'" "$LINENO" 5
47284   fi
47285 
47286 
47287   ###############################################################################
47288   #
47289   # Check for the zlib library
47290   #
47291 
47292 
47293 # Check whether --with-zlib was given.
47294 if test "${with_zlib+set}" = set; then :
47295   withval=$with_zlib;
47296 fi
47297 
47298 
47299   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
47300 $as_echo_n "checking for compress in -lz... " >&6; }
47301 if ${ac_cv_lib_z_compress+:} false; then :
47302   $as_echo_n "(cached) " >&6
47303 else