Print this page


Split Close
Expand all
Collapse all
          --- old/common/autoconf/generated-configure.sh
          +++ new/common/autoconf/generated-configure.sh
↓ open down ↓ 5087 lines elided ↑ open up ↑
5088 5088  
5089 5089  
5090 5090  
5091 5091  
5092 5092  # This line needs to be here, verbatim, after all includes and the dummy hook
5093 5093  # definitions. It is replaced with custom functionality when building
5094 5094  # custom sources.
5095 5095  #CUSTOM_AUTOCONF_INCLUDE
5096 5096  
5097 5097  # Do not change or remove the following line, it is needed for consistency checks:
5098      -DATE_WHEN_GENERATED=1470863189
     5098 +DATE_WHEN_GENERATED=1472736962
5099 5099  
5100 5100  ###############################################################################
5101 5101  #
5102 5102  # Initialization / Boot-strapping
5103 5103  #
5104 5104  # The bootstrapping process needs to solve the "chicken or the egg" problem,
5105 5105  # thus it jumps back and forth, each time gaining something needed later on.
5106 5106  #
5107 5107  ###############################################################################
5108 5108  
↓ open down ↓ 51791 lines elided ↑ open up ↑
56900 56900            CUPS_FOUND=yes
56901 56901            CUPS_CFLAGS=
56902 56902            DEFAULT_CUPS=yes
56903 56903  
56904 56904  fi
56905 56905  
56906 56906  done
56907 56907  
56908 56908      fi
56909 56909      if test "x$CUPS_FOUND" = xno; then
56910      -      # Getting nervous now? Lets poke around for standard Solaris third-party
56911      -      # package installation locations.
56912      -      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cups headers" >&5
56913      -$as_echo_n "checking for cups headers... " >&6; }
56914      -      if test -s $SYSROOT/opt/sfw/cups/include/cups/cups.h; then
56915      -        # An SFW package seems to be installed!
56916      -        CUPS_FOUND=yes
56917      -        CUPS_CFLAGS="-I$SYSROOT/opt/sfw/cups/include"
56918      -      elif test -s $SYSROOT/opt/csw/include/cups/cups.h; then
56919      -        # A CSW package seems to be installed!
56920      -        CUPS_FOUND=yes
56921      -        CUPS_CFLAGS="-I$SYSROOT/opt/csw/include"
56922      -      fi
56923      -      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUPS_FOUND" >&5
56924      -$as_echo "$CUPS_FOUND" >&6; }
56925      -    fi
56926      -    if test "x$CUPS_FOUND" = xno; then
56927 56910  
56928 56911    # Print a helpful message on how to acquire the necessary build dependency.
56929 56912    # cups is the help tag: freetype, cups, alsa etc
56930 56913    MISSING_DEPENDENCY=cups
56931 56914  
56932 56915    if test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.cygwin"; then
56933 56916      cygwin_help $MISSING_DEPENDENCY
56934 56917    elif test "x$OPENJDK_BUILD_OS_ENV" = "xwindows.msys"; then
56935 56918      msys_help $MISSING_DEPENDENCY
56936 56919    else
↓ open down ↓ 10471 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX