forked from mia/Aegisub
4001dc5eff
Originally committed to SVN as r370.
4 lines
112 B
Bash
4 lines
112 B
Bash
#!/bin/sh
|
|
|
|
aclocal && autoheader && automake -a && autoconf && echo "'configure' script created successfully."
|
|
|