autogen.sh added

This commit is contained in:
marco candrian 2008-01-05 11:35:00 +01:00 committed by Julien Danjou
parent 54f2300e5b
commit 88a0b1cd12
1 changed files with 9 additions and 0 deletions

9
autogen.sh Executable file
View File

@ -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"