From 70bb0ed90060130cad4512201e3a16517531a3d8 Mon Sep 17 00:00:00 2001 From: Huang Peng Date: Wed, 10 Sep 2008 10:11:25 +0800 Subject: Add --force opt. --- autogen.sh | 12 ++++++------ 1 file 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 $* -- cgit