forked from mia/Aegisub
7 lines
123 B
Bash
Executable file
7 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
echo Running autoreconf...
|
|
autoreconf -ivf "$@"
|
|
|
|
echo Now run ./configure and then make to build Aegisub
|