aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: b56968ac87c0f062072a243e4836e299574d1f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e -x

autopoint -f
libtoolize -c -f || glibtoolize -c -f
aclocal -I m4
autoconf
autoheader
automake -acf --foreign