Files
cpuminer-opt-gpu/autogen.sh
2016-09-22 13:16:18 -04:00

14 lines
244 B
Bash
Executable File

#!/bin/sh
# You need autoconf 2.5x, preferably 2.57 or later
# You need automake 1.7 or later. 1.6 might work.
set -e
aclocal
autoheader
automake --foreign --add-missing --force-missing --copy
# automake --gnu --add-missing --copy
autoconf