components/autoconf/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1948 2d1537e7942d
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2013, 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
    44 CONFIGURE_OPTIONS  +=		--srcdir=.
    44 CONFIGURE_OPTIONS  +=		--srcdir=.
    45 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    45 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    46 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    46 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    47 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    47 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    48 
    48 
       
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    50 
    49 # common targets
    51 # common targets
    50 build:		$(BUILD_32)
    52 build:		$(BUILD_32)
    51 
    53 
    52 install:	$(INSTALL_32)
    54 install:	$(INSTALL_32)
    53 
    55