Aegisub/autogen.sh

5 lines
112 B
Bash

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