view src/capnproto-git-20161025/c++/setup-autotools.sh @ 48:9530b331f8c1

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents
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"