Merge branch 'development'
[NeonServV5.git] / autogen.sh
1 #!/bin/sh
2
3 echo "Generating configure files... may take a while."
4
5 autoreconf --install --force && \
6   echo "Preparing was successful if there was no error messages above." && \
7   echo "Now type:" && \
8   echo "  ./configure && make"  && \
9   echo "Run './configure --help' for more information"