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
Add test task in Makefile.ams.
[ibus.git]
/
autogen.sh
blob
fdc289f6f12e8437cadd7b032601b01d2a885020
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 $
*