From: Sebastian Harl Date: Thu, 15 Oct 2009 20:20:02 +0000 (+0200) Subject: bootstrap.sh: Use --force options instead of cleaning up on startup. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=e20eddeb214af3c6be53fd320db2fc6bdb6a7d7a bootstrap.sh: Use --force options instead of cleaning up on startup. --- 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