22065993 python Makefiles should use autoconf -f
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 19 Oct 2015 11:06:28 -0700
changeset 4978 055c17ca3402
parent 4977 eef946d5ac8f
child 4979 43ca747f5e4a
22065993 python Makefiles should use autoconf -f
components/python/python27/Makefile
components/python/python34/Makefile
components/python/python35/Makefile
--- a/components/python/python27/Makefile	Sat Oct 17 13:20:42 2015 -0700
+++ b/components/python/python27/Makefile	Mon Oct 19 11:06:28 2015 -0700
@@ -49,8 +49,7 @@
 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
 
 # We patch auto* files, so regenerate headers and configure
-COMPONENT_PREP_ACTION = \
-	(cd $(@D) ; autoheader ; autoconf)
+COMPONENT_PREP_ACTION = (cd $(@D) ; autoheader ; autoconf -f)
 
 # we don't want to leak $(CC_BITS) into BASECFLAGS as it causes problems with
 # python-config
--- a/components/python/python34/Makefile	Sat Oct 17 13:20:42 2015 -0700
+++ b/components/python/python34/Makefile	Mon Oct 19 11:06:28 2015 -0700
@@ -49,8 +49,7 @@
 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
 
 # We patch auto* files, so regenerate headers and configure
-COMPONENT_PREP_ACTION = \
-	(cd $(@D) ; autoheader ; autoconf)
+COMPONENT_PREP_ACTION = (cd $(@D) ; autoheader ; autoconf -f)
 
 # The DTrace patch needs this file to be mode 0755.
 COMPONENT_PRE_BUILD_ACTION=($(CHMOD) +x \
--- a/components/python/python35/Makefile	Sat Oct 17 13:20:42 2015 -0700
+++ b/components/python/python35/Makefile	Mon Oct 19 11:06:28 2015 -0700
@@ -49,8 +49,7 @@
 PKGSEND_PUBLISH_OPTIONS += -T \*Grammar\*.pickle
 
 # We patch auto* files, so regenerate headers and configure
-COMPONENT_PREP_ACTION = \
-	(cd $(@D) ; autoheader ; autoconf)
+COMPONENT_PREP_ACTION = (cd $(@D) ; autoheader ; autoconf -f)
 
 # The DTrace patch needs this file to be mode 0755.
 COMPONENT_PRE_BUILD_ACTION=($(CHMOD) +x \