1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-08 20:25:45 +02:00
Aegisub/aegisub/autogen.sh

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