summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-08-02 16:38:32 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-08-02 16:38:32 +0800
commitb8cc28392439f2ef89a8082b58e3abe993b719e3 (patch)
tree0a517a4f73b3b53153726edb1da9bdefc271e40c /autogen.sh
parent1cb0d2c1cbba0e5304db32d7242136f11575511a (diff)
downloadibus-libpinyin-b8cc28392439f2ef89a8082b58e3abe993b719e3.tar.gz
ibus-libpinyin-b8cc28392439f2ef89a8082b58e3abe993b719e3.tar.xz
ibus-libpinyin-b8cc28392439f2ef89a8082b58e3abe993b719e3.zip
Remove autoheader in autogen.sh.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index b8a32ec..94f8fd3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ set -x
autopoint
libtoolize --automake --copy
aclocal -I m4
-autoheader
+# autoheader
automake --add-missing --copy
autoconf
./configure --enable-maintainer-mode $*