# HG changeset patch # User Rich Burridge # Date 1330801903 28800 # Node ID 0f8fd8ad0ffaec2fc05491f15c4c9c053a3e030d # Parent 2d2eb53223b26df58a16794b5a326b524d0ebbb8 7149807 autoconf should have a relative (not absolute) path in each file it delivers diff -r 2d2eb53223b2 -r 0f8fd8ad0ffa components/autoconf/Makefile --- a/components/autoconf/Makefile Thu Mar 01 03:33:56 2012 -0800 +++ b/components/autoconf/Makefile Sat Mar 03 11:11:43 2012 -0800 @@ -37,6 +37,9 @@ include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk +COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D)) + +CONFIGURE_OPTIONS += --srcdir=. CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR) CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" CONFIGURE_OPTIONS += PERL="$(PERL)"