2011-10-17 13:55:20 +05:30

7 lines
85 B
Bash
Executable File

#!/bin/sh
libtoolize
aclocal
automake --add-missing --copy
autoconf
./configure ${@}