From e20eddeb214af3c6be53fd320db2fc6bdb6a7d7a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 15 Oct 2009 22:20:02 +0200 Subject: [PATCH] bootstrap.sh: Use --force options instead of cleaning up on startup. --- bootstrap.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3ab692c..b4bfe58 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -8,14 +8,9 @@ fi set -ex -test ! -f Makefile || make distclean - -rm -rf autom4te.cache -rm -f config.cache - -aclocal -autoheader -$libtoolize --copy --force +aclocal --force +autoheader --force +$libtoolize --automake --copy --force automake --add-missing --copy --foreign -autoconf -Wall +autoconf --force --warnings=all -- 2.30.2