Mercurial > hg > sv-dependency-builds
view src/capnproto-git-20161025/c++/setup-autotools.sh @ 163:5cc1366da2e9
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 30 Oct 2019 11:28:45 +0000 |
parents | 1ac99bfc383d |
children |
line wrap: on
line source
#! /usr/bin/env bash set -euo pipefail echo "This script is no longer needed. Go ahead and run autoreconf. For example:" echo " autoreconf -i && ./configure && make -j6 check && sudo make install"