summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: b0ff32f4235635b78294025957725f46fee5453a (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -x

#aclocal -I m4
aclocal
autoheader
libtoolize --automake --copy
automake --add-missing --copy
autoconf
automake