view src/capnproto-git-20161025/c++/setup-autotools.sh @ 61:d101c4099725

Remove "other" Vamp SDK repo from sv-dependency-builds
author Chris Cannam
date Mon, 06 Mar 2017 13:29:58 +0000
parents 9530b331f8c1
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"