~ubuntu-branches/ubuntu/trusty/opencc/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e
set -x

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