File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
.ci/docker/manywheel/build_scripts Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ yum -y install bzip2 make git patch unzip bison yasm diffutils \
3939 ${PYTHON_COMPILE_DEPS}
4040
4141# 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
42+ cd build-aux || mkdir -p build-aux && cd build-aux
43+ curl -o config.guess -sL http://git.savannah.gnu.org/gitweb/? p=config.git; a=blob_plain; f=config.guess; hb=HEAD
44+ curl -o config.sub -sL http://git.savannah.gnu.org/gitweb/? p=config.git; a=blob_plain; f=config.sub; hb=HEAD
4445chmod +x config.guess config.sub
45- mv config.guess config.sub build-aux/
46+ cd ..
47+
4648
4749# Install newest autoconf
4850build_autoconf $AUTOCONF_ROOT $AUTOCONF_HASH
You can’t perform that action at this time.
0 commit comments