summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-06-19 18:37:35 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-06-19 18:37:35 +0800
commitdd4d6a195e6da2adb51c7ea6ff771d070ee3d896 (patch)
tree7c00dff3be45296f86957f7ab00ba0ade93bb98b /autogen.sh
parentfb2326cb8804e92e26588cb4f4d4703fe890841e (diff)
downloadibus-dd4d6a195e6da2adb51c7ea6ff771d070ee3d896.tar.gz
ibus-dd4d6a195e6da2adb51c7ea6ff771d070ee3d896.tar.xz
ibus-dd4d6a195e6da2adb51c7ea6ff771d070ee3d896.zip
Add opt --enable-maintainer-mode 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 fdc289f..b8a32ec 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,4 +8,4 @@ aclocal -I m4
autoheader
automake --add-missing --copy
autoconf
-./configure $*
+./configure --enable-maintainer-mode $*