1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 06:18:06 +00:00
sgminer/autogen.sh
Michael Kedzierski 513b445d6a autogen.sh fix
2011-07-04 19:56:27 +10:00

13 lines
186 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 -I m4
autoheader
automake --add-missing --copy
autoconf