Makefile revision 3817
280N/A#
280N/A# CDDL HEADER START
280N/A#
280N/A# The contents of this file are subject to the terms of the
280N/A# Common Development and Distribution License (the "License").
280N/A# You may not use this file except in compliance with the License.
280N/A#
280N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
280N/A# or http://www.opensolaris.org/os/licensing.
280N/A# See the License for the specific language governing permissions
280N/A# and limitations under the License.
280N/A#
280N/A# When distributing Covered Code, include this CDDL HEADER in each
280N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
280N/A# If applicable, add the following below this CDDL HEADER, with the
280N/A# fields enclosed by brackets "[]" replaced with your own identifying
280N/A# information: Portions Copyright [yyyy] [name of copyright owner]
280N/A#
280N/A# CDDL HEADER END
280N/A#
671N/A
280N/A#
280N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
280N/A#
280N/A
1021N/Ainclude ../../make-rules/shared-macros.mk
1021N/A
671N/ACOMPONENT_NAME= autoconf
671N/ACOMPONENT_VERSION= 2.68
618N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/autoconf/
1021N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1021N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
1021N/A sha256:eff70a2916f2e2b3ed7fe8a2d7e63d72cf3a23684b56456b319c3ebce0705d99
280N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
280N/ACOMPONENT_BUGDB= utility/autoconf
280N/A
280N/ATPNO= 7252
280N/A
280N/Ainclude $(WS_MAKE_RULES)/prep.mk
280N/Ainclude $(WS_MAKE_RULES)/configure.mk
280N/Ainclude $(WS_MAKE_RULES)/ips.mk
280N/A
280N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
280N/A
671N/ACONFIGURE_OPTIONS += --srcdir=.
671N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
280N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
747N/ACONFIGURE_OPTIONS += PERL="$(PERL)"
747N/A
747N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1021N/A
747N/A# common targets
280N/Aconfigure: $(CONFIGURE_32)
280N/A
280N/Abuild: $(BUILD_32)
280N/A
280N/Ainstall: $(INSTALL_32)
280N/A
280N/Atest: $(TEST_32)
280N/A
280N/A
280N/AREQUIRED_PACKAGES += developer/macro/gnu-m4
280N/AREQUIRED_PACKAGES += runtime/perl-512
280N/AREQUIRED_PACKAGES += shell/ksh93
280N/A