blob: a5fe3b3a1473ed11b4a1c3f46e3b6901c5fd801b [file] [log] [blame]
#!/bin/sh
echo "start: autoscan"
autoscan
echo "start: aclocal"
aclocal
echo "start: autoconf"
autoconf
echo "start: autoheader"
autoheader
echo "start: automake --add-missing"
automake --add-missing
echo "start: ./configure"
./configure
echo "auto setup finish."