aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 9650eb7c..efa5a599 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,8 +15,8 @@ fi
set -ex
-# TODO(kenton): Use -Wall and fix the resulting warnings.
-autoreconf -f -i
+# TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
+autoreconf -f -i -Wall,no-obsolete
rm -rf autom4te.cache config.h.in~
exit 0