Add --force opt.
authorHuang Peng <shawn.p.huang@gmail.com>
Wed, 10 Sep 2008 02:11:25 +0000 (10:11 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Wed, 10 Sep 2008 02:11:25 +0000 (10:11 +0800)
autogen.sh

index 9e533f0..1cd17a7 100755 (executable)
@@ -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 $*