2012-12-31 16:03:38 +01:00
|
|
|
#!/bin/sh
|
|
|
|
set -e
|
2006-03-25 17:14:24 +01:00
|
|
|
|
2012-12-31 16:03:38 +01:00
|
|
|
echo Running autoreconf...
|
|
|
|
autoreconf -ivf "$@"
|
2008-03-22 11:39:32 +01:00
|
|
|
|
2012-12-31 16:03:38 +01:00
|
|
|
echo Now run ./configure and then make to build Aegisub
|