7149807 autoconf should have a relative (not absolute) path in each file it delivers
authorRich Burridge <rich.burridge@oracle.com>
Sat, 03 Mar 2012 11:11:43 -0800
changeset 717 0f8fd8ad0ffa
parent 716 2d2eb53223b2
child 718 480dcaab9d63
7149807 autoconf should have a relative (not absolute) path in each file it delivers
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)"