summaryrefslogtreecommitdiffstats
path: root/patches/Python-2.7.16/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'patches/Python-2.7.16/autogen.sh')
-rwxr-xr-xpatches/Python-2.7.16/autogen.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/Python-2.7.16/autogen.sh b/patches/Python-2.7.16/autogen.sh
new file mode 100755
index 000000000..903ce7847
--- /dev/null
+++ b/patches/Python-2.7.16/autogen.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# to add config.guess and config.sub
+automake --copy --add-missing || true
+
+autoheader --force
+
+autoconf \
+ --force \
+ --warnings=cross \
+ --warnings=syntax \
+ --warnings=obsolete \
+ --warnings=unsupported
+