Refactoring hanja mode code
[platform/upstream/ibus-hangul.git] / autogen.sh
index 14db0b1..704a524 100755 (executable)
@@ -2,12 +2,13 @@
 set -e
 set -x
 
+touch ChangeLog
 autopoint
 libtoolize --automake --copy
 aclocal -I m4
 autoheader
 automake --add-missing --copy
 autoconf
-export CFLAGS="-g -O0"
+export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
 export CXXFLAGS="$CFLAGS"
 ./configure --enable-maintainer-mode $*