Aegisub/autogen.sh

5 lines
112 B
Bash
Raw Normal View History

#!/bin/sh
aclocal && autoheader && automake -a && autoconf && echo "'configure' script created successfully."