components/libtool/Makefile
changeset 4088 98a08684d104
parent 3817 30b42c38bbc4
child 4196 d697072a92f5
equal deleted inserted replaced
4087:03c5ee3f6307 4088:98a08684d104
    55 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    55 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    56 CONFIGURE_OPTIONS  +=		--disable-static
    56 CONFIGURE_OPTIONS  +=		--disable-static
    57 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    57 CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
    58 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    58 CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    59 
    59 
    60 COMPONENT_PREP_ACTION = (cd $(@D) ; ./bootstrap)
    60 # requires an older automake to reconfigure.
       
    61 COMPONENT_PREP_ACTION = \
       
    62 	(cd $(@D) ; ACLOCAL=aclocal-1.11 AUTOMAKE=automake-1.11 ./bootstrap)
    61 
    63 
    62 # Remove the hard-wired compiler locations in the LTCC and two CC lines
    64 # Remove the hard-wired compiler locations in the LTCC and two CC lines
    63 # in the two versions of the libtool script.
    65 # in the two versions of the libtool script.
    64 COMPONENT_POST_INSTALL_ACTION = \
    66 COMPONENT_POST_INSTALL_ACTION = \
    65 	(for dir in $(PROTOUSRBINDIR) $(PROTOUSRBINDIR)/$(MACH64) ; do \
    67 	(for dir in $(PROTOUSRBINDIR) $(PROTOUSRBINDIR)/$(MACH64) ; do \