autogen.sh added
This commit is contained in:
parent
54f2300e5b
commit
88a0b1cd12
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Generating configure files... may take a while."
|
||||||
|
|
||||||
|
autoreconf --install --force && \
|
||||||
|
echo "Preparing was successful if there was no error messages above." && \
|
||||||
|
echo "Now type:" && \
|
||||||
|
echo " ./configure && make" && \
|
||||||
|
echo "Run './configure --help' for more information"
|
Loading…
Reference in New Issue