Mercurial > hg > sv-dependency-builds
view src/capnproto-git-20161025/c++/setup-autotools.sh @ 142:75bf92aa2d1f
Fixes and updates for 32-bit Windows build
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 09 Jan 2017 11:53:06 +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"