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

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