#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
#
# Download the manual so that we don't have to keep updating it in the gate.
else
# Necessary to find the right gcc during build
# Missing files in build dir for configure without this.
CONFIGURE_OPTIONS += --enable-langs=am,ar,br,ca,cn,cz,de,dk,en,eo,es,fa,fi,fr,gr,hr,hu,id,it,je,jp,ke,kr,lt,lv,mk,nl,no,pl,pt,ro,ru,sc,si,sk,sr,sv,tr,tw,ua,vi,za
# Tests not available from the top-level Makefile, nor via a standard target.
# for "diff -u" and we need to use our latest doxygen binary, not the one
# installed on the system.
#
# Test 12 is a known failure (we don't have bibtex in Solaris).
# The additional doxygen specific set of transforms to be applied to the
# test results to try to normalize them.
'-e "/^Scanning dependencies$$/d" ' \
'-e "s|\(error opening bib\).*|\1|" ' \
'-e "s|\(test_output_012/indexpage.xml\).*|\1|" ' \
'-e "s|\(012/indexpage.xml\).*|\1|" ' \
'-e "s|^\$$(@D)/|\.\.\./|g" ' \
'-e "s|^\$$(SOURCE_DIR)/|\.\.\./|g" ' \
'-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
'-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
'-e "s|^make\[1\].*$$|XXX_CC_XXX|g" ' \
'-e "/^XXX_CC_XXX$$/d" '