summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 9aa717047eeb23298d91071c48ff216b740f9884 (plain)
1
2
3
4
5
6
#!/bin/sh
aclocal -I m4
libtoolize
autoheader
automake --add-missing
autoconf