summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d1c31705f8096da475911e5ce3eb6e64546e2eeb (plain)
1
2
3
4
5
6
#!/bin/sh
libtoolize
aclocal
automake --add-missing --copy
autoconf
./configure ${@}