~ubuntu-branches/ubuntu/wily/aegisub/wily-proposed

1
2
3
4
5
6
7
#!/bin/sh
set -e

echo Running autoreconf...
autoreconf -ivf "$@"

echo Now run ./configure and then make to build Aegisub