Aegisub/autogen.sh
David Lamparter 4001dc5eff move autotools to root
Originally committed to SVN as r370.
2006-05-06 12:58:01 +00:00

5 lines
112 B
Bash

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