summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 6d46f018b5d510fe19d0fade81c82c234616b4e3 (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
CFLAGS=-Wall CXXFLAGS=-Wall ./configure --enable-maintainer-mode $*