common/autoconf/generated-configure.sh
changeset 38926 1422abbf1a9a
parent 38843 2b141e8e916f
parent 38924 55921b080a8e
child 39200 a636ff18f7e8
child 39115 1f71a5d2b20b
equal deleted inserted replaced
38921:d53037a90c44 38926:1422abbf1a9a
   951 LDD
   951 LDD
   952 ZIP
   952 ZIP
   953 UNZIP
   953 UNZIP
   954 TAR_SUPPORTS_TRANSFORM
   954 TAR_SUPPORTS_TRANSFORM
   955 TAR_INCLUDE_PARAM
   955 TAR_INCLUDE_PARAM
       
   956 TAR_CREATE_EXTRA_PARAM
       
   957 TAR_TYPE
   956 FIND_DELETE
   958 FIND_DELETE
   957 OUTPUT_SYNC
   959 OUTPUT_SYNC
   958 OUTPUT_SYNC_SUPPORTED
   960 OUTPUT_SYNC_SUPPORTED
   959 CHECK_TOOLSDIR_MAKE
   961 CHECK_TOOLSDIR_MAKE
   960 CHECK_TOOLSDIR_GMAKE
   962 CHECK_TOOLSDIR_GMAKE
  5090 # definitions. It is replaced with custom functionality when building
  5092 # definitions. It is replaced with custom functionality when building
  5091 # custom sources.
  5093 # custom sources.
  5092 #CUSTOM_AUTOCONF_INCLUDE
  5094 #CUSTOM_AUTOCONF_INCLUDE
  5093 
  5095 
  5094 # Do not change or remove the following line, it is needed for consistency checks:
  5096 # Do not change or remove the following line, it is needed for consistency checks:
  5095 DATE_WHEN_GENERATED=1465306933
  5097 DATE_WHEN_GENERATED=1466007828
  5096 
  5098 
  5097 ###############################################################################
  5099 ###############################################################################
  5098 #
  5100 #
  5099 # Initialization / Boot-strapping
  5101 # Initialization / Boot-strapping
  5100 #
  5102 #
 21170   { $as_echo "$as_me:${as_lineno-$LINENO}: checking what type of tar was found" >&5
 21172   { $as_echo "$as_me:${as_lineno-$LINENO}: checking what type of tar was found" >&5
 21171 $as_echo_n "checking what type of tar was found... " >&6; }
 21173 $as_echo_n "checking what type of tar was found... " >&6; }
 21172   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TAR_TYPE" >&5
 21174   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $TAR_TYPE" >&5
 21173 $as_echo "$TAR_TYPE" >&6; }
 21175 $as_echo "$TAR_TYPE" >&6; }
 21174 
 21176 
       
 21177   TAR_CREATE_FILE_PARAM=""
       
 21178 
 21175   if test "x$TAR_TYPE" = "xgnu"; then
 21179   if test "x$TAR_TYPE" = "xgnu"; then
 21176     TAR_INCLUDE_PARAM="T"
 21180     TAR_INCLUDE_PARAM="T"
 21177     TAR_SUPPORTS_TRANSFORM="true"
 21181     TAR_SUPPORTS_TRANSFORM="true"
       
 21182     if test "x$OPENJDK_TARGET_OS" = "xsolaris"; then
       
 21183       # When using gnu tar for Solaris targets, need to use compatibility mode
       
 21184       TAR_CREATE_EXTRA_PARAM="--format=ustar"
       
 21185     fi
 21178   else
 21186   else
 21179     TAR_INCLUDE_PARAM="I"
 21187     TAR_INCLUDE_PARAM="I"
 21180     TAR_SUPPORTS_TRANSFORM="false"
 21188     TAR_SUPPORTS_TRANSFORM="false"
 21181   fi
 21189   fi
       
 21190 
       
 21191 
 21182 
 21192 
 21183 
 21193 
 21184 
 21194 
 21185 
 21195 
 21186   # These tools might not be installed by default,
 21196   # These tools might not be installed by default,