We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853b909 commit a4f694bCopy full SHA for a4f694b
.ci/docker/manywheel/build_scripts/build.sh
@@ -38,6 +38,12 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
38
automake which file \
39
${PYTHON_COMPILE_DEPS}
40
41
+# Install newest autoconf
42
+curl -sLO http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
43
+curl -sLO http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
44
+chmod +x config.guess config.sub
45
+mv config.guess config.sub build-aux/
46
+
47
# Install newest autoconf
48
build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
49
autoconf --version
0 commit comments