mirror of
https://github.com/odrling/Aegisub
synced 2025-04-08 12:15:44 +02:00
8 lines
123 B
Bash
Executable File
8 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
|