projects
/
platform
/
upstream
/
ibus-hangul.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use ibus_engine_update_preedit_text_with_mode.
[platform/upstream/ibus-hangul.git]
/
autogen.sh
1
#!/bin/sh
2
set -e
3
set -x
4
5
touch ChangeLog
6
autopoint --force
7
libtoolize --automake --copy
8
intltoolize --copy --force
9
aclocal -I m4
10
autoheader
11
automake --add-missing --copy
12
autoconf
13
export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
14
export CXXFLAGS="$CFLAGS"
15
./configure --enable-maintainer-mode $*