Makefile revision 5680
132N/A#
132N/A# CDDL HEADER START
132N/A#
132N/A# The contents of this file are subject to the terms of the
132N/A# Common Development and Distribution License (the "License").
132N/A# You may not use this file except in compliance with the License.
132N/A#
132N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
132N/A# or http://www.opensolaris.org/os/licensing.
132N/A# See the License for the specific language governing permissions
132N/A# and limitations under the License.
132N/A#
132N/A# When distributing Covered Code, include this CDDL HEADER in each
132N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
132N/A# If applicable, add the following below this CDDL HEADER, with the
132N/A# fields enclosed by brackets "[]" replaced with your own identifying
132N/A# information: Portions Copyright [yyyy] [name of copyright owner]
132N/A#
132N/A# CDDL HEADER END
132N/A#
132N/A
132N/A#
132N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
132N/A#
132N/ABUILD_BITS= NO_ARCH
132N/Ainclude ../../make-rules/shared-macros.mk
132N/A
132N/ACOMPONENT_NAME= autoconf
132N/ACOMPONENT_VERSION= 2.69
132N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
132N/ACOMPONENT_ARCHIVE_HASH= \
132N/A sha256:64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684
132N/A
132N/ATPNO= 22294
132N/A
132N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
132N/A
132N/A# with ksh93 as the configure shell, all tests pass
132N/ACONFIG_SHELL=$(BINDIR)/ksh93
132N/A
132N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
151N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
151N/ACONFIGURE_OPTIONS += M4="$(GNUBIN)/m4"
151N/A
132N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
132N/AREQUIRED_PACKAGES += $(PERL_PKG)
151N/AREQUIRED_PACKAGES += shell/ksh93
151N/A