Aegisub/core/autogen.sh
David Lamparter 4036f73e43 autoconf / automake
Originally committed to SVN as r240.
2006-03-25 16:14:24 +00:00

5 lines
112 B
Bash

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