1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00
sgminer/autogen.sh

13 lines
186 B
Bash
Raw Normal View History

#!/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
2011-07-02 03:10:30 +00:00
aclocal -I m4
autoheader
2011-06-24 18:43:37 +00:00
automake --add-missing --copy
autoconf