components/autoconf/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4124 84726155ce06
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		autoconf
    28 COMPONENT_NAME=		autoconf
    35 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/autoconf/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/autoconf
    36 COMPONENT_BUGDB=	utility/autoconf
    37 
    37 
    38 TPNO=			7252
    38 TPNO=			7252
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/configure.mk
    41 include $(WS_MAKE_RULES)/configure.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    44 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    45 
    45 
    46 CONFIGURE_OPTIONS  +=		--srcdir=.
    46 CONFIGURE_OPTIONS  +=		--srcdir=.
    47 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    47 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    57 
    57 
    58 install:	$(INSTALL_32)
    58 install:	$(INSTALL_32)
    59 
    59 
    60 test:		$(TEST_32)
    60 test:		$(TEST_32)
    61 
    61 
    62 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    63 
    62 
    64 include $(WS_TOP)/make-rules/depend.mk
    63 REQUIRED_PACKAGES += developer/macro/gnu-m4
       
    64 REQUIRED_PACKAGES += runtime/perl-512
       
    65 REQUIRED_PACKAGES += shell/ksh93