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

autopoint  --force
libtoolize --automake --copy --force
gtkdocize  --copy #--flavour=no-tmpl
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 $*