setup-autotools.sh 200 Bytes
Newer Older
1
#! /usr/bin/env bash
2 3 4

set -euo pipefail

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"