Commit 3ea03649 authored by Jo Liss's avatar Jo Liss

Remove calls to setup-autotools.sh

setup-autotools.sh is no longer needed as of 6cd25260.

The instructions work without having Subversion installed as well.
parent 11146def
...@@ -108,13 +108,10 @@ Note: These packages are not maintained by us and are sometimes not up to date w ...@@ -108,13 +108,10 @@ Note: These packages are not maintained by us and are sometimes not up to date w
If you download directly from Git, you will need to have the GNU autotools -- If you download directly from Git, you will need to have the GNU autotools --
[autoconf](http://www.gnu.org/software/autoconf/), [autoconf](http://www.gnu.org/software/autoconf/),
[automake](http://www.gnu.org/software/automake/), and [automake](http://www.gnu.org/software/automake/), and
[libtool](http://www.gnu.org/software/libtool/) -- installed. You will also need Subversion [libtool](http://www.gnu.org/software/libtool/) -- installed.
installed (in addition to Git) in order to fetch the Google Test sources (done by
`setup-autotools.sh`).
git clone https://github.com/sandstorm-io/capnproto.git git clone https://github.com/sandstorm-io/capnproto.git
cd capnproto/c++ cd capnproto/c++
./setup-autotools.sh
autoreconf -i autoreconf -i
./configure ./configure
make -j6 check make -j6 check
......
...@@ -62,7 +62,6 @@ build_packages() { ...@@ -62,7 +62,6 @@ build_packages() {
echo "Building C++ package..." echo "Building C++ package..."
echo "=========================================================================" echo "========================================================================="
cd c++ cd c++
doit ./setup-autotools.sh | tr = -
doit autoreconf -i doit autoreconf -i
doit ./configure doit ./configure
doit make -j6 distcheck doit make -j6 distcheck
......
...@@ -241,7 +241,6 @@ else ...@@ -241,7 +241,6 @@ else
fi fi
cd c++ cd c++
doit ./setup-autotools.sh | tr = -
doit autoreconf -i doit autoreconf -i
doit ./configure --prefix="$STAGING" doit ./configure --prefix="$STAGING"
doit make -j6 check doit make -j6 check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment