Mercurial > hg > sv-dependency-builds
view src/capnproto-git-20161025/c++/setup-autotools.sh @ 73:02caadb7509e
Rebuild with --disable-stack-protector for mingw32
author | Chris Cannam |
---|---|
date | Fri, 25 Jan 2019 14:31:07 +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"