repo.or.cz
/
ibus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use inotify to create ibus connection.
[ibus.git]
/
autogen.sh
blob
72d295d4ffe7f04303385ff73f037abcde491f47
1
#!/bin/sh
2
set -e
3
set -x
4
5
autopoint
6
libtoolize
--automake --copy
7
aclocal
-I
m4
8
autoheader
9
gtkdocize
--copy
10
automake
--add-missing --copy
11
autoconf
12
.
/
configure $
*