]> Git Repo - VerusCoin.git/blob - autogen.sh
Deduplicate shared code between uint160 and uint256
[VerusCoin.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 srcdir="$(dirname $0)"
4 cd "$srcdir"
5 autoreconf --install --force
This page took 0.022647 seconds and 4 git commands to generate.