summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-10 10:16:18 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-10 10:16:18 +0800
commit151f1f4ea685227c0381add295d96a7bd0bb82ad (patch)
tree16d5b7adf9640463418d82c2049446934b8c015a
parent2138830b9a5c950dcd8db23865a762e1157571fa (diff)
downloadibus-anthy-151f1f4ea685227c0381add295d96a7bd0bb82ad.tar.gz
Add --force args in autogen.sh0.1.1.20080912
-rwxr-xr-xautogen.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/autogen.sh b/autogen.sh
index 9e533f0..3a23d75 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 $*