diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-29 15:57:07 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-29 15:57:07 +0800 |
commit | 058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa (patch) | |
tree | b44dc7e80ea33fc3b7a690925dd561a3ead76008 /autogen.sh | |
download | ibus-anthy-058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa.tar.gz |
Import IBus template project.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..b8a32ec --- /dev/null +++ b/autogen.sh @@ -0,0 +1,11 @@ +#!/bin/sh +set -e +set -x + +autopoint +libtoolize --automake --copy +aclocal -I m4 +autoheader +automake --add-missing --copy +autoconf +./configure --enable-maintainer-mode $* |