summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2614c59)
raw | patch | inline | side by side (parent: 2614c59)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 15 Oct 2009 20:20:02 +0000 (22:20 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 15 Oct 2009 20:20:02 +0000 (22:20 +0200) |
bootstrap.sh | patch | blob | history |
diff --git a/bootstrap.sh b/bootstrap.sh
index 3ab692cfc03b10b531fb1f01abc8e18316c8e8a2..b4bfe58f151d060a0b1b4fc9579ddd348d6d7083 100755 (executable)
--- a/bootstrap.sh
+++ b/bootstrap.sh
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