forked from mia/Aegisub
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
aclocal && autoheader && automake -a && autoconf && echo "'configure' script created successfully."
|
||
|
|