diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/capnproto-git-20161025/c++/setup-autotools.sh	Tue Oct 25 11:17:01 2016 +0100
@@ -0,0 +1,6 @@
+#! /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"