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

autopoint
libtoolize --automake --copy
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*