libtdata/autogen.sh

10 lines
294 B
Bash
Raw Normal View History

2014-11-24 00:22:08 +02:00
#!/bin/sh
echo "Generating configure files... may take a while."
2014-11-24 00:22:08 +02:00
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"