]> Git Repo - cpuminer-multi.git/blob - autogen.sh
fix a few vstudio warnings
[cpuminer-multi.git] / autogen.sh
1 #!/bin/sh
2
3 # You need autoconf 2.5x, preferably 2.57 or later
4 # You need automake 1.7 or later. 1.6 might work.
5
6 set -e
7
8 aclocal
9 autoheader
10 automake --foreign --add-missing --force-missing --copy
11 # automake --gnu --add-missing --copy
12 autoconf
13
This page took 0.023817 seconds and 4 git commands to generate.