mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
13
autogen.sh
Executable file
13
autogen.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user