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