Move autoconf installation stanza

This commit is contained in:
Ward Fisher 2022-01-20 16:01:07 -07:00
parent 4fdb855a20
commit 0fb73f8545

View File

@ -39,7 +39,6 @@ jobs:
run: |
set -x
set -e
brew install autoconf libtool automake
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-$(echo ${{ matrix.hdf5 }} | cut -d. -f 1,2)/hdf5-${{ matrix.hdf5 }}/src/hdf5-${{ matrix.hdf5 }}.tar.bz2
tar -jxf hdf5-${{ matrix.hdf5 }}.tar.bz2
pushd hdf5-${{ matrix.hdf5 }}
@ -289,6 +288,10 @@ jobs:
# Configure and build
###
- name: Install autoconf
shell: bash -l {0}
run: brew install autoconf automake libtool
- name: Run autoconf
shell: bash -l {0}
run: autoreconf -if