jamulus/bootstrap

9 lines
159 B
Plaintext
Raw Normal View History

2006-01-28 12:29:22 +01:00
#! /bin/bash
aclocal -I . && \
autoheader && \
libtoolize --automake --copy && \
automake --add-missing --copy && \
autoconf
echo "Ready to run ./configure"