Merge branch 'master' of git://github.com/phuang/ibus-hangul
[platform/upstream/ibus-hangul.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 set -x
4
5 touch ChangeLog
6 autopoint
7 libtoolize --automake --copy
8 aclocal -I m4
9 autoheader
10 automake --add-missing --copy
11 autoconf
12 export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
13 export CXXFLAGS="$CFLAGS"
14 ./configure --enable-maintainer-mode $*