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

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