summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-29 15:57:07 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-29 15:57:07 +0800
commit058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa (patch)
treeb44dc7e80ea33fc3b7a690925dd561a3ead76008 /autogen.sh
downloadibus-libpinyin-058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa.tar.gz
ibus-libpinyin-058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa.tar.xz
ibus-libpinyin-058ff8eec8aa8a7e5e8e7b404f2f47d87456bfaa.zip
Import IBus template project.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
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 $*