repo.or.cz
/
ibus-anthy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import IBus template project.
[ibus-anthy.git]
/
autogen.sh
blob
b8a32ec192ffc568fcfd62e9b978e967d6b6cd9e
1
#!/bin/sh
2
set -e
3
set -x
4
5
autopoint
6
libtoolize
--automake --copy
7
aclocal
-I
m4
8
autoheader
9
automake
--add-missing --copy
10
autoconf
11
.
/
configure
--enable-maintainer-mode
$
*