Add CFLAGS & CXXFLAGS.
[platform/upstream/ibus-hangul.git] / autogen.sh
1 #!/bin/sh
2 set -e
3 set -x
4
5 autopoint
6 libtoolize --automake --copy
7 aclocal -I m4
8 autoheader
9 automake --add-missing --copy
10 autoconf
11 export CFLAGS="-g -O0"
12 export CXXFLAGS="$CFLAGS"
13 ./configure --enable-maintainer-mode $*