comparison src/capnproto-git-20161025/c++/setup-autotools.sh @ 133:1ac99bfc383d

Add Cap'n Proto source
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 11:17:01 +0100
parents
children
comparison
equal deleted inserted replaced
132:42a73082be24 133:1ac99bfc383d
1 #! /usr/bin/env bash
2
3 set -euo pipefail
4
5 echo "This script is no longer needed. Go ahead and run autoreconf. For example:"
6 echo " autoreconf -i && ./configure && make -j6 check && sudo make install"