summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 524cf49)
raw | patch | inline | side by side (parent: 524cf49)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 2 May 2010 20:04:04 +0000 (22:04 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 2 May 2010 20:04:04 +0000 (22:04 +0200) |
autogen.sh | patch | blob | history |
diff --git a/autogen.sh b/autogen.sh
index df3c10e2e209a6713ca9246a397c004afc6980ae..7c7c72f81e458dae88ab07d75ea73c41e9ea0c80 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
set -ex
-aclocal --force
+aclocal --force --warnings=all
$libtoolize --automake --copy --force
aclocal
autoconf --force --warnings=all
-autoheader --force
-automake --add-missing --copy --foreign
+autoheader --force --warnings=all
+automake --add-missing --copy --foreign --warnings=all