Use inotify to create ibus connection.
[ibus.git] / autogen.sh
blob72d295d4ffe7f04303385ff73f037abcde491f47
1 #!/bin/sh
2 set -e
3 set -x
5 autopoint
6 libtoolize --automake --copy
7 aclocal -I m4
8 autoheader
9 gtkdocize --copy
10 automake --add-missing --copy
11 autoconf
12 ./configure $*