jamulus/bootstrap
2006-01-28 11:29:22 +00:00

9 lines
159 B
Bash
Executable File

#! /bin/bash
aclocal -I . && \
autoheader && \
libtoolize --automake --copy && \
automake --add-missing --copy && \
autoconf
echo "Ready to run ./configure"