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

touch ChangeLog
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 $*