5889N/A# The contents of this file are subject to the terms of the 5889N/A# Common Development and Distribution License (the "License"). 5889N/A# You may not use this file except in compliance with the License. 5889N/A# See the License for the specific language governing permissions 5889N/A# and limitations under the License. 5889N/A# When distributing Covered Code, include this CDDL HEADER in each 5889N/A# If applicable, add the following below this CDDL HEADER, with the 5889N/A# fields enclosed by brackets "[]" replaced with your own identifying 5889N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5889N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 5889N/A# No need to build for older versions. 6279N/A# overriding it here till we can get gdm rebuilt 5889N/A# Disabled by default (temporarily disabled here because it significantly 5889N/A# Building dtrace probes doesn't work correctly (results in undefined symbols 5889N/A# in programs), disable until we can figure out how to fix. 5889N/A# The build process modifies the shebang line to use the version of Python 5889N/A# automatically found; to avoid using the current system default, one is 5889N/A# explicitly specified here. 5889N/A# Configure doesn't find this since it's not in $PATH 5889N/A# configure sets this to gcc's -fvisibility=hidden, replace with correct 5889N/A# Assumes GNU msgfmt in PATH. 6100N/A# Make sure SMF manifests are valid 5889N/A# Needed for "gmake test" to work successfully. 5889N/A# If SHELLOPTS is exported (as it is by the userland makefiles), 5889N/A# then all shell options get exported to child invocations of bash, 5889N/A# which results in test failures due to nounset and xtrace being 5889N/A# set unexpectedly, and errors such as "$1: unbound variable" and 5889N/A# diffs failing due to script tracing in output files. 5889N/A# Strip random seeds from glib tests that use different values each run 5889N/A# Strip filenames that are reported in different order between runs 5889N/A# Standard automake test framework results transform