Add test task in Makefile.ams.
[ibus.git] / autogen.sh
blobfdc289f6f12e8437cadd7b032601b01d2a885020
1 #!/bin/sh
2 set -e
3 set -x
5 autopoint
6 libtoolize --automake --copy
7 aclocal -I m4
8 autoheader
9 automake --add-missing --copy
10 autoconf
11 ./configure $*