summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: b8a32ec192ffc568fcfd62e9b978e967d6b6cd9e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
set -x

autopoint
libtoolize --automake --copy
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
./configure --enable-maintainer-mode $*