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

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