Refactoring hanja mode code
[platform/upstream/ibus-hangul.git] / autogen.sh
index b8a32ec..704a524 100755 (executable)
@@ -2,10 +2,13 @@
 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 $*