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