8165163: Solaris11 and onwards provide CUPS by default, references to csw and sfw versions should be removed
Reviewed-by: erikj
This commit is contained in:
parent
e3124c170a
commit
06d76af905
@ -626,8 +626,7 @@ number of different configurations, e.g. debug, release, 32, 64, etc.</p>
|
|||||||
|
|
||||||
<p>The Common UNIX Printing System (CUPS) Headers are required for building the
|
<p>The Common UNIX Printing System (CUPS) Headers are required for building the
|
||||||
OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
|
OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
|
||||||
installing the package <strong>SFWcups</strong> from the Solaris Software Companion
|
installing the package <strong>print/cups</strong>.</p>
|
||||||
CD/DVD, these often will be installed into the directory <code>/opt/sfw/cups</code>.</p>
|
|
||||||
|
|
||||||
<p>The CUPS header files can always be downloaded from
|
<p>The CUPS header files can always be downloaded from
|
||||||
<a href="http://www.cups.org">www.cups.org</a>.</p>
|
<a href="http://www.cups.org">www.cups.org</a>.</p>
|
||||||
|
@ -560,8 +560,7 @@ Some of the more commonly used `configure` options are:
|
|||||||
|
|
||||||
> The Common UNIX Printing System (CUPS) Headers are required for building the
|
> The Common UNIX Printing System (CUPS) Headers are required for building the
|
||||||
OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
|
OpenJDK on Solaris and Linux. The Solaris header files can be obtained by
|
||||||
installing the package **SFWcups** from the Solaris Software Companion
|
installing the package **print/cups**.
|
||||||
CD/DVD, these often will be installed into the directory `/opt/sfw/cups`.
|
|
||||||
|
|
||||||
> The CUPS header files can always be downloaded from
|
> The CUPS header files can always be downloaded from
|
||||||
[www.cups.org](http://www.cups.org).
|
[www.cups.org](http://www.cups.org).
|
||||||
|
@ -5095,7 +5095,7 @@ VS_SDK_PLATFORM_NAME_2013=
|
|||||||
#CUSTOM_AUTOCONF_INCLUDE
|
#CUSTOM_AUTOCONF_INCLUDE
|
||||||
|
|
||||||
# Do not change or remove the following line, it is needed for consistency checks:
|
# Do not change or remove the following line, it is needed for consistency checks:
|
||||||
DATE_WHEN_GENERATED=1472718471
|
DATE_WHEN_GENERATED=1474459654
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
@ -56909,23 +56909,6 @@ fi
|
|||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
fi
|
|
||||||
if test "x$CUPS_FOUND" = xno; then
|
|
||||||
# Getting nervous now? Lets poke around for standard Solaris third-party
|
|
||||||
# package installation locations.
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cups headers" >&5
|
|
||||||
$as_echo_n "checking for cups headers... " >&6; }
|
|
||||||
if test -s $SYSROOT/opt/sfw/cups/include/cups/cups.h; then
|
|
||||||
# An SFW package seems to be installed!
|
|
||||||
CUPS_FOUND=yes
|
|
||||||
CUPS_CFLAGS="-I$SYSROOT/opt/sfw/cups/include"
|
|
||||||
elif test -s $SYSROOT/opt/csw/include/cups/cups.h; then
|
|
||||||
# A CSW package seems to be installed!
|
|
||||||
CUPS_FOUND=yes
|
|
||||||
CUPS_CFLAGS="-I$SYSROOT/opt/csw/include"
|
|
||||||
fi
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CUPS_FOUND" >&5
|
|
||||||
$as_echo "$CUPS_FOUND" >&6; }
|
|
||||||
fi
|
fi
|
||||||
if test "x$CUPS_FOUND" = xno; then
|
if test "x$CUPS_FOUND" = xno; then
|
||||||
|
|
||||||
|
@ -75,21 +75,6 @@ AC_DEFUN_ONCE([LIB_SETUP_CUPS],
|
|||||||
DEFAULT_CUPS=yes
|
DEFAULT_CUPS=yes
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
if test "x$CUPS_FOUND" = xno; then
|
|
||||||
# Getting nervous now? Lets poke around for standard Solaris third-party
|
|
||||||
# package installation locations.
|
|
||||||
AC_MSG_CHECKING([for cups headers])
|
|
||||||
if test -s $SYSROOT/opt/sfw/cups/include/cups/cups.h; then
|
|
||||||
# An SFW package seems to be installed!
|
|
||||||
CUPS_FOUND=yes
|
|
||||||
CUPS_CFLAGS="-I$SYSROOT/opt/sfw/cups/include"
|
|
||||||
elif test -s $SYSROOT/opt/csw/include/cups/cups.h; then
|
|
||||||
# A CSW package seems to be installed!
|
|
||||||
CUPS_FOUND=yes
|
|
||||||
CUPS_CFLAGS="-I$SYSROOT/opt/csw/include"
|
|
||||||
fi
|
|
||||||
AC_MSG_RESULT([$CUPS_FOUND])
|
|
||||||
fi
|
|
||||||
if test "x$CUPS_FOUND" = xno; then
|
if test "x$CUPS_FOUND" = xno; then
|
||||||
HELP_MSG_MISSING_DEPENDENCY([cups])
|
HELP_MSG_MISSING_DEPENDENCY([cups])
|
||||||
AC_MSG_ERROR([Could not find cups! $HELP_MSG ])
|
AC_MSG_ERROR([Could not find cups! $HELP_MSG ])
|
||||||
|
Loading…
Reference in New Issue
Block a user