summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-10 10:11:25 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-10 10:11:25 +0800
commit70bb0ed90060130cad4512201e3a16517531a3d8 (patch)
treeb8b58fc9444d1813bc51d57f3242a3ab75581f5c
parent2be1293b9da7f52910969e4a7de04f1fa6b14f6b (diff)
downloadibus-70bb0ed90060130cad4512201e3a16517531a3d8.tar.gz
ibus-70bb0ed90060130cad4512201e3a16517531a3d8.tar.xz
ibus-70bb0ed90060130cad4512201e3a16517531a3d8.zip
Add --force opt.
-rwxr-xr-xautogen.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 9e533f0..1cd17a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,12 +2,12 @@
set -e
set -x
-autopoint
-libtoolize --automake --copy
-aclocal -I m4
-autoheader
-automake --add-missing --copy
-autoconf
+autopoint --force
+libtoolize --automake --copy --force
+aclocal -I m4 --force
+autoheader --force
+automake --add-missing --copy --force
+autoconf --force
export CFLAGS="-Wall -g -O0 -Wl,--no-undefined"
export CXXFLAGS="$CFLAGS"
./configure --enable-maintainer-mode $*