summaryrefslogtreecommitdiffstats
path: root/input-methods/ibus-sulekha/autogen.sh
blob: 94f8fd30b4108e1a4cd52547b3afa58835d98531 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
set -x

autopoint
libtoolize --automake --copy
aclocal -I m4
# autoheader
automake --add-missing --copy
autoconf
./configure --enable-maintainer-mode $*